From 22729c6d6a0a0fad702a11b46e133c6601bb56c2 Mon Sep 17 00:00:00 2001 From: Agostino Sarubbo Date: Mon, 26 Sep 2016 14:17:44 +0200 Subject: www-servers/monkeyd: amd64 stable wrt bug #585064 Package-Manager: portage-2.2.28 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo --- www-servers/monkeyd/monkeyd-1.6.9-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'www-servers') 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" -- cgit v1.2.3-65-gdbad