diff options
author | Sam James <sam@gentoo.org> | 2024-01-08 11:49:46 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-08 12:02:02 +0000 |
commit | 00a24e7dc94b7dba6a930dc0d55552e551cf030c (patch) | |
tree | 41e5f151eefceb0c003b6b94eacfdee3cab9c3fa /media-libs/libcue | |
parent | media-libs/gstreamer: sys-devel/flex -> app-alternatives/lex (diff) | |
download | gentoo-00a24e7dc94b7dba6a930dc0d55552e551cf030c.tar.gz gentoo-00a24e7dc94b7dba6a930dc0d55552e551cf030c.tar.bz2 gentoo-00a24e7dc94b7dba6a930dc0d55552e551cf030c.zip |
media-libs/libcue: 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-libs/libcue')
-rw-r--r-- | media-libs/libcue/libcue-2.3.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/libcue/libcue-2.3.0.ebuild b/media-libs/libcue/libcue-2.3.0.ebuild index 599e2d9c5cda..2fa2dadc6d70 100644 --- a/media-libs/libcue/libcue-2.3.0.ebuild +++ b/media-libs/libcue/libcue-2.3.0.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=7 @@ -16,5 +16,5 @@ IUSE="" BDEPEND=" sys-devel/bison - sys-devel/flex + app-alternatives/lex " |