Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/javassist/
Date: Sat, 29 Aug 2015 22:01:51
Message-Id: 1440885680.2f3718f53f355ef57dd756446436a9078df4c386.monsieurp@gentoo
1 commit: 2f3718f53f355ef57dd756446436a9078df4c386
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Sat Aug 29 21:56:00 2015 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Sat Aug 29 22:01:20 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f3718f5
7
8 dev-java/javassist: Stable for amd64+ppc+ppc64 (+x86 using the ALLARCHES policy).
9
10 Package-Manager: portage-2.2.18
11 Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
12
13 dev-java/javassist/javassist-2.6-r2.ebuild | 6 +++---
14 1 file changed, 3 insertions(+), 3 deletions(-)
15
16 diff --git a/dev-java/javassist/javassist-2.6-r2.ebuild b/dev-java/javassist/javassist-2.6-r2.ebuild
17 index 396b408..251a3af 100644
18 --- a/dev-java/javassist/javassist-2.6-r2.ebuild
19 +++ b/dev-java/javassist/javassist-2.6-r2.ebuild
20 @@ -14,11 +14,11 @@ HOMEPAGE="http://www.csg.is.titech.ac.jp/~chiba/javassist/"
21
22 LICENSE="MPL-1.1"
23 SLOT="2"
24 -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
25 +KEYWORDS="amd64 ppc ppc64 x86 ~amd64-linux ~x86-linux"
26 IUSE=""
27
28 -RDEPEND=">=virtual/jre-1.4"
29 -DEPEND=">=virtual/jdk-1.4
30 +RDEPEND=">=virtual/jre-1.6"
31 +DEPEND=">=virtual/jdk-1.6
32 app-arch/unzip"
33 S="${WORKDIR}"