diff options
author | James Le Cuirot <chewi@gentoo.org> | 2016-02-01 21:55:44 +0000 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2016-02-01 22:01:44 +0000 |
commit | 44b3174fe1f9aa0ee32efb2f47056a0f8932acbd (patch) | |
tree | 0d0920af53896e28f605ec957d601b9d8fd18c42 /virtual/jdk | |
parent | dev-java/icedtea-bin: Prerelease of v3 for Java 8 (diff) | |
download | gentoo-44b3174fe1f9aa0ee32efb2f47056a0f8932acbd.tar.gz gentoo-44b3174fe1f9aa0ee32efb2f47056a0f8932acbd.tar.bz2 gentoo-44b3174fe1f9aa0ee32efb2f47056a0f8932acbd.zip |
virtual/jdk: Remove icedtea, limit icedtea-bin to ~ppc64, bug #573042
Portage was complaining about the missing ebuilds instead of
suggesting a license change, which is bug #327177. Even after adding
the ebuilds, Portage suggested a keyword change in some cases, which
is bug #573500.
I don't really want to add icedtea:8 to the tree just yet so let's
remove this and limit icedtea-bin:8 to ~ppc64 to deal with the
remaining issue.
Package-Manager: portage-2.2.27
Diffstat (limited to 'virtual/jdk')
-rw-r--r-- | virtual/jdk/jdk-1.8.0-r1.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/virtual/jdk/jdk-1.8.0-r1.ebuild b/virtual/jdk/jdk-1.8.0-r1.ebuild index 55de6b72df73..880ec0946843 100644 --- a/virtual/jdk/jdk-1.8.0-r1.ebuild +++ b/virtual/jdk/jdk-1.8.0-r1.ebuild @@ -6,10 +6,9 @@ EAPI="6" DESCRIPTION="Virtual for Java Development Kit (JDK)" SLOT="1.8" -KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc64-solaris ~x64-solaris" +KEYWORDS="~amd64 ~arm ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc64-solaris ~x64-solaris" RDEPEND="|| ( - dev-java/icedtea-bin:8 - dev-java/icedtea:8 + ppc64? ( dev-java/icedtea-bin:8 ) dev-java/oracle-jdk-bin:1.8 )" |