diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-07-21 22:48:31 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-07-21 22:48:31 +0300 |
commit | 1af3e332e81e7aed08bebc8713bc800905d61432 (patch) | |
tree | c493c2e06b9cbd7f36e3b8bd1e7190f5575fd125 /app-emacs/with-editor | |
parent | app-emacs/transient: Stabilize 0.7.0 ALLARCHES, #936447 (diff) | |
download | gentoo-1af3e332e81e7aed08bebc8713bc800905d61432.tar.gz gentoo-1af3e332e81e7aed08bebc8713bc800905d61432.tar.bz2 gentoo-1af3e332e81e7aed08bebc8713bc800905d61432.zip |
app-emacs/with-editor: Stabilize 3.3.3 ALLARCHES, #936448
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'app-emacs/with-editor')
-rw-r--r-- | app-emacs/with-editor/with-editor-3.3.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emacs/with-editor/with-editor-3.3.3.ebuild b/app-emacs/with-editor/with-editor-3.3.3.ebuild index af93991140f7..450104f0273e 100644 --- a/app-emacs/with-editor/with-editor-3.3.3.ebuild +++ b/app-emacs/with-editor/with-editor-3.3.3.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" |