diff options
author | Sam James <sam@gentoo.org> | 2024-01-08 11:42:49 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-08 12:01:26 +0000 |
commit | c37ea47bbf3de8661987c33fcadae214ac1cd84b (patch) | |
tree | b69c6193f23157c999492a586bc22ad8be7f2aa0 /app-accessibility | |
parent | ninja-utils.eclass: dev-util/ninja -> app-alternatives/ninja (diff) | |
download | gentoo-c37ea47bbf3de8661987c33fcadae214ac1cd84b.tar.gz gentoo-c37ea47bbf3de8661987c33fcadae214ac1cd84b.tar.bz2 gentoo-c37ea47bbf3de8661987c33fcadae214ac1cd84b.zip |
app-accessibility/julius: 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-accessibility')
-rw-r--r-- | app-accessibility/julius/julius-4.2.2-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-accessibility/julius/julius-4.2.2-r1.ebuild b/app-accessibility/julius/julius-4.2.2-r1.ebuild index 211d4aeea5f4..11e80caf7033 100644 --- a/app-accessibility/julius/julius-4.2.2-r1.ebuild +++ b/app-accessibility/julius/julius-4.2.2-r1.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 @@ -25,7 +25,7 @@ RDEPEND=" pulseaudio? ( media-libs/libpulse ) sndfile? ( media-libs/libsndfile )" DEPEND="${RDEPEND} - sys-devel/flex" + app-alternatives/lex" PATCHES=( "${FILESDIR}"/${PN}-4.2.2-install.patch |