summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2024-01-08 11:49:40 +0000
committerSam James <sam@gentoo.org>2024-01-08 12:02:01 +0000
commit82cd7bbc8eaf1ed9073a359a6d1dbe5236162029 (patch)
tree6b780009547836a5ca29d7055c2ccec57b15db17 /media-gfx/openscad/openscad-2021.01-r4.ebuild
parentmedia-gfx/mscgen: sys-devel/flex -> app-alternatives/lex (diff)
downloadgentoo-82cd7bbc8eaf1ed9073a359a6d1dbe5236162029.tar.gz
gentoo-82cd7bbc8eaf1ed9073a359a6d1dbe5236162029.tar.bz2
gentoo-82cd7bbc8eaf1ed9073a359a6d1dbe5236162029.zip
media-gfx/openscad: 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 'media-gfx/openscad/openscad-2021.01-r4.ebuild')
-rw-r--r--media-gfx/openscad/openscad-2021.01-r4.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/media-gfx/openscad/openscad-2021.01-r4.ebuild b/media-gfx/openscad/openscad-2021.01-r4.ebuild
index fe623f9e3453..29c11f311388 100644
--- a/media-gfx/openscad/openscad-2021.01-r4.ebuild
+++ b/media-gfx/openscad/openscad-2021.01-r4.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
@@ -53,7 +53,7 @@ DEPEND="${RDEPEND}"
BDEPEND="
dev-util/itstool
sys-devel/bison
- sys-devel/flex
+ app-alternatives/lex
sys-devel/gettext
virtual/pkgconfig
"