aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Le Cuirot <chewi@gentoo.org>2015-09-08 23:15:09 +0100
committerJames Le Cuirot <chewi@gentoo.org>2015-09-08 23:15:09 +0100
commitde916ad8d92af6205e7052919a25ea823d0b5ffd (patch)
tree3ab3e1d04f7682cc877d947885f71671b85d0b3b /games-action
parentdev-java/icedtea: Remove versions that are now in the main tree (diff)
downloadjava-de916ad8d92af6205e7052919a25ea823d0b5ffd.tar.gz
java-de916ad8d92af6205e7052919a25ea823d0b5ffd.tar.bz2
java-de916ad8d92af6205e7052919a25ea823d0b5ffd.zip
games-action/minecraft: Use virtual/jre in RDEPEND like most packages
The X flag that we were depending on has changed to awt. We plan to add this flag to virtual/jre but java-config needs improving first. Let's just depend on plain virtual/jre for now. Package-Manager: portage-2.2.20.1
Diffstat (limited to 'games-action')
-rw-r--r--games-action/minecraft/minecraft-1.2.1-r5.ebuild (renamed from games-action/minecraft/minecraft-1.2.1-r4.ebuild)11
1 files changed, 2 insertions, 9 deletions
diff --git a/games-action/minecraft/minecraft-1.2.1-r4.ebuild b/games-action/minecraft/minecraft-1.2.1-r5.ebuild
index 214c1b03..ec6e5e67 100644
--- a/games-action/minecraft/minecraft-1.2.1-r4.ebuild
+++ b/games-action/minecraft/minecraft-1.2.1-r5.ebuild
@@ -19,17 +19,10 @@ RESTRICT="mirror"
DEPEND="app-arch/zip
>=virtual/jdk-1.6"
-RDEPEND="|| (
- >=dev-java/icedtea-6[X]
- >=dev-java/icedtea-bin-6[X]
- >=dev-java/oracle-jre-bin-1.6[X]
- >=dev-java/oracle-jdk-bin-1.6[X]
- >=dev-java/sun-jre-bin-1.6[X]
- >=dev-java/sun-jdk-1.6[X] )
-
- dev-java/gson:2.2.2
+RDEPEND="dev-java/gson:2.2.2
dev-java/java-config:2
>=dev-java/jopt-simple-4.5:0
+ >=virtual/jre-1.6
>=dev-java/bcprov-1.47:0
>=dev-java/commons-io-2.4:1