commit: ec4267af1ead5e442d41f4337ff1805d2ea56db3
Author: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 17 09:34:52 2024 +0000
Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Wed Jan 17 09:35:06 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec4267af
dev-java/xerces: dropped 2.12.2-r2 to unstable & removed obsolete comment
Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>
dev-java/xerces/xerces-2.12.2-r2.ebuild | 11 ++---------
1 file changed, 2 insertions(+), 9 deletions(-)
diff --git a/dev-java/xerces/xerces-2.12.2-r2.ebuild
b/dev-java/xerces/xerces-2.12.2-r2.ebuild
index aa988db5789b..4a694d86e922 100644
--- a/dev-java/xerces/xerces-2.12.2-r2.ebuild
+++ b/dev-java/xerces/xerces-2.12.2-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -15,19 +15,12 @@
SRC_URI="mirror://apache/xerces/j/source/Xerces-J-src.${PV}.tar.gz
LICENSE="Apache-2.0"
SLOT="2"
-KEYWORDS="amd64 ~arm arm64 ppc64 x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
CP_DEPEND="
dev-java/xml-commons-external:1.4
dev-java/xml-commons-resolver:0"
-# JDK 11+ already privides the following file and the compilation
-# fails if xerces provides it too. On contrary, compilation on 1.8
-# fails if we don't provide the file because it's not part of 1.8.
-# By restricting compilation to 1.8 and providing the file we build
-# a jar that should work both on 1.8 and also on the newer versions
-# of JDK.
-# the file: "org/w3c/dom/html/HTMLDOMImplementation.class"
DEPEND="
${CP_DEPEND}
>=virtual/jdk-1.8:*"