diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2024-01-21 11:09:21 -0600 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2024-01-21 11:09:44 -0600 |
commit | 6e74f7818fa598af9aa48e0384acea5659e2a2f7 (patch) | |
tree | 8d21d678ebb3b74e1cc7ff413e029ca6aeecd9f5 /net-analyzer | |
parent | net-analyzer/icinga2: stabilize 2.13.9 for amd64, x86 (diff) | |
download | gentoo-6e74f7818fa598af9aa48e0384acea5659e2a2f7.tar.gz gentoo-6e74f7818fa598af9aa48e0384acea5659e2a2f7.tar.bz2 gentoo-6e74f7818fa598af9aa48e0384acea5659e2a2f7.zip |
net-analyzer/icinga2: stabilize 2.14.1 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.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-analyzer/icinga2/icinga2-2.14.1.ebuild b/net-analyzer/icinga2/icinga2-2.14.1.ebuild index ff31fb2aa214..1ce211b79dc7 100644 --- a/net-analyzer/icinga2/icinga2-2.14.1.ebuild +++ b/net-analyzer/icinga2/icinga2-2.14.1.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" |