aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Le Cuirot <chewi@gentoo.org>2016-03-01 22:43:15 +0000
committerJames Le Cuirot <chewi@gentoo.org>2016-03-01 22:43:15 +0000
commite4fdcc524b2ec634823a3b1ceeb92c2c296d55a0 (patch)
tree2047425b99d4d0fa88414712f203c062efea7e09 /virtual
parentdev-java/icedtea: Bump to 3.0.0pre09. (diff)
downloadjava-e4fdcc524b2ec634823a3b1ceeb92c2c296d55a0.tar.gz
java-e4fdcc524b2ec634823a3b1ceeb92c2c296d55a0.tar.bz2
java-e4fdcc524b2ec634823a3b1ceeb92c2c296d55a0.zip
virtual/jdk: icedtea-bin:8 now available for amd64, arm, x86
We shouldn't need to restrict plain icedtea to amd64 now that the first entry satisfies all the main architectures. Package-Manager: portage-2.2.27
Diffstat (limited to 'virtual')
-rw-r--r--virtual/jdk/jdk-1.8.0-r3.ebuild (renamed from virtual/jdk/jdk-1.8.0-r2.ebuild)4
1 files changed, 2 insertions, 2 deletions
diff --git a/virtual/jdk/jdk-1.8.0-r2.ebuild b/virtual/jdk/jdk-1.8.0-r3.ebuild
index 73181a8e..9275b043 100644
--- a/virtual/jdk/jdk-1.8.0-r2.ebuild
+++ b/virtual/jdk/jdk-1.8.0-r3.ebuild
@@ -9,7 +9,7 @@ SLOT="1.8"
KEYWORDS="~amd64 ~arm ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc64-solaris ~x64-solaris"
RDEPEND="|| (
- ppc64? ( dev-java/icedtea-bin:8 )
- amd64? ( dev-java/icedtea:8 )
+ dev-java/icedtea-bin:8
+ dev-java/icedtea:8
dev-java/oracle-jdk-bin:1.8
)"