diff options
author | 2024-08-01 13:58:24 +0100 | |
---|---|---|
committer | 2024-08-01 13:58:24 +0100 | |
commit | 15d22d8d0223dabdd14db2aa7718a550fb48061d (patch) | |
tree | 42c0f30e2d576e761f2d1ffc357b15bbd778722f /app-emacs/with-editor | |
parent | app-emacs/ebuild-mode: Stabilize 1.72 ALLARCHES, #937066 (diff) | |
download | gentoo-15d22d8d0223dabdd14db2aa7718a550fb48061d.tar.gz gentoo-15d22d8d0223dabdd14db2aa7718a550fb48061d.tar.bz2 gentoo-15d22d8d0223dabdd14db2aa7718a550fb48061d.zip |
app-emacs/with-editor: Stabilize 3.3.4 ALLARCHES, #937071
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.3.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emacs/with-editor/with-editor-3.3.4.ebuild b/app-emacs/with-editor/with-editor-3.3.4.ebuild index af93991140f7..450104f0273e 100644 --- a/app-emacs/with-editor/with-editor-3.3.4.ebuild +++ b/app-emacs/with-editor/with-editor-3.3.4.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" |