diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-02-03 10:21:57 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-02-03 10:21:57 +0200 |
commit | f911b6191749da98c03fcef93f18b04c9b480181 (patch) | |
tree | 5c170446777b7d70e07295c958c8b38268267160 /app-emacs/consult | |
parent | dev-lang/boogie: Stabilize 3.0.9 amd64, #923639 (diff) | |
download | gentoo-f911b6191749da98c03fcef93f18b04c9b480181.tar.gz gentoo-f911b6191749da98c03fcef93f18b04c9b480181.tar.bz2 gentoo-f911b6191749da98c03fcef93f18b04c9b480181.zip |
app-emacs/consult: Stabilize 1.1 ALLARCHES, #923640
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'app-emacs/consult')
-rw-r--r-- | app-emacs/consult/consult-1.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emacs/consult/consult-1.1.ebuild b/app-emacs/consult/consult-1.1.ebuild index 7b1398601c9b..ec7220ffd0b6 100644 --- a/app-emacs/consult/consult-1.1.ebuild +++ b/app-emacs/consult/consult-1.1.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+" |