diff options
author | Sam James <sam@gentoo.org> | 2024-09-11 23:20:43 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-09-11 23:20:43 +0100 |
commit | 637178d5726bf6114fd55bd29829cfc2d1c24aa9 (patch) | |
tree | c5cb748f48edae9511176447a5e39e64ec10c82d /app-emacs/with-editor | |
parent | app-emacs/transient: Stabilize 0.7.5 ALLARCHES, #939489 (diff) | |
download | gentoo-637178d5726bf6114fd55bd29829cfc2d1c24aa9.tar.gz gentoo-637178d5726bf6114fd55bd29829cfc2d1c24aa9.tar.bz2 gentoo-637178d5726bf6114fd55bd29829cfc2d1c24aa9.zip |
app-emacs/with-editor: Stabilize 3.4.2 ALLARCHES, #939490
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-emacs/with-editor')
-rw-r--r-- | app-emacs/with-editor/with-editor-3.4.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emacs/with-editor/with-editor-3.4.2.ebuild b/app-emacs/with-editor/with-editor-3.4.2.ebuild index f01c1a6f71dd..0b352ac30107 100644 --- a/app-emacs/with-editor/with-editor-3.4.2.ebuild +++ b/app-emacs/with-editor/with-editor-3.4.2.ebuild @@ -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" |