diff options
author | Volkmar W. Pogatzki <gentoo@pogatzki.net> | 2022-01-12 11:27:22 +0100 |
---|---|---|
committer | Miroslav Šulc <fordfrog@gentoo.org> | 2022-01-14 09:43:35 +0100 |
commit | 40b7b112486b573cfbea9502ecc4bf16e2dac228 (patch) | |
tree | d592b7eec6fd00149f460f46af944de483ec63d2 /dev-java/rhino | |
parent | dev-java/xalan: MAVEN_ID (diff) | |
download | gentoo-40b7b112486b573cfbea9502ecc4bf16e2dac228.tar.gz gentoo-40b7b112486b573cfbea9502ecc4bf16e2dac228.tar.bz2 gentoo-40b7b112486b573cfbea9502ecc4bf16e2dac228.zip |
dev-java/rhino: MAVEN_ID
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net>
Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
Diffstat (limited to 'dev-java/rhino')
-rw-r--r-- | dev-java/rhino/rhino-1.7.7-r1.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/dev-java/rhino/rhino-1.7.7-r1.ebuild b/dev-java/rhino/rhino-1.7.7-r1.ebuild index 0ed1121c184c..656ddd97e01f 100644 --- a/dev-java/rhino/rhino-1.7.7-r1.ebuild +++ b/dev-java/rhino/rhino-1.7.7-r1.ebuild @@ -1,8 +1,10 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="5" JAVA_PKG_IUSE="doc examples source test" +MAVEN_ID="org.mozilla:rhino:1.7.7" + inherit java-pkg-2 java-ant-2 versionator # rhino -> Rhino |