# Copyright 1999-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=9 JAVA_PKG_IUSE="doc source" inherit java-pkg-2 java-pkg-simple 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" KEYWORDS="amd64 ~arm64 ppc64 ~x64-macos ~x64-solaris" CDEPEND="dev-java/java-getopt:1" RDEPEND=" ${CDEPEND} >=virtual/jre-1.8:*" # max jdk 25 for bug #977086 DEPEND=" ${CDEPEND}