commit: 5a712608cecdf346bd3c1459fec53dd44ff2df77 Author: Volkmar W. Pogatzki <gentoo <AT> pogatzki <DOT> net> AuthorDate: Wed Jun 2 19:28:33 2021 +0000 Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org> CommitDate: Thu Jun 3 06:38:42 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a712608
dev-java/protobuf-java: MAVEN_ID Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Volkmar W. Pogatzki <gentoo <AT> pogatzki.net> Closes: https://github.com/gentoo/gentoo/pull/21093/commits/95f785b9b55f4f30d87aa6cd0e0081e5a71e6653 Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org> dev-java/protobuf-java/protobuf-java-3.15.8.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dev-java/protobuf-java/protobuf-java-3.15.8.ebuild b/dev-java/protobuf-java/protobuf-java-3.15.8.ebuild index 43afd81f28c..dd91ba9be92 100644 --- a/dev-java/protobuf-java/protobuf-java-3.15.8.ebuild +++ b/dev-java/protobuf-java/protobuf-java-3.15.8.ebuild @@ -2,7 +2,9 @@ # Distributed under the terms of the GNU General Public License v2 EAPI="7" + JAVA_PKG_IUSE="doc source" +MAVEN_ID="com.google.protobuf:protobuf-java:3.15.8" inherit java-pkg-2 java-pkg-simple
