summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiroslav Šulc <fordfrog@gentoo.org>2024-01-17 10:34:52 +0100
committerMiroslav Šulc <fordfrog@gentoo.org>2024-01-17 10:35:06 +0100
commitec4267af1ead5e442d41f4337ff1805d2ea56db3 (patch)
tree41a96177859e3ca2b3d708adf059ad4ba5a4504e
parentdev-java/xerces: build against java >=8 (diff)
downloadgentoo-ec4267af.tar.gz
gentoo-ec4267af.tar.bz2
gentoo-ec4267af.zip
dev-java/xerces: dropped 2.12.2-r2 to unstable & removed obsolete comment
Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
-rw-r--r--dev-java/xerces/xerces-2.12.2-r2.ebuild11
1 files 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:*"