diff options
author | Patrice Clement <monsieurp@gentoo.org> | 2015-08-29 21:59:24 +0000 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2015-08-29 22:01:24 +0000 |
commit | 15c33bf6ec04b34adff5a4784cf24475470a871f (patch) | |
tree | 821d57a200d9d1b381d9246093f7a6b54f95e11d /dev-java/javassist | |
parent | dev-java/javassist: Stable for amd64+ppc+ppc64 (+x86 using the ALLARCHES poli... (diff) | |
download | gentoo-15c33bf6ec04b34adff5a4784cf24475470a871f.tar.gz gentoo-15c33bf6ec04b34adff5a4784cf24475470a871f.tar.bz2 gentoo-15c33bf6ec04b34adff5a4784cf24475470a871f.zip |
dev-java/javassist: Stable for amd64+ppc+ppc64 (+x86 using the ALLARCHES policy).
Package-Manager: portage-2.2.18
Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
Diffstat (limited to 'dev-java/javassist')
-rw-r--r-- | dev-java/javassist/javassist-2.6-r2.ebuild | 2 | ||||
-rw-r--r-- | dev-java/javassist/javassist-3.18.2.ebuild | 8 |
2 files changed, 5 insertions, 5 deletions
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" |