From 9a80098350800b1ed34696d7c78a728ef2ae579b Mon Sep 17 00:00:00 2001 From: Sam James Date: Mon, 14 Apr 2025 16:58:04 +0100 Subject: [PATCH] www-apps/icingaweb2-module-graphite: Stabilize 1.2.1 amd64, #941362 Signed-off-by: Sam James --- .../icingaweb2-module-graphite-1.2.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/www-apps/icingaweb2-module-graphite/icingaweb2-module-graphite-1.2.1.ebuild b/www-apps/icingaweb2-module-graphite/icingaweb2-module-graphite-1.2.1.ebuild index 54e90c2855f12..5e5e92873a6a0 100644 --- a/www-apps/icingaweb2-module-graphite/icingaweb2-module-graphite-1.2.1.ebuild +++ b/www-apps/icingaweb2-module-graphite/icingaweb2-module-graphite-1.2.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -9,7 +9,7 @@ if [[ "${PV}" == 9999 ]]; then inherit git-r3 EGIT_REPO_URI="https://github.com/Icinga/icingaweb2-module-graphite.git" else - KEYWORDS="~amd64 x86" + KEYWORDS="amd64 x86" SRC_URI="https://github.com/Icinga/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" fi