diff options
author | Volkmar W. Pogatzki <gentoo@pogatzki.net> | 2022-01-26 15:48:05 +0100 |
---|---|---|
committer | Miroslav Šulc <fordfrog@gentoo.org> | 2022-04-10 10:26:45 +0200 |
commit | 9ec9e5e4050f4b87b2e62fbd1bb380803f9e63c4 (patch) | |
tree | 24e4accdba174c5632d37424f44d0259a9f89282 /dev-java/jcip-annotations | |
parent | dev-java/gwt: dropped obsolete 2.9.0 (diff) | |
download | gentoo-9ec9e5e4050f4b87b2e62fbd1bb380803f9e63c4.tar.gz gentoo-9ec9e5e4050f4b87b2e62fbd1bb380803f9e63c4.tar.bz2 gentoo-9ec9e5e4050f4b87b2e62fbd1bb380803f9e63c4.zip |
dev-java/jcip-annotations: MAVEN_ID
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net>
Closes: https://github.com/gentoo/gentoo/pull/24920/commits/c00808a84a294a8df82f1e26849d71df377a12c9
Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
Diffstat (limited to 'dev-java/jcip-annotations')
-rw-r--r-- | dev-java/jcip-annotations/jcip-annotations-1.0.1-r1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
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 1f9c6101e325..5ee98d998748 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 |