diff options
author | Volkmar W. Pogatzki <gentoo@pogatzki.net> | 2021-06-29 09:17:39 +0200 |
---|---|---|
committer | Miroslav Šulc <fordfrog@gentoo.org> | 2021-06-29 16:40:03 +0200 |
commit | b50675e203df57c35383572817a1771e0efcb32c (patch) | |
tree | 9cdf36497e81b3204e72613fc0e4bbeb6daca49b /dev-java | |
parent | sci-libs/octomap: bump to 1.9.7 (diff) | |
download | gentoo-b50675e203df57c35383572817a1771e0efcb32c.tar.gz gentoo-b50675e203df57c35383572817a1771e0efcb32c.tar.bz2 gentoo-b50675e203df57c35383572817a1771e0efcb32c.zip |
dev-java/xpp2: MAVEN_ID
Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net>
Closes: https://github.com/gentoo/gentoo/pull/21319/commits/65b42e53902d95e3d82935e7961ecae6bcd782a1
Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
Diffstat (limited to 'dev-java')
-rw-r--r-- | dev-java/xpp2/xpp2-2.1.10-r3.ebuild | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dev-java/xpp2/xpp2-2.1.10-r3.ebuild b/dev-java/xpp2/xpp2-2.1.10-r3.ebuild index db77c7e64ae0..04741edc400c 100644 --- a/dev-java/xpp2/xpp2-2.1.10-r3.ebuild +++ b/dev-java/xpp2/xpp2-2.1.10-r3.ebuild @@ -2,7 +2,9 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 + JAVA_PKG_IUSE="doc source" +MAVEN_ID="pull-parser:pull-parser:2" inherit java-pkg-2 java-ant-2 |