summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Meier <maekke@gentoo.org>2016-07-18 19:13:01 +0200
committerMarkus Meier <maekke@gentoo.org>2016-07-18 19:13:01 +0200
commit730771c56c7658c2f19cf3a5617e3c68ab1b3692 (patch)
treed1f0cf641c6a76b1479818d8fcb6d1d2a7b31530
parentwww-client/seamonkey: fix install path related to USE="-gmp-autoupdate" (diff)
downloadgentoo-730771c56c7658c2f19cf3a5617e3c68ab1b3692.tar.gz
gentoo-730771c56c7658c2f19cf3a5617e3c68ab1b3692.tar.bz2
gentoo-730771c56c7658c2f19cf3a5617e3c68ab1b3692.zip
www-servers/monkeyd: arm stable, bug #585064
Package-Manager: portage-2.3.0 RepoMan-Options: --include-arches="arm"
-rw-r--r--www-servers/monkeyd/monkeyd-1.6.9-r1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/www-servers/monkeyd/monkeyd-1.6.9-r1.ebuild b/www-servers/monkeyd/monkeyd-1.6.9-r1.ebuild
index 3a6ca5ea46ce..84e144658833 100644
--- a/www-servers/monkeyd/monkeyd-1.6.9-r1.ebuild
+++ b/www-servers/monkeyd/monkeyd-1.6.9-r1.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="ppc64"
+ KEYWORDS="arm ppc64"
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"