diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2021-09-20 16:31:09 -0500 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2021-09-20 16:34:19 -0500 |
commit | 3b88b3d1c860269d8f7351737b884f6ccf3ce329 (patch) | |
tree | 95ced2a83b8fe0769f8295894896b6ed716a7ff3 /net-analyzer | |
parent | sys-cluster/kube-scheduler: 1.22.2 bump (diff) | |
download | gentoo-3b88b3d1c860269d8f7351737b884f6ccf3ce329.tar.gz gentoo-3b88b3d1c860269d8f7351737b884f6ccf3ce329.tar.bz2 gentoo-3b88b3d1c860269d8f7351737b884f6ccf3ce329.zip |
net-analyzer/icinga2: 2.13.1 stable amd64/x86
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/icinga2/icinga2-2.13.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-analyzer/icinga2/icinga2-2.13.1.ebuild b/net-analyzer/icinga2/icinga2-2.13.1.ebuild index de80eb55dfc4..3e79963a2e64 100644 --- a/net-analyzer/icinga2/icinga2-2.13.1.ebuild +++ b/net-analyzer/icinga2/icinga2-2.13.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" |