diff options
author | Sam James <sam@gentoo.org> | 2024-01-08 11:51:10 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-08 12:02:18 +0000 |
commit | 27c1def46e3a2aa99de5cbe923c92873bb203497 (patch) | |
tree | f4be0c45762df47dd5627e1486addf0ad44245f1 /net-mail | |
parent | net-mail/cyrus-imapd: sys-devel/flex -> app-alternatives/lex (diff) | |
download | gentoo-27c1def46e3a2aa99de5cbe923c92873bb203497.tar.gz gentoo-27c1def46e3a2aa99de5cbe923c92873bb203497.tar.bz2 gentoo-27c1def46e3a2aa99de5cbe923c92873bb203497.zip |
net-mail/fetchmail: 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')
-rw-r--r-- | net-mail/fetchmail/fetchmail-6.4.27.ebuild | 4 | ||||
-rw-r--r-- | net-mail/fetchmail/fetchmail-6.4.37.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/net-mail/fetchmail/fetchmail-6.4.27.ebuild b/net-mail/fetchmail/fetchmail-6.4.27.ebuild index c233e4af32ab..5e9b59cdefa6 100644 --- a/net-mail/fetchmail/fetchmail-6.4.27.ebuild +++ b/net-mail/fetchmail/fetchmail-6.4.27.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 @@ -37,7 +37,7 @@ RDEPEND="acct-user/fetchmail )" DEPEND="${RDEPEND} app-arch/xz-utils - sys-devel/flex + app-alternatives/lex nls? ( sys-devel/gettext )" DOCS="FAQ FEATURES NEWS NOTES README README.NTLM README.SSL* TODO" diff --git a/net-mail/fetchmail/fetchmail-6.4.37.ebuild b/net-mail/fetchmail/fetchmail-6.4.37.ebuild index fcfe5be8e090..22fc91a15082 100644 --- a/net-mail/fetchmail/fetchmail-6.4.37.ebuild +++ b/net-mail/fetchmail/fetchmail-6.4.37.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 @@ -27,7 +27,7 @@ RDEPEND="acct-user/fetchmail socks? ( net-proxy/dante )" DEPEND="${RDEPEND} app-arch/xz-utils - sys-devel/flex + app-alternatives/lex nls? ( sys-devel/gettext )" RDEPEND+=" selinux? ( sec-policy/selinux-fetchmail )" |