diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2021-12-14 11:54:01 -0600 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2021-12-14 11:54:36 -0600 |
commit | e75775ffd0773438f7eec53264cf2f5813f91dda (patch) | |
tree | 577c4728b09257656d3a39b54a0715ada3be4129 /net-analyzer/icinga2 | |
parent | app-admin/puppetdb: 7.8.0 bump (diff) | |
download | gentoo-e75775ffd0773438f7eec53264cf2f5813f91dda.tar.gz gentoo-e75775ffd0773438f7eec53264cf2f5813f91dda.tar.bz2 gentoo-e75775ffd0773438f7eec53264cf2f5813f91dda.zip |
net-analyzer/icinga2: 2.13.2 stable amd64/x86
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'net-analyzer/icinga2')
-rw-r--r-- | net-analyzer/icinga2/icinga2-2.13.2-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-analyzer/icinga2/icinga2-2.13.2-r1.ebuild b/net-analyzer/icinga2/icinga2-2.13.2-r1.ebuild index a6919631d7f1..17e94fe2b20f 100644 --- a/net-analyzer/icinga2/icinga2-2.13.2-r1.ebuild +++ b/net-analyzer/icinga2/icinga2-2.13.2-r1.ebuild @@ -8,7 +8,7 @@ inherit cmake systemd if [[ ${PV} != 9999 ]]; then SRC_URI="https://github.com/Icinga/icinga2/archive/v${PV}.tar.gz -> ${P}.tar.gz https://github.com/Icinga/icinga2/commit/8cde21ddfd66a0fcfac704544a0fd7990cfc94ec.patch -> ${P}-9092.patch" - KEYWORDS="~amd64 ~arm64 ~x86" + KEYWORDS="amd64 ~arm64 x86" else inherit git-r3 EGIT_REPO_URI="https://github.com/Icinga/icinga2.git" |