diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2020-11-14 17:02:38 -0600 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2020-11-14 17:03:24 -0600 |
commit | 62551f77264ffbdfd2e4d2dec680376a1d45b8fe (patch) | |
tree | 9c16c06a618d87c98cda9b14f1e6defe56c5c428 /net-analyzer | |
parent | dev-libs/leatherman: 1.12.3 bump (diff) | |
download | gentoo-62551f77264ffbdfd2e4d2dec680376a1d45b8fe.tar.gz gentoo-62551f77264ffbdfd2e4d2dec680376a1d45b8fe.tar.bz2 gentoo-62551f77264ffbdfd2e4d2dec680376a1d45b8fe.zip |
net-analyzer/icinga2: 2.12.1 stable amd64 / x86
Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/icinga2/icinga2-2.12.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-analyzer/icinga2/icinga2-2.12.1.ebuild b/net-analyzer/icinga2/icinga2-2.12.1.ebuild index 8ec76ee82fac..ad2f31c9b0f3 100644 --- a/net-analyzer/icinga2/icinga2-2.12.1.ebuild +++ b/net-analyzer/icinga2/icinga2-2.12.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" |