diff options
author | Sam James <sam@gentoo.org> | 2024-01-08 11:51:12 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-08 12:02:18 +0000 |
commit | eabedc889cdb7895dc83f2eca09ad4f0da7c0895 (patch) | |
tree | 9a6a1b7ebd20c0b4a062925c6e66e5854469168b /net-mail/mairix | |
parent | net-mail/fetchmail: sys-devel/flex -> app-alternatives/lex (diff) | |
download | gentoo-eabedc889cdb7895dc83f2eca09ad4f0da7c0895.tar.gz gentoo-eabedc889cdb7895dc83f2eca09ad4f0da7c0895.tar.bz2 gentoo-eabedc889cdb7895dc83f2eca09ad4f0da7c0895.zip |
net-mail/mairix: 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 'net-mail/mairix')
-rw-r--r-- | net-mail/mairix/mairix-0.24.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-mail/mairix/mairix-0.24.ebuild b/net-mail/mairix/mairix-0.24.ebuild index 20af7b61891d..0c22c1efcf12 100644 --- a/net-mail/mairix/mairix-0.24.ebuild +++ b/net-mail/mairix/mairix-0.24.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=6 @@ -19,7 +19,7 @@ RDEPEND="zlib? ( sys-libs/zlib ) bzip2? ( app-arch/bzip2 )" DEPEND="${RDEPEND} - sys-devel/flex + app-alternatives/lex sys-devel/bison" # Fail on various locales |