diff options
author | Jakov Smolić <jsmolic@gentoo.org> | 2023-01-16 14:35:44 +0100 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2023-01-16 14:35:44 +0100 |
commit | b2cd25b092f7259d7cb70de991f9593be4f6c54f (patch) | |
tree | 12db2a7d1f39106be02311459c7b406197ce52c4 /app-emacs/buttercup | |
parent | app-emacs/filladapt: Stabilize 2.12.2 ALLARCHES, #891023 (diff) | |
download | gentoo-b2cd25b092f7259d7cb70de991f9593be4f6c54f.tar.gz gentoo-b2cd25b092f7259d7cb70de991f9593be4f6c54f.tar.bz2 gentoo-b2cd25b092f7259d7cb70de991f9593be4f6c54f.zip |
app-emacs/buttercup: Stabilize 1.29 ALLARCHES, #891027
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'app-emacs/buttercup')
-rw-r--r-- | app-emacs/buttercup/buttercup-1.29.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emacs/buttercup/buttercup-1.29.ebuild b/app-emacs/buttercup/buttercup-1.29.ebuild index cfebece4d7cc..315cf287813f 100644 --- a/app-emacs/buttercup/buttercup-1.29.ebuild +++ b/app-emacs/buttercup/buttercup-1.29.ebuild @@ -1,4 +1,4 @@ -# Copyright 2022 Gentoo Authors +# Copyright 2022-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -14,7 +14,7 @@ S="${WORKDIR}"/emacs-${P} LICENSE="GPL-3+" SLOT="0" -KEYWORDS="~amd64 ~ppc ~sparc ~x86" +KEYWORDS="amd64 ppc sparc x86" DOCS=( docs/{running,writing}-tests.md ) SITEFILE="50${PN}-gentoo.el" |