www-servers/monkeyd: Stable for PPC64 (bug #585064).

Package-Manager: portage-2.3.0
RepoMan-Options: --ignore-arches
This commit is contained in:
Jeroen Roovers
2016-07-14 09:27:00 +02:00
parent 48ed99a243
commit 4e1fe764d3

View 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="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"