diff options
author | Sam James <sam@gentoo.org> | 2024-01-18 17:23:28 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-18 17:23:28 +0000 |
commit | d79b81741662127515c03d4e1d877c146c3ea8bf (patch) | |
tree | ae1b82175410058f9c6c17397d14401909e2abff /app-emacs | |
parent | net-misc/gallery-dl: Stabilize 1.26.4 ALLARCHES, #922357 (diff) | |
download | gentoo-d79b81741662127515c03d4e1d877c146c3ea8bf.tar.gz gentoo-d79b81741662127515c03d4e1d877c146c3ea8bf.tar.bz2 gentoo-d79b81741662127515c03d4e1d877c146c3ea8bf.zip |
app-emacs/avy-embark-collect: Stabilize 1.0 amd64, #922358
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-emacs')
-rw-r--r-- | app-emacs/avy-embark-collect/avy-embark-collect-1.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emacs/avy-embark-collect/avy-embark-collect-1.0.ebuild b/app-emacs/avy-embark-collect/avy-embark-collect-1.0.ebuild index 115994eb1e68..42018baf68b1 100644 --- a/app-emacs/avy-embark-collect/avy-embark-collect-1.0.ebuild +++ b/app-emacs/avy-embark-collect/avy-embark-collect-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 @@ -17,7 +17,7 @@ else -> embark-${PV}.tar.gz" S="${WORKDIR}/embark-${PV}" - KEYWORDS="~amd64 ~x86" + KEYWORDS="amd64 ~x86" fi LICENSE="GPL-3+" |