commit: 15cbe44cc77fc547f229df22db3d4552ec7a8ce9 Author: Louis Sautier <sautier.louis <AT> gmail <DOT> com> AuthorDate: Fri Mar 18 17:47:41 2016 +0000 Commit: Ian Delaney <idella4 <AT> gentoo <DOT> org> CommitDate: Fri Mar 18 23:32:15 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15cbe44c
www-apps/icingaweb2-module-pnp4nagios: add amd64 and x86 keywords Package-Manager: portage-2.2.28 Closes: https://github.com/gentoo/gentoo/pull/1081 .../icingaweb2-module-pnp4nagios-1.0.1.ebuild | 1 + .../icingaweb2-module-pnp4nagios-9999.ebuild | 1 + 2 files changed, 2 insertions(+) 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 a683de3..8df16f0 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}" diff --git a/www-apps/icingaweb2-module-pnp4nagios/icingaweb2-module-pnp4nagios-9999.ebuild b/www-apps/icingaweb2-module-pnp4nagios/icingaweb2-module-pnp4nagios-9999.ebuild index a683de3..8df16f0 100644 --- a/www-apps/icingaweb2-module-pnp4nagios/icingaweb2-module-pnp4nagios-9999.ebuild +++ b/www-apps/icingaweb2-module-pnp4nagios/icingaweb2-module-pnp4nagios-9999.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}"
