diff options
Diffstat (limited to 'www-servers/monkeyd')
-rw-r--r-- | www-servers/monkeyd/monkeyd-1.6.9-r1.ebuild | 4 |
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 84e144658833..982df5d9c66d 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="arm ppc64" + KEYWORDS="amd64 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" |