diff options
author | James Le Cuirot <chewi@gentoo.org> | 2015-10-28 23:23:22 +0000 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2015-10-28 23:23:22 +0000 |
commit | 346168e31149bce833b378fe16c6f46163fd0aec (patch) | |
tree | 13ed532faf969bb85d4fcd125f5ccbd2fbf2043f /dev-java/rhino | |
parent | profiles: Temporarily mask dev-java/rhino[test] on arm (diff) | |
download | gentoo-346168e31149bce833b378fe16c6f46163fd0aec.tar.gz gentoo-346168e31149bce833b378fe16c6f46163fd0aec.tar.bz2 gentoo-346168e31149bce833b378fe16c6f46163fd0aec.zip |
dev-java/rhino: Add ~arm keyword to unbreak the tree
The test flag has been temporarily masked on arm until the jflex
sub-dependency is sorted out. This should happen shortly.
Package-Manager: portage-2.2.20.1
Diffstat (limited to 'dev-java/rhino')
-rw-r--r-- | dev-java/rhino/rhino-1.7.7-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-java/rhino/rhino-1.7.7-r1.ebuild b/dev-java/rhino/rhino-1.7.7-r1.ebuild index ebdf48620291..753aa18d2a38 100644 --- a/dev-java/rhino/rhino-1.7.7-r1.ebuild +++ b/dev-java/rhino/rhino-1.7.7-r1.ebuild @@ -24,7 +24,7 @@ HOMEPAGE="http://www.mozilla.org/rhino/" LICENSE="MPL-1.1 GPL-2" SLOT="1.6" -KEYWORDS="amd64 ppc ppc64 x86" +KEYWORDS="amd64 ~arm ppc ppc64 x86" IUSE="" # ../rhino-Rhino1_7_7_RELEASE |