diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2024-02-18 17:10:00 -0600 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2024-02-18 17:10:26 -0600 |
commit | 6d2edd1d16adbd699a543d0c4b6feb4749febc5c (patch) | |
tree | d2ff752e8f685584e0320fb70a710fd2046655b9 /net-analyzer | |
parent | app-admin/puppet-agent: stabilize 8.4.0 for amd64 (diff) | |
download | gentoo-6d2edd1d16adbd699a543d0c4b6feb4749febc5c.tar.gz gentoo-6d2edd1d16adbd699a543d0c4b6feb4749febc5c.tar.bz2 gentoo-6d2edd1d16adbd699a543d0c4b6feb4749febc5c.zip |
net-analyzer/icinga2: stabilize 2.14.2 for amd64, x86
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/icinga2/icinga2-2.14.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-analyzer/icinga2/icinga2-2.14.2.ebuild b/net-analyzer/icinga2/icinga2-2.14.2.ebuild index ff31fb2aa214..1ce211b79dc7 100644 --- a/net-analyzer/icinga2/icinga2-2.14.2.ebuild +++ b/net-analyzer/icinga2/icinga2-2.14.2.ebuild @@ -7,7 +7,7 @@ inherit cmake systemd if [[ ${PV} != 9999 ]]; then SRC_URI="https://github.com/Icinga/icinga2/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~arm64 ~x86" + KEYWORDS="amd64 ~arm64 x86" else inherit git-r3 EGIT_REPO_URI="https://github.com/Icinga/icinga2.git" |