diff options
author | Sam James <sam@gentoo.org> | 2025-01-05 22:56:25 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2025-01-05 22:56:25 +0000 |
commit | d770f1abd4813de2acad107dc468db1a57265864 (patch) | |
tree | c4e5666de1e0b7ee598cce44221e133461a14c77 /app-emacs | |
parent | app-emacs/slime: Stabilize 2.31 ALLARCHES, #947538 (diff) | |
download | gentoo-d770f1abd4813de2acad107dc468db1a57265864.tar.gz gentoo-d770f1abd4813de2acad107dc468db1a57265864.tar.bz2 gentoo-d770f1abd4813de2acad107dc468db1a57265864.zip |
app-emacs/with-editor: Stabilize 3.4.3 ALLARCHES, #947539
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-emacs')
-rw-r--r-- | app-emacs/with-editor/with-editor-3.4.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emacs/with-editor/with-editor-3.4.3.ebuild b/app-emacs/with-editor/with-editor-3.4.3.ebuild index f01c1a6f71dd..45fb0d906f2d 100644 --- a/app-emacs/with-editor/with-editor-3.4.3.ebuild +++ b/app-emacs/with-editor/with-editor-3.4.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -17,7 +17,7 @@ else SRC_URI="https://github.com/magit/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux" + KEYWORDS="amd64 ~arm arm64 ppc64 ~riscv x86 ~amd64-linux ~x86-linux" fi S="${WORKDIR}/${P}/lisp" |