commit: 8d3918519cd4006e1065833ac6a14b7a83b5066d Author: Volkmar W. Pogatzki <gentoo <AT> pogatzki <DOT> net> AuthorDate: Tue Mar 30 17:41:05 2021 +0000 Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org> CommitDate: Wed Mar 31 08:24:01 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d391851
dev-java/guava: MAVEN_ID Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Volkmar W. Pogatzki <gentoo <AT> pogatzki.net> Closes: https://github.com/gentoo/gentoo/pull/20176/commits/b1fe1cb73fb7b86933b4854a6561b1c954c09801 Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org> dev-java/guava/guava-20.0.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-java/guava/guava-20.0.ebuild b/dev-java/guava/guava-20.0.ebuild index b746ddba6c3..f07428f2619 100644 --- a/dev-java/guava/guava-20.0.ebuild +++ b/dev-java/guava/guava-20.0.ebuild @@ -1,9 +1,10 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 JAVA_PKG_IUSE="doc source" +MAVEN_ID="com.google.guava:guava:20.0" inherit java-pkg-2 java-pkg-simple
