From 9f986ee2e748ce84a2bf0bebeae12d1b5c0cefbe Mon Sep 17 00:00:00 2001 From: Sam James Date: Sat, 6 Jan 2024 08:16:04 +0000 Subject: [PATCH] app-emacs/transient: Stabilize 0.5.0 amd64, #921419 Signed-off-by: Sam James --- app-emacs/transient/transient-0.5.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-emacs/transient/transient-0.5.0.ebuild b/app-emacs/transient/transient-0.5.0.ebuild index 8fae47219ad7c..ca9c1d1ba7d17 100644 --- a/app-emacs/transient/transient-0.5.0.ebuild +++ b/app-emacs/transient/transient-0.5.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 @@ -15,7 +15,7 @@ if [[ ${PV} == *9999* ]] ; then else SRC_URI="https://github.com/magit/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux" + KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux" fi LICENSE="GPL-3+"