diff options
-rw-r--r-- | dev-java/jnr-x86asm/jnr-x86asm-1.0.2-r1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-java/jnr-x86asm/jnr-x86asm-1.0.2-r1.ebuild b/dev-java/jnr-x86asm/jnr-x86asm-1.0.2-r1.ebuild index 304b608ca557..4cf9bc564824 100644 --- a/dev-java/jnr-x86asm/jnr-x86asm-1.0.2-r1.ebuild +++ b/dev-java/jnr-x86asm/jnr-x86asm-1.0.2-r1.ebuild @@ -1,8 +1,9 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="5" JAVA_PKG_IUSE="doc source" +MAVEN_ID="com.github.jnr:jnr-x86asm:1.0.2" inherit java-pkg-2 java-pkg-simple |