diff options
author | James Le Cuirot <chewi@gentoo.org> | 2015-09-24 16:18:03 +0100 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2015-09-24 16:18:45 +0100 |
commit | bcb30ea6b81ca973d39bfc0f901323efa2749f98 (patch) | |
tree | 22cf986e320683345610b5c7aaae15c9a66fa4e6 /dev-java/jnr-unixsocket | |
parent | dev-java/jnr-enxio: Bump Java version to 7, fixes bug #561352 (diff) | |
download | gentoo-bcb30ea6b81ca973d39bfc0f901323efa2749f98.tar.gz gentoo-bcb30ea6b81ca973d39bfc0f901323efa2749f98.tar.bz2 gentoo-bcb30ea6b81ca973d39bfc0f901323efa2749f98.zip |
dev-java/jnr-unixsocket: Bump Java version to 7 as jnr-enxio also has
This relates to bug #561352. jnr-unixsocket builds with Java 6 but it
should have a Java version at least as high as its dependencies.
I have also changed the jnr-ffi SLOT to match the one used by
jnr-enxio, otherwise you end up with two conflicting versions on the
classpath. jruby (a revdep) also uses the older version but it is
masked and totally broken anyway.
This demands a revbump but should still be safe enough to commit
straight to stable.
Package-Manager: portage-2.2.20.1
Diffstat (limited to 'dev-java/jnr-unixsocket')
-rw-r--r-- | dev-java/jnr-unixsocket/jnr-unixsocket-0.6-r1.ebuild (renamed from dev-java/jnr-unixsocket/jnr-unixsocket-0.6.ebuild) | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/dev-java/jnr-unixsocket/jnr-unixsocket-0.6.ebuild b/dev-java/jnr-unixsocket/jnr-unixsocket-0.6-r1.ebuild index e1a54ccc7f33..f5936f9bbe6f 100644 --- a/dev-java/jnr-unixsocket/jnr-unixsocket-0.6.ebuild +++ b/dev-java/jnr-unixsocket/jnr-unixsocket-0.6-r1.ebuild @@ -19,20 +19,20 @@ LICENSE="Apache-2.0" CDEPEND="dev-java/jnr-constants:0 dev-java/jnr-enxio:0 dev-java/jnr-posix:3.0 - dev-java/jnr-ffi:0.7" + dev-java/jnr-ffi:2" DEPEND="${CDEPEND} - >=virtual/jdk-1.6" + >=virtual/jdk-1.7" RDEPEND="${CDEPEND} - >=virtual/jre-1.6" + >=virtual/jre-1.7" java_prepare() { cp "${FILESDIR}"/${P}-build.xml build.xml || die } JAVA_ANT_REWRITE_CLASSPATH="true" -EANT_GENTOO_CLASSPATH="jnr-constants,jnr-enxio,jnr-ffi-0.7,jnr-posix-3.0" +EANT_GENTOO_CLASSPATH="jnr-constants,jnr-enxio,jnr-ffi-2,jnr-posix-3.0" src_install() { java-pkg_newjar target/${P}.jar ${PN}.jar |