From 8276fdadb5f6a7d5f4e5bec1bef4cc6ad42c095c Mon Sep 17 00:00:00 2001 From: Sam James Date: Sat, 13 Sep 2025 02:25:18 +0100 Subject: [PATCH] dev-util/geany: Stabilize 2.1 amd64, #962458 Signed-off-by: Sam James --- dev-util/geany/geany-2.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/geany/geany-2.1.ebuild b/dev-util/geany/geany-2.1.ebuild index 63cc50142d6b9..3a71ff6190848 100644 --- a/dev-util/geany/geany-2.1.ebuild +++ b/dev-util/geany/geany-2.1.ebuild @@ -16,7 +16,7 @@ if [[ "${PV}" = 9999* ]] ; then else [[ "${PV}" == *_pre* ]] && inherit autotools SRC_URI="https://download.geany.org/${P}.tar.bz2" - KEYWORDS="~amd64 arm ppc ppc64 ~riscv ~sparc x86 ~amd64-linux ~x86-linux" + KEYWORDS="amd64 arm ppc ppc64 ~riscv ~sparc x86 ~amd64-linux ~x86-linux" fi LICENSE="GPL-2+ HPND LGPL-2+ LGPL-2.1+" SLOT="0"