From 9ec9e5e4050f4b87b2e62fbd1bb380803f9e63c4 Mon Sep 17 00:00:00 2001 From: "Volkmar W. Pogatzki" Date: Wed, 26 Jan 2022 15:48:05 +0100 Subject: [PATCH] dev-java/jcip-annotations: MAVEN_ID MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Volkmar W. Pogatzki Closes: https://github.com/gentoo/gentoo/pull/24920/commits/c00808a84a294a8df82f1e26849d71df377a12c9 Signed-off-by: Miroslav Ć ulc --- dev-java/jcip-annotations/jcip-annotations-1.0.1-r1.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev-java/jcip-annotations/jcip-annotations-1.0.1-r1.ebuild b/dev-java/jcip-annotations/jcip-annotations-1.0.1-r1.ebuild index 1f9c6101e325c..5ee98d998748e 100644 --- a/dev-java/jcip-annotations/jcip-annotations-1.0.1-r1.ebuild +++ b/dev-java/jcip-annotations/jcip-annotations-1.0.1-r1.ebuild @@ -1,9 +1,10 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 JAVA_PKG_IUSE="doc source" +MAVEN_ID="com.github.stephenc.jcip:jcip-annotations:1.0-1" inherit java-pkg-2 java-pkg-simple