diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-10-24 10:45:20 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-10-24 10:45:20 +0300 |
commit | 575c5313833c83e9ed6b25ec08a727e581104364 (patch) | |
tree | f4240005481a68693002939bba24a82264be426c /www-apps | |
parent | dev-lang/php: Stabilize 8.2.24 x86, #941599 (diff) | |
download | gentoo-575c5313833c83e9ed6b25ec08a727e581104364.tar.gz gentoo-575c5313833c83e9ed6b25ec08a727e581104364.tar.bz2 gentoo-575c5313833c83e9ed6b25ec08a727e581104364.zip |
www-apps/icingaweb2-module-graphite: Stabilize 1.2.1 x86, #941362
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'www-apps')
-rw-r--r-- | www-apps/icingaweb2-module-graphite/icingaweb2-module-graphite-1.2.1.ebuild | 4 |
1 files 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 23db2f2931de..54e90c2855f1 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-2022 Gentoo Authors +# Copyright 1999-2024 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 |