diff options
author | Sam James <sam@gentoo.org> | 2024-01-06 09:02:18 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-06 09:02:18 +0000 |
commit | e4287aeddfb8234e1d5beba6ccbca79d837ecbd9 (patch) | |
tree | 5dc1e01c43307997aa6faad6bb98b16ad51a8a51 | |
parent | app-emacs/apheleia: Stabilize 4.0 ALLARCHES, #921407 (diff) | |
download | gentoo-e4287aeddfb8234e1d5beba6ccbca79d837ecbd9.tar.gz gentoo-e4287aeddfb8234e1d5beba6ccbca79d837ecbd9.tar.bz2 gentoo-e4287aeddfb8234e1d5beba6ccbca79d837ecbd9.zip |
app-emacs/async: Stabilize 1.9.8 ALLARCHES, #921408
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r-- | app-emacs/async/async-1.9.8.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emacs/async/async-1.9.8.ebuild b/app-emacs/async/async-1.9.8.ebuild index bdc3e15862b2..62b8d1e0a482 100644 --- a/app-emacs/async/async-1.9.8.ebuild +++ b/app-emacs/async/async-1.9.8.ebuild @@ -1,4 +1,4 @@ -# Copyright 2019-2023 Gentoo Authors +# Copyright 2019-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -13,7 +13,7 @@ S="${WORKDIR}/${MY_P}" LICENSE="GPL-2+" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 x86" SITEFILE="50${PN}-gentoo.el" DOCS="README.md" |