summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2024-01-08 11:48:43 +0000
committerSam James <sam@gentoo.org>2024-01-08 12:01:48 +0000
commit0b88ee5381c22423ab15087cb4b0747395eae29b (patch)
treefadf6c872730d0bf2d9efb21a641926c4f5fe087 /dev-util/babeltrace
parentdev-tex/rail: sys-devel/flex -> app-alternatives/lex (diff)
downloadgentoo-0b88ee5381c22423ab15087cb4b0747395eae29b.tar.gz
gentoo-0b88ee5381c22423ab15087cb4b0747395eae29b.tar.bz2
gentoo-0b88ee5381c22423ab15087cb4b0747395eae29b.zip
dev-util/babeltrace: 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>
Diffstat (limited to 'dev-util/babeltrace')
-rw-r--r--dev-util/babeltrace/babeltrace-1.5.8.ebuild4
-rw-r--r--dev-util/babeltrace/babeltrace-2.0.5.ebuild4
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-util/babeltrace/babeltrace-1.5.8.ebuild b/dev-util/babeltrace/babeltrace-1.5.8.ebuild
index aa58b116da22..bd34b6536b42 100644
--- a/dev-util/babeltrace/babeltrace-1.5.8.ebuild
+++ b/dev-util/babeltrace/babeltrace-1.5.8.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
@@ -23,7 +23,7 @@ RDEPEND="dev-libs/glib:2
DEPEND="${RDEPEND}
sys-devel/bison
- sys-devel/flex
+ app-alternatives/lex
"
PATCHES=(
diff --git a/dev-util/babeltrace/babeltrace-2.0.5.ebuild b/dev-util/babeltrace/babeltrace-2.0.5.ebuild
index 422dc7e259ad..538ec918a04b 100644
--- a/dev-util/babeltrace/babeltrace-2.0.5.ebuild
+++ b/dev-util/babeltrace/babeltrace-2.0.5.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
@@ -24,7 +24,7 @@ RDEPEND=">=dev-libs/glib-2.28:2
BDEPEND="${RDEPEND}
>=sys-devel/bison-2.5
- >=sys-devel/flex-2.5.35
+ app-alternatives/lex
python? (
>=dev-lang/swig-3.0
$(python_gen_cond_dep 'dev-python/setuptools[${PYTHON_USEDEP}]' python3_12)