commit: 1f669245a392c8008a09a0e6d1c7d9f7c02c0d97
Author: Markus Meier <maekke <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 12 19:53:08 2016 +0000
Commit: Markus Meier <maekke <AT> gentoo <DOT> org>
CommitDate: Sun Jun 12 19:53:08 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f669245
www-servers/monkeyd: arm stable, bug #585064
Package-Manager: portage-2.3.0_rc1
RepoMan-Options: --include-arches="arm"
www-servers/monkeyd/monkeyd-1.6.8.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/www-servers/monkeyd/monkeyd-1.6.8.ebuild
b/www-servers/monkeyd/monkeyd-1.6.8.ebuild
index 3221de5..b97936f 100644
--- a/www-servers/monkeyd/monkeyd-1.6.8.ebuild
+++ b/www-servers/monkeyd/monkeyd-1.6.8.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=""
+ 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"