diff options
author | 2024-01-08 11:49:40 +0000 | |
---|---|---|
committer | 2024-01-08 12:02:01 +0000 | |
commit | 82cd7bbc8eaf1ed9073a359a6d1dbe5236162029 (patch) | |
tree | 6b780009547836a5ca29d7055c2ccec57b15db17 /media-gfx/openscad | |
parent | media-gfx/mscgen: sys-devel/flex -> app-alternatives/lex (diff) | |
download | gentoo-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')
-rw-r--r-- | media-gfx/openscad/openscad-2021.01-r4.ebuild | 4 | ||||
-rw-r--r-- | media-gfx/openscad/openscad-9999.ebuild | 4 |
2 files changed, 4 insertions, 4 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 " diff --git a/media-gfx/openscad/openscad-9999.ebuild b/media-gfx/openscad/openscad-9999.ebuild index ccf5837e0e73..8d8762a5ed16 100644 --- a/media-gfx/openscad/openscad-9999.ebuild +++ b/media-gfx/openscad/openscad-9999.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 # TODO's @@ -66,7 +66,7 @@ DEPEND="${RDEPEND}" BDEPEND=" dev-util/itstool sys-devel/bison - sys-devel/flex + app-alternatives/lex sys-devel/gettext virtual/pkgconfig " |