summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2024-01-08 11:48:33 +0000
committerSam James <sam@gentoo.org>2024-01-08 12:01:46 +0000
commit8b41199ca2951658e3472cb87a56e54c805268cc (patch)
treef56e39a7e38dd2a48608016bd9cc21af82c05c9b
parentdev-libs/libtracefs: sys-devel/flex -> app-alternatives/lex (diff)
downloadgentoo-8b41199ca2951658e3472cb87a56e54c805268cc.tar.gz
gentoo-8b41199ca2951658e3472cb87a56e54c805268cc.tar.bz2
gentoo-8b41199ca2951658e3472cb87a56e54c805268cc.zip
dev-libs/rasqal: sys-devel/flex -> app-alternatives/lex
All of these will be using app-alternatives/lex anyway as they're not unsetting YACC or LEX, so make the dep reflect reality. (Included both YACC and LEX out of conservatism.) Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r--dev-libs/rasqal/rasqal-0.9.33-r1.ebuild4
-rw-r--r--dev-libs/rasqal/rasqal-0.9.33-r2.ebuild4
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-libs/rasqal/rasqal-0.9.33-r1.ebuild b/dev-libs/rasqal/rasqal-0.9.33-r1.ebuild
index b5ed4341eed6..9aa0bd233787 100644
--- a/dev-libs/rasqal/rasqal-0.9.33-r1.ebuild
+++ b/dev-libs/rasqal/rasqal-0.9.33-r1.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
@@ -30,7 +30,7 @@ RDEPEND="
DEPEND="${RDEPEND}"
BDEPEND="
>=sys-devel/bison-3
- >=sys-devel/flex-2.5.36
+ app-alternatives/lex
virtual/pkgconfig
test? ( dev-perl/XML-DOM )
"
diff --git a/dev-libs/rasqal/rasqal-0.9.33-r2.ebuild b/dev-libs/rasqal/rasqal-0.9.33-r2.ebuild
index 1e7e3ef81e82..d7ef758ec878 100644
--- a/dev-libs/rasqal/rasqal-0.9.33-r2.ebuild
+++ b/dev-libs/rasqal/rasqal-0.9.33-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
@@ -30,7 +30,7 @@ RDEPEND="
DEPEND="${RDEPEND}"
BDEPEND="
>=sys-devel/bison-3
- >=sys-devel/flex-2.5.36
+ app-alternatives/lex
virtual/pkgconfig
test? ( dev-perl/XML-DOM )
"