Diff with-editor-3.4.3 with a with-editor-9999

/usr/portage/app-emacs/with-editor/with-editor-9999.ebuild 2024-12-25 14:59:47.079270039 +0300
1
# Copyright 1999-2025 Gentoo Authors
1
# Copyright 1999-2024 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=8
......
17 17
	SRC_URI="https://github.com/magit/${PN}/archive/v${PV}.tar.gz
18 18
		-> ${P}.tar.gz"
19 19

  
20
	KEYWORDS="amd64 arm arm64 ppc64 ~riscv x86 ~amd64-linux ~x86-linux"
20
	KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux"
21 21
fi
22 22

  
23 23
S="${WORKDIR}/${P}/lisp"
Thank you!