commit:     8ab02abd6848d300382e6849e2fff5d65685659f
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 28 20:59:36 2015 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Wed Oct 28 21:08:38 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ab02abd

dev-java/rhino: Stable for amd64. Stable for ppc+ppc64+x86 using the ALLARCHES 
policy.

Package-Manager: portage-2.2.20.1
Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>

 dev-java/rhino/rhino-1.7.7-r1.ebuild | 10 +++-------
 1 file changed, 3 insertions(+), 7 deletions(-)

diff --git a/dev-java/rhino/rhino-1.7.7-r1.ebuild 
b/dev-java/rhino/rhino-1.7.7-r1.ebuild
index 1d9411c..ebdf486 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 ppc ppc64 x86"
 IUSE=""
 
 # ../rhino-Rhino1_7_7_RELEASE
@@ -56,13 +56,9 @@ EANT_TEST_TARGET="junit"
 RESTRICT="test"
 
 java_prepare() {
-       find . \
-               -type f \
-               -name \*.jar \
-               -print \
-               -exec rm -v {} \; || die "Couldn't delete bundled jar files."
+       java-pkg_clean
 
-       epatch ${PATCHES[@]}
+       epatch "${PATCHES[@]}"
 
        if use test; then
                mkdir lib || die

Reply via email to