diff options
author | Sam James <sam@gentoo.org> | 2024-01-06 09:02:17 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-06 09:02:17 +0000 |
commit | 3ada9d1726c0cc97317b45589326cf235f56be90 (patch) | |
tree | 9818e0a7f0eb5c853a1232add76938bcd84e2325 /app-emacs/apheleia | |
parent | media-radio/tucnak: Stabilize 4.52 amd64, #921403 (diff) | |
download | gentoo-3ada9d1726c0cc97317b45589326cf235f56be90.tar.gz gentoo-3ada9d1726c0cc97317b45589326cf235f56be90.tar.bz2 gentoo-3ada9d1726c0cc97317b45589326cf235f56be90.zip |
app-emacs/apheleia: Stabilize 4.0 ALLARCHES, #921407
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-emacs/apheleia')
-rw-r--r-- | app-emacs/apheleia/apheleia-4.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emacs/apheleia/apheleia-4.0.ebuild b/app-emacs/apheleia/apheleia-4.0.ebuild index 6876690f67dd..9dc62fab8821 100644 --- a/app-emacs/apheleia/apheleia-4.0.ebuild +++ b/app-emacs/apheleia/apheleia-4.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -14,7 +14,7 @@ SRC_URI="https://github.com/radian-software/${PN}/archive/v${PV}.tar.gz LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" DOCS=( README.md CHANGELOG.md ) SITEFILE="50${PN}-gentoo.el" |