dev-java/protobuf-java: Use EAPI="7".
authorArfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org>
Sat, 28 Sep 2019 01:22:54 +0000 (01:22 +0000)
committerMike Gilbert <floppym@gentoo.org>
Sun, 29 Sep 2019 02:56:11 +0000 (22:56 -0400)
Signed-off-by: Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org>
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
dev-java/protobuf-java/protobuf-java-9999.ebuild

index 9b3f506189aeb66a45013cf64af30437705b18ac..da1f108d721db376b2339b3341a2282f4d93acc5 100644 (file)
@@ -1,7 +1,7 @@
 # Copyright 2008-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="6"
+EAPI="7"
 JAVA_PKG_IUSE="doc source"
 
 inherit java-pkg-2 java-pkg-simple
@@ -26,8 +26,9 @@ SLOT="0/21"
 KEYWORDS=""
 IUSE=""
 
-DEPEND="~dev-libs/protobuf-${PV}
+BDEPEND="~dev-libs/protobuf-${PV}
        >=virtual/jdk-1.7"
+DEPEND=">=virtual/jdk-1.7"
 RDEPEND=">=virtual/jre-1.7
        !<dev-libs/protobuf-3[java(-)]"