From ec4267af1ead5e442d41f4337ff1805d2ea56db3 Mon Sep 17 00:00:00 2001 From: Miroslav Šulc Date: Wed, 17 Jan 2024 10:34:52 +0100 Subject: dev-java/xerces: dropped 2.12.2-r2 to unstable & removed obsolete comment MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miroslav Šulc --- dev-java/xerces/xerces-2.12.2-r2.ebuild | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) (limited to 'dev-java/xerces') 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:*" -- cgit v1.2.3-65-gdbad