diff options
author | 2016-09-26 14:17:44 +0200 | |
---|---|---|
committer | 2016-09-26 14:35:27 +0200 | |
commit | 22729c6d6a0a0fad702a11b46e133c6601bb56c2 (patch) | |
tree | 637416464e47cd453d37f84b3101c877d1ac0310 /www-servers/monkeyd | |
parent | net-analyzer/net-snmp: amd64 stable wrt bug #591984 (diff) | |
download | gentoo-22729c6d6a0a0fad702a11b46e133c6601bb56c2.tar.gz gentoo-22729c6d6a0a0fad702a11b46e133c6601bb56c2.tar.bz2 gentoo-22729c6d6a0a0fad702a11b46e133c6601bb56c2.zip |
www-servers/monkeyd: amd64 stable wrt bug #585064
Package-Manager: portage-2.2.28
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
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" |