summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVolkmar W. Pogatzki <gentoo@pogatzki.net>2021-03-16 17:03:29 +0100
committerSam James <sam@gentoo.org>2021-03-16 20:19:39 +0000
commit0c3d0633e401244cabe56e285da172418accec0d (patch)
tree41342aa71523b625ffb0dd46db71d3681d84f606 /dev-java/jflex/jflex-1.6.1-r1.ebuild
parentnet-dialup/xl2tpd: add 1.3.16 (diff)
downloadgentoo-0c3d0633e401244cabe56e285da172418accec0d.tar.gz
gentoo-0c3d0633e401244cabe56e285da172418accec0d.tar.bz2
gentoo-0c3d0633e401244cabe56e285da172418accec0d.zip
dev-java/jflex: fix regression (circular dep)
Closes: https://bugs.gentoo.org/776736 Previous commit introduced circular dependency ( DEPEND="dev-java/javacup:0 ) Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net> Closes: https://github.com/gentoo/gentoo/pull/19955 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-java/jflex/jflex-1.6.1-r1.ebuild')
-rw-r--r--dev-java/jflex/jflex-1.6.1-r1.ebuild5
1 files changed, 2 insertions, 3 deletions
diff --git a/dev-java/jflex/jflex-1.6.1-r1.ebuild b/dev-java/jflex/jflex-1.6.1-r1.ebuild
index 0306f5b66439..6c0b6396e1f9 100644
--- a/dev-java/jflex/jflex-1.6.1-r1.ebuild
+++ b/dev-java/jflex/jflex-1.6.1-r1.ebuild
@@ -23,8 +23,7 @@ RDEPEND=">=virtual/jre-1.8:*
vim-syntax? ( || ( app-editors/vim app-editors/gvim ) )
${CDEPEND}"
-DEPEND="dev-java/javacup:0
- >=virtual/jdk-1.8:*
+DEPEND=">=virtual/jdk-1.8:*
test? ( dev-java/junit:4 )
${CDEPEND}"
@@ -35,7 +34,7 @@ JAVA_SRC_DIR="src/main/java"
src_prepare() {
# See below for details.
- eapply_user "${FILESDIR}/icedtea-arm.patch"
+ eapply "${FILESDIR}/icedtea-arm.patch"
# We need the bundled jflex.jar.
rm -rv ${JAVA_SRC_DIR}/java_cup examples/pom.xml || die