diff options
author | Sam James <sam@gentoo.org> | 2024-01-08 11:50:04 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-08 12:02:05 +0000 |
commit | 635cee4f1f6a56416124b5ffe7d06ef45c18cfe9 (patch) | |
tree | dd37e76f31d94e509baa304faf071c1b9f7669fa /media-sound | |
parent | media-libs/raptor: sys-devel/flex -> app-alternatives/lex (diff) | |
download | gentoo-635cee4f1f6a56416124b5ffe7d06ef45c18cfe9.tar.gz gentoo-635cee4f1f6a56416124b5ffe7d06ef45c18cfe9.tar.bz2 gentoo-635cee4f1f6a56416124b5ffe7d06ef45c18cfe9.zip |
media-sound/chuck: 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')
-rw-r--r-- | media-sound/chuck/chuck-1.4.1.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-sound/chuck/chuck-1.4.1.1.ebuild b/media-sound/chuck/chuck-1.4.1.1.ebuild index 45ff5363c15b..0cd81eb414ca 100644 --- a/media-sound/chuck/chuck-1.4.1.1.ebuild +++ b/media-sound/chuck/chuck-1.4.1.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -21,7 +21,7 @@ RDEPEND="app-eselect/eselect-chuck jack? ( virtual/jack )" DEPEND="${RDEPEND} sys-devel/bison - sys-devel/flex" + app-alternatives/lex" PATCHES=( "${FILESDIR}"/${PN}-1.4.0.0-hid-smc.patch |