diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2019-04-24 20:10:32 -0500 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2019-04-24 20:11:09 -0500 |
commit | 202b19ab5b9b675d8709463e2f37717acea45fe2 (patch) | |
tree | 20a30381714f31b9fd27d46882f22e4e7ab9c5ad /www-apps/icingaweb2-module-director/icingaweb2-module-director-1.6.2.ebuild | |
parent | dev-ruby/facter: 3.13.2 and 3.12.4 stable amd64/x86 with cleanup (diff) | |
download | gentoo-202b19ab5b9b675d8709463e2f37717acea45fe2.tar.gz gentoo-202b19ab5b9b675d8709463e2f37717acea45fe2.tar.bz2 gentoo-202b19ab5b9b675d8709463e2f37717acea45fe2.zip |
www-apps/icingaweb2-module-director: 1.6.2 stable amd64/x86 with cleanup
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'www-apps/icingaweb2-module-director/icingaweb2-module-director-1.6.2.ebuild')
-rw-r--r-- | www-apps/icingaweb2-module-director/icingaweb2-module-director-1.6.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www-apps/icingaweb2-module-director/icingaweb2-module-director-1.6.2.ebuild b/www-apps/icingaweb2-module-director/icingaweb2-module-director-1.6.2.ebuild index eab3c4caccb8..2f84950d9e81 100644 --- a/www-apps/icingaweb2-module-director/icingaweb2-module-director-1.6.2.ebuild +++ b/www-apps/icingaweb2-module-director/icingaweb2-module-director-1.6.2.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}" |