www-servers/monkeyd: arm stable, bug #585064
authorMarkus Meier <maekke@gentoo.org>
Sun, 12 Jun 2016 19:53:08 +0000 (21:53 +0200)
committerMarkus Meier <maekke@gentoo.org>
Sun, 12 Jun 2016 19:53:08 +0000 (21:53 +0200)
Package-Manager: portage-2.3.0_rc1
RepoMan-Options: --include-arches="arm"

www-servers/monkeyd/monkeyd-1.6.8.ebuild

index 3221de52fda3a91584677bbadaa2533bda61a179..b97936f30923e636752c185ee955a938df1a07ef 100644 (file)
@@ -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"