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: Mon, 01 Feb 2016 22:02:23
Message-Id: 1454364104.44b3174fe1f9aa0ee32efb2f47056a0f8932acbd.chewi@gentoo
1 commit: 44b3174fe1f9aa0ee32efb2f47056a0f8932acbd
2 Author: James Le Cuirot <chewi <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 1 21:55:44 2016 +0000
4 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 1 22:01:44 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44b3174f
7
8 virtual/jdk: Remove icedtea, limit icedtea-bin to ~ppc64, bug #573042
9
10 Portage was complaining about the missing ebuilds instead of
11 suggesting a license change, which is bug #327177. Even after adding
12 the ebuilds, Portage suggested a keyword change in some cases, which
13 is bug #573500.
14
15 I don't really want to add icedtea:8 to the tree just yet so let's
16 remove this and limit icedtea-bin:8 to ~ppc64 to deal with the
17 remaining issue.
18
19 Package-Manager: portage-2.2.27
20
21 virtual/jdk/jdk-1.8.0-r1.ebuild | 5 ++---
22 1 file changed, 2 insertions(+), 3 deletions(-)
23
24 diff --git a/virtual/jdk/jdk-1.8.0-r1.ebuild b/virtual/jdk/jdk-1.8.0-r1.ebuild
25 index 55de6b7..880ec09 100644
26 --- a/virtual/jdk/jdk-1.8.0-r1.ebuild
27 +++ b/virtual/jdk/jdk-1.8.0-r1.ebuild
28 @@ -6,10 +6,9 @@ EAPI="6"
29
30 DESCRIPTION="Virtual for Java Development Kit (JDK)"
31 SLOT="1.8"
32 -KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc64-solaris ~x64-solaris"
33 +KEYWORDS="~amd64 ~arm ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc64-solaris ~x64-solaris"
34
35 RDEPEND="|| (
36 - dev-java/icedtea-bin:8
37 - dev-java/icedtea:8
38 + ppc64? ( dev-java/icedtea-bin:8 )
39 dev-java/oracle-jdk-bin:1.8
40 )"