diff options
author | Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org> | 2021-05-24 00:00:00 +0000 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2021-05-31 19:01:34 -0400 |
commit | 22c9135c619a3318b33c7e5ad265c895633548fc (patch) | |
tree | 17553b9d92f5f49e625d603e99c1ee7deb602f21 /dev-java | |
parent | sci-mathematics/gmp-ecm: add myself and François Bissey as maintainers. (diff) | |
download | gentoo-22c9135c619a3318b33c7e5ad265c895633548fc.tar.gz gentoo-22c9135c619a3318b33c7e5ad265c895633548fc.tar.bz2 gentoo-22c9135c619a3318b33c7e5ad265c895633548fc.zip |
dev-java/protobuf-java: Use Java 1.8 ABI.
Signed-off-by: Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org>
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
Diffstat (limited to 'dev-java')
-rw-r--r-- | dev-java/protobuf-java/protobuf-java-9999.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-java/protobuf-java/protobuf-java-9999.ebuild b/dev-java/protobuf-java/protobuf-java-9999.ebuild index cf89398a1afb..519353097a5e 100644 --- a/dev-java/protobuf-java/protobuf-java-9999.ebuild +++ b/dev-java/protobuf-java/protobuf-java-9999.ebuild @@ -27,9 +27,9 @@ KEYWORDS="" IUSE="" BDEPEND="~dev-libs/protobuf-${PV} - >=virtual/jdk-1.7" -DEPEND=">=virtual/jdk-1.7" -RDEPEND=">=virtual/jre-1.7 + >=virtual/jdk-1.8:*" +DEPEND=">=virtual/jdk-1.8:*" +RDEPEND=">=virtual/jre-1.8:* !<dev-libs/protobuf-3[java(-)]" S="${WORKDIR}/protobuf-${PV}/java" |