diff options
author | Markus Meier <maekke@gentoo.org> | 2016-06-12 21:53:08 +0200 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2016-06-12 21:53:08 +0200 |
commit | 1f669245a392c8008a09a0e6d1c7d9f7c02c0d97 (patch) | |
tree | eb4959f05bbadc935360bf8595f5e0ca431700a6 /www-servers | |
parent | sci-libs/gsl: arm stable, bug #438768 (diff) | |
download | gentoo-1f669245a392c8008a09a0e6d1c7d9f7c02c0d97.tar.gz gentoo-1f669245a392c8008a09a0e6d1c7d9f7c02c0d97.tar.bz2 gentoo-1f669245a392c8008a09a0e6d1c7d9f7c02c0d97.zip |
www-servers/monkeyd: arm stable, bug #585064
Package-Manager: portage-2.3.0_rc1
RepoMan-Options: --include-arches="arm"
Diffstat (limited to 'www-servers')
-rw-r--r-- | www-servers/monkeyd/monkeyd-1.6.8.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www-servers/monkeyd/monkeyd-1.6.8.ebuild b/www-servers/monkeyd/monkeyd-1.6.8.ebuild index 3221de52fda3..b97936f30923 100644 --- a/www-servers/monkeyd/monkeyd-1.6.8.ebuild +++ b/www-servers/monkeyd/monkeyd-1.6.8.ebuild @@ -12,10 +12,10 @@ MY_P="${PN/d}-${PV}" if [[ ${PV} == "9999" ]] ; then EGIT_REPO_URI="https://github.com/monkey/monkey.git" inherit git-2 - KEYWORDS="" + KEYWORDS="arm" else SRC_URI="http://monkey-project.com/releases/${PV:0:3}/${MY_P}.tar.gz" - KEYWORDS="~amd64 ~arm ~mips ~ppc ~ppc64 ~x86" + KEYWORDS="~amd64 arm ~mips ~ppc ~ppc64 ~x86" fi LICENSE="GPL-2" |