Gentoo Archives: gentoo-commits

From: James Le Cuirot <chewi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: virtual/jdk/
Date: Tue, 01 Mar 2016 22:43:55
Message-Id: 1456872221.c3e97966579475bf7a26a514f69fb0a901604c7d.chewi@gentoo
1 commit: c3e97966579475bf7a26a514f69fb0a901604c7d
2 Author: James Le Cuirot <chewi <AT> gentoo <DOT> org>
3 AuthorDate: Tue Mar 1 22:38:03 2016 +0000
4 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
5 CommitDate: Tue Mar 1 22:43:41 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3e97966
7
8 virtual/jdk: icedtea-bin:8 now available for amd64, arm, x86
9
10 Package-Manager: portage-2.2.27
11
12 virtual/jdk/{jdk-1.8.0-r1.ebuild => jdk-1.8.0-r2.ebuild} | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/virtual/jdk/jdk-1.8.0-r1.ebuild b/virtual/jdk/jdk-1.8.0-r2.ebuild
16 similarity index 90%
17 rename from virtual/jdk/jdk-1.8.0-r1.ebuild
18 rename to virtual/jdk/jdk-1.8.0-r2.ebuild
19 index 880ec09..ab3b5cf 100644
20 --- a/virtual/jdk/jdk-1.8.0-r1.ebuild
21 +++ b/virtual/jdk/jdk-1.8.0-r2.ebuild
22 @@ -9,6 +9,6 @@ SLOT="1.8"
23 KEYWORDS="~amd64 ~arm ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc64-solaris ~x64-solaris"
24
25 RDEPEND="|| (
26 - ppc64? ( dev-java/icedtea-bin:8 )
27 + dev-java/icedtea-bin:8
28 dev-java/oracle-jdk-bin:1.8
29 )"