diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2022-07-31 22:11:48 -0500 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2022-07-31 22:13:48 -0500 |
commit | 6856172592bf49f4a233dfa8fa8b6116f0ef764e (patch) | |
tree | 2d3564e704ab9775e9e2864290a5c4f023d707fb /net-analyzer | |
parent | sys-process/runit: fix indentation (diff) | |
download | gentoo-6856172592bf49f4a233dfa8fa8b6116f0ef764e.tar.gz gentoo-6856172592bf49f4a233dfa8fa8b6116f0ef764e.tar.bz2 gentoo-6856172592bf49f4a233dfa8fa8b6116f0ef764e.zip |
net-analyzer/icinga2: 2.13.4 stable amd64/x86
Package-Manager: Portage-3.0.30, 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.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-analyzer/icinga2/icinga2-2.13.4.ebuild b/net-analyzer/icinga2/icinga2-2.13.4.ebuild index d9cef157f92b..39584c5c24c3 100644 --- a/net-analyzer/icinga2/icinga2-2.13.4.ebuild +++ b/net-analyzer/icinga2/icinga2-2.13.4.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" |