diff options
author | Sam James <sam@gentoo.org> | 2024-04-18 00:28:33 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-04-18 00:28:33 +0100 |
commit | 6d9fc758a8e21bd80bac5449ee20ff2009117da8 (patch) | |
tree | d75a3a075aee8a0e5e77be930238de6fcd5cd922 /app-emacs | |
parent | www-client/epiphany: Stabilize 46.0 amd64, #930117 (diff) | |
download | gentoo-6d9fc758a8e21bd80bac5449ee20ff2009117da8.tar.gz gentoo-6d9fc758a8e21bd80bac5449ee20ff2009117da8.tar.bz2 gentoo-6d9fc758a8e21bd80bac5449ee20ff2009117da8.zip |
app-emacs/consult: Stabilize 1.4 ALLARCHES, #930161
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-emacs')
-rw-r--r-- | app-emacs/consult/consult-1.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emacs/consult/consult-1.4.ebuild b/app-emacs/consult/consult-1.4.ebuild index e1f29886c2e1..ec7220ffd0b6 100644 --- a/app-emacs/consult/consult-1.4.ebuild +++ b/app-emacs/consult/consult-1.4.ebuild @@ -16,7 +16,7 @@ if [[ ${PV} == *9999* ]] ; then else SRC_URI="https://github.com/minad/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~x86" + KEYWORDS="amd64 ~x86" fi LICENSE="GPL-3+" |