From: Patrice Clement Date: Sat, 29 Aug 2015 21:59:24 +0000 (+0000) Subject: dev-java/javassist: Stable for amd64+ppc+ppc64 (+x86 using the ALLARCHES policy). X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=15c33bf6ec04b34adff5a4784cf24475470a871f;p=gentoo.git dev-java/javassist: Stable for amd64+ppc+ppc64 (+x86 using the ALLARCHES policy). Package-Manager: portage-2.2.18 Signed-off-by: Patrice Clement --- diff --git a/dev-java/javassist/javassist-2.6-r2.ebuild b/dev-java/javassist/javassist-2.6-r2.ebuild index 251a3afbcc2d..1cc7fdf00efd 100644 --- a/dev-java/javassist/javassist-2.6-r2.ebuild +++ b/dev-java/javassist/javassist-2.6-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ diff --git a/dev-java/javassist/javassist-3.18.2.ebuild b/dev-java/javassist/javassist-3.18.2.ebuild index 30d45db35039..d774dc98d41e 100644 --- a/dev-java/javassist/javassist-3.18.2.ebuild +++ b/dev-java/javassist/javassist-3.18.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -14,11 +14,11 @@ SRC_URI="https://github.com/jboss-javassist/javassist/archive/rel_${PV//./_}_ga_ LICENSE="MPL-1.1" SLOT="3" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~x86-macos" +KEYWORDS="amd64 ppc ppc64 x86 ~amd64-linux ~x86-linux ~x86-macos" IUSE="" -RDEPEND=">=virtual/jre-1.4" -DEPEND=">=virtual/jdk-1.4 +RDEPEND=">=virtual/jre-1.6" +DEPEND=">=virtual/jdk-1.6 app-arch/unzip" S="${WORKDIR}/${PN}-rel_${PV//./_}_ga_build"