mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-16 14:29:05 -07:00
dev-java/gnu-regexp: restrict to max. jdk 25
Closes: https://bugs.gentoo.org/977086 Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net> Part-of: https://codeberg.org/gentoo/gentoo/pulls/1113 Merges: https://codeberg.org/gentoo/gentoo/pulls/1113 Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
committed by
Sam James
parent
d647fddad5
commit
d64359974d
@@ -1,7 +1,7 @@
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Copyright 1999-2026 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
EAPI=9
|
||||
|
||||
JAVA_PKG_IUSE="doc source"
|
||||
|
||||
@@ -12,6 +12,7 @@ MY_P="gnu.regexp-${PV}"
|
||||
DESCRIPTION="GNU regular expression package for Java"
|
||||
HOMEPAGE="https://savannah.gnu.org/projects/gnu-regexp"
|
||||
SRC_URI="mirror://gentoo/${P}.tar.gz"
|
||||
S="${WORKDIR}/${MY_P}"
|
||||
|
||||
LICENSE="LGPL-2.1"
|
||||
SLOT="1"
|
||||
@@ -23,13 +24,12 @@ RDEPEND="
|
||||
${CDEPEND}
|
||||
>=virtual/jre-1.8:*"
|
||||
|
||||
# max jdk 25 for bug #977086
|
||||
DEPEND="
|
||||
${CDEPEND}
|
||||
>=virtual/jdk-1.8:*
|
||||
<virtual/jdk-26:*
|
||||
source? ( app-arch/zip )"
|
||||
|
||||
S="${WORKDIR}/${MY_P}"
|
||||
|
||||
JAVA_SRC_DIR="src"
|
||||
|
||||
JAVA_GENTOO_CLASSPATH="java-getopt-1"
|
||||
Reference in New Issue
Block a user