diff options
-rw-r--r-- | dev-java/xalan/xalan-2.7.2-r1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-java/xalan/xalan-2.7.2-r1.ebuild b/dev-java/xalan/xalan-2.7.2-r1.ebuild index 332cb5588c95..9d2ccaa630dc 100644 --- a/dev-java/xalan/xalan-2.7.2-r1.ebuild +++ b/dev-java/xalan/xalan-2.7.2-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -8,6 +8,7 @@ EAPI=7 # Apache StyleBook, which is long dead though it is bundled here. JAVA_PKG_IUSE="doc source" +MAVEN_ID="xalan:xalan:2.7.2" inherit java-pkg-2 java-ant-2 |