summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLouis Sautier <sautier.louis@gmail.com>2016-03-18 18:47:41 +0100
committerIan Delaney <idella4@gentoo.org>2016-03-19 07:32:15 +0800
commit15cbe44cc77fc547f229df22db3d4552ec7a8ce9 (patch)
tree0841d31e77b2b32e78559b3d08d3834eb264d675 /www-apps/icingaweb2-module-pnp4nagios/icingaweb2-module-pnp4nagios-1.0.1.ebuild
parentwww-apps/icingaweb2-module-pnp4nagios: cosmetic fixes, unify live and release (diff)
downloadgentoo-15cbe44cc77fc547f229df22db3d4552ec7a8ce9.tar.gz
gentoo-15cbe44cc77fc547f229df22db3d4552ec7a8ce9.tar.bz2
gentoo-15cbe44cc77fc547f229df22db3d4552ec7a8ce9.zip
www-apps/icingaweb2-module-pnp4nagios: add amd64 and x86 keywords
Package-Manager: portage-2.2.28 Closes: https://github.com/gentoo/gentoo/pull/1081
Diffstat (limited to 'www-apps/icingaweb2-module-pnp4nagios/icingaweb2-module-pnp4nagios-1.0.1.ebuild')
-rw-r--r--www-apps/icingaweb2-module-pnp4nagios/icingaweb2-module-pnp4nagios-1.0.1.ebuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/www-apps/icingaweb2-module-pnp4nagios/icingaweb2-module-pnp4nagios-1.0.1.ebuild b/www-apps/icingaweb2-module-pnp4nagios/icingaweb2-module-pnp4nagios-1.0.1.ebuild
index a683de368096..8df16f065de2 100644
--- a/www-apps/icingaweb2-module-pnp4nagios/icingaweb2-module-pnp4nagios-1.0.1.ebuild
+++ b/www-apps/icingaweb2-module-pnp4nagios/icingaweb2-module-pnp4nagios-1.0.1.ebuild
@@ -10,6 +10,7 @@ if [[ "${PV}" == 9999 ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/Icinga/icingaweb2-module-pnp.git"
else
+ KEYWORDS="~amd64 ~x86"
MY_PN="icingaweb2-module-pnp"
SRC_URI="https://codeload.github.com/Icinga/${MY_PN}/tar.gz/v${PV} -> ${P}.tar.gz"
S="${WORKDIR}/${MY_PN}-${PV}"