diff options
author | Sam James <sam@gentoo.org> | 2024-10-01 02:09:43 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-10-01 02:10:35 +0100 |
commit | a63f4d5d3290cb051627ada5cfc7b14638d1e4ee (patch) | |
tree | 0df063f89eaf5e768f41c960ecbd5cfb75e81cc9 /app-emacs/cape | |
parent | dev-lang/dafny: Stabilize 4.8.0 amd64, #940558 (diff) | |
download | gentoo-a63f4d5d3290cb051627ada5cfc7b14638d1e4ee.tar.gz gentoo-a63f4d5d3290cb051627ada5cfc7b14638d1e4ee.tar.bz2 gentoo-a63f4d5d3290cb051627ada5cfc7b14638d1e4ee.zip |
app-emacs/cape: Stabilize 1.7 ALLARCHES, #940559
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-emacs/cape')
-rw-r--r-- | app-emacs/cape/cape-1.7.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emacs/cape/cape-1.7.ebuild b/app-emacs/cape/cape-1.7.ebuild index 99068b9ad304..397234d7eb8d 100644 --- a/app-emacs/cape/cape-1.7.ebuild +++ b/app-emacs/cape/cape-1.7.ebuild @@ -16,7 +16,7 @@ if [[ ${PV} == 9999 ]]; then else SRC_URI="https://github.com/minad/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64" + KEYWORDS="amd64" fi LICENSE="GPL-3+" |