diff options
author | Sam James <sam@gentoo.org> | 2023-01-14 22:47:44 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-01-14 22:47:44 +0000 |
commit | 2a0968d973600c6076ceb293c72687c79cda1522 (patch) | |
tree | 5ace6728d2cc2933192c1a39833634058c7dee59 /net-analyzer/icinga2 | |
parent | sys-devel/gcc: add 12.2.1_p20230114 (diff) | |
download | gentoo-2a0968d973600c6076ceb293c72687c79cda1522.tar.gz gentoo-2a0968d973600c6076ceb293c72687c79cda1522.tar.bz2 gentoo-2a0968d973600c6076ceb293c72687c79cda1522.zip |
net-analyzer/icinga2: Stabilize 2.13.6-r1 amd64, #890831
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-analyzer/icinga2')
-rw-r--r-- | net-analyzer/icinga2/icinga2-2.13.6-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-analyzer/icinga2/icinga2-2.13.6-r1.ebuild b/net-analyzer/icinga2/icinga2-2.13.6-r1.ebuild index 3b4c1eedf0be..b2529c883b46 100644 --- a/net-analyzer/icinga2/icinga2-2.13.6-r1.ebuild +++ b/net-analyzer/icinga2/icinga2-2.13.6-r1.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" |