diff options
author | Sam James <sam@gentoo.org> | 2024-01-08 11:43:41 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-08 12:01:29 +0000 |
commit | 2696995dedc95654b5fccc1cf3931cd2c0e34f47 (patch) | |
tree | 20fbd486029a3cfbc0674e698eee6da8e94de3bd /app-emulation | |
parent | app-editors/hteditor: sys-devel/flex -> app-alternatives/lex (diff) | |
download | gentoo-2696995dedc95654b5fccc1cf3931cd2c0e34f47.tar.gz gentoo-2696995dedc95654b5fccc1cf3931cd2c0e34f47.tar.bz2 gentoo-2696995dedc95654b5fccc1cf3931cd2c0e34f47.zip |
app-emulation/ski: 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 'app-emulation')
-rw-r--r-- | app-emulation/ski/ski-1.3.2-r4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emulation/ski/ski-1.3.2-r4.ebuild b/app-emulation/ski/ski-1.3.2-r4.ebuild index c5bac307e7ce..bdcc44318041 100644 --- a/app-emulation/ski/ski-1.3.2-r4.ebuild +++ b/app-emulation/ski/ski-1.3.2-r4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -21,7 +21,7 @@ RDEPEND="dev-libs/libltdl:0= motif? ( x11-libs/motif:0= )" DEPEND="${RDEPEND} sys-devel/bison - sys-devel/flex + app-alternatives/lex dev-util/gperf" # games-sports/ski and app-emulation/ski both install 'ski' binary, bug #653110 |