diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2022-12-07 13:13:08 -0600 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2022-12-07 13:17:24 -0600 |
commit | 877cff4c26818cf840d434124798e39270a7556a (patch) | |
tree | e0292b9eaeab97cd9807741aad3de8b775820655 | |
parent | app-admin/augeas: add 1.14.0 (diff) | |
download | gentoo-877cff4c26818cf840d434124798e39270a7556a.tar.gz gentoo-877cff4c26818cf840d434124798e39270a7556a.tar.bz2 gentoo-877cff4c26818cf840d434124798e39270a7556a.zip |
net-analyzer/icinga2: stabilize 2.13.6 for amd64, x86
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
-rw-r--r-- | net-analyzer/icinga2/icinga2-2.13.6.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-analyzer/icinga2/icinga2-2.13.6.ebuild b/net-analyzer/icinga2/icinga2-2.13.6.ebuild index 2c5482fe5a8f..b95acf553b6c 100644 --- a/net-analyzer/icinga2/icinga2-2.13.6.ebuild +++ b/net-analyzer/icinga2/icinga2-2.13.6.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" |