diff options
author | Sam James <sam@gentoo.org> | 2024-01-08 11:50:06 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-08 12:02:05 +0000 |
commit | 0b23e71944346e6ff87bb6c187d742a2ff03c76b (patch) | |
tree | 8e919d2dcebdb2a1ed58638864d9cbb0db79b74f /media-sound/csound | |
parent | media-sound/chuck: sys-devel/flex -> app-alternatives/lex (diff) | |
download | gentoo-0b23e71944346e6ff87bb6c187d742a2ff03c76b.tar.gz gentoo-0b23e71944346e6ff87bb6c187d742a2ff03c76b.tar.bz2 gentoo-0b23e71944346e6ff87bb6c187d742a2ff03c76b.zip |
media-sound/csound: 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-sound/csound')
-rw-r--r-- | media-sound/csound/csound-6.17.0.ebuild | 4 | ||||
-rw-r--r-- | media-sound/csound/csound-9999.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/media-sound/csound/csound-6.17.0.ebuild b/media-sound/csound/csound-6.17.0.ebuild index 1d45bb6ba1e1..237276eb9a0a 100644 --- a/media-sound/csound/csound-6.17.0.ebuild +++ b/media-sound/csound/csound-6.17.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 # As upstream (and we aswell) are not allowed to redistribute scansyn, @@ -42,7 +42,7 @@ REQUIRED_USE=" BDEPEND=" sys-devel/bison - sys-devel/flex + app-alternatives/lex app-alternatives/yacc doc? ( media-libs/libpng ) lua? ( dev-lang/swig ) diff --git a/media-sound/csound/csound-9999.ebuild b/media-sound/csound/csound-9999.ebuild index df2358e1d9d5..5275a12bba65 100644 --- a/media-sound/csound/csound-9999.ebuild +++ b/media-sound/csound/csound-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 # As upstream (and we aswell) are not allowed to redistribute scansyn, @@ -42,7 +42,7 @@ REQUIRED_USE=" BDEPEND=" sys-devel/bison - sys-devel/flex + app-alternatives/lex app-alternatives/yacc doc? ( media-libs/libpng ) lua? ( dev-lang/swig ) |