diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2021-07-05 14:52:04 -0500 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2021-07-05 15:01:50 -0500 |
commit | 33df63f8f3939e084015ee44b9b941a5cb2b2adf (patch) | |
tree | 71504c0eaa00fcbc028b68f47e0bd3b945e2df0c /www-apps/icingaweb2-module-director | |
parent | app-emulation/diskimage-builder: 3.12.0 stable amd64/x86 (diff) | |
download | gentoo-33df63f8f3939e084015ee44b9b941a5cb2b2adf.tar.gz gentoo-33df63f8f3939e084015ee44b9b941a5cb2b2adf.tar.bz2 gentoo-33df63f8f3939e084015ee44b9b941a5cb2b2adf.zip |
www-apps/icingaweb2-module-director: 1.8.0 stable amd64/x86
Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'www-apps/icingaweb2-module-director')
-rw-r--r-- | www-apps/icingaweb2-module-director/icingaweb2-module-director-1.8.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www-apps/icingaweb2-module-director/icingaweb2-module-director-1.8.0.ebuild b/www-apps/icingaweb2-module-director/icingaweb2-module-director-1.8.0.ebuild index 890743ae7e0e..3d7195bd09f8 100644 --- a/www-apps/icingaweb2-module-director/icingaweb2-module-director-1.8.0.ebuild +++ b/www-apps/icingaweb2-module-director/icingaweb2-module-director-1.8.0.ebuild @@ -9,7 +9,7 @@ if [[ "${PV}" == 9999 ]]; then inherit git-r3 EGIT_REPO_URI="https://github.com/Icinga/icingaweb2-module-director.git" else - KEYWORDS="~amd64 ~x86" + KEYWORDS="amd64 x86" MY_PN="icingaweb2-module-director" SRC_URI="https://codeload.github.com/Icinga/${MY_PN}/tar.gz/v${PV} -> ${P}.tar.gz" S="${WORKDIR}/${MY_PN}-${PV}" |