diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2023-03-18 11:35:23 -0500 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2023-03-18 11:35:23 -0500 |
commit | 9646028ce726a940756070ede2338470d12104ba (patch) | |
tree | 194e7a9dcba2f4d6a31af3cdacbdde7f1cc9f6b4 /net-analyzer/icinga2 | |
parent | dev-libs/apr-util: drop 1.6.1-r10 (diff) | |
download | gentoo-9646028ce726a940756070ede2338470d12104ba.tar.gz gentoo-9646028ce726a940756070ede2338470d12104ba.tar.bz2 gentoo-9646028ce726a940756070ede2338470d12104ba.zip |
net-analyzer/icinga2: stabilize 2.13.7 for amd64, x86
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'net-analyzer/icinga2')
-rw-r--r-- | net-analyzer/icinga2/icinga2-2.13.7.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-analyzer/icinga2/icinga2-2.13.7.ebuild b/net-analyzer/icinga2/icinga2-2.13.7.ebuild index 06a84427309d..9c5f5a356fe9 100644 --- a/net-analyzer/icinga2/icinga2-2.13.7.ebuild +++ b/net-analyzer/icinga2/icinga2-2.13.7.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" |