diff options
author | Sam James <sam@gentoo.org> | 2024-01-06 09:07:21 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-06 09:07:21 +0000 |
commit | 91baf8b09f97f9e85a32a9baf2d6e59804f1ee3a (patch) | |
tree | 9359b355b4270a7752f35b11589e55a236a04c40 /app-emacs | |
parent | media-libs/libsndfile: Stabilize 1.2.2-r2 x86, #921387 (diff) | |
download | gentoo-91baf8b09f97f9e85a32a9baf2d6e59804f1ee3a.tar.gz gentoo-91baf8b09f97f9e85a32a9baf2d6e59804f1ee3a.tar.bz2 gentoo-91baf8b09f97f9e85a32a9baf2d6e59804f1ee3a.zip |
app-emacs/consult: Stabilize 1.0 ALLARCHES, #921411
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-emacs')
-rw-r--r-- | app-emacs/consult/consult-1.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emacs/consult/consult-1.0.ebuild b/app-emacs/consult/consult-1.0.ebuild index 7b1398601c9b..ec7220ffd0b6 100644 --- a/app-emacs/consult/consult-1.0.ebuild +++ b/app-emacs/consult/consult-1.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 @@ -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+" |