dev-java/protobuf-java: Use EAPI="7".

Signed-off-by: Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org>
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
This commit is contained in:
Arfrever Frehtes Taifersar Arahesis
2019-09-28 01:22:54 +00:00
committed by Mike Gilbert
parent e8006be688
commit 0a0f5bfb11

View 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(-)]"