diff options
author | Sam James <sam@gentoo.org> | 2024-01-08 11:50:57 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-08 12:02:15 +0000 |
commit | 0a28eb12083800d5048979e429192298ad9450ca (patch) | |
tree | 58812ec4615df521d866287b7147eef4b1faa25d /net-fs/netatalk/netatalk-3.1.18.ebuild | |
parent | net-fs/autofs: sys-devel/flex -> app-alternatives/lex (diff) | |
download | gentoo-0a28eb12083800d5048979e429192298ad9450ca.tar.gz gentoo-0a28eb12083800d5048979e429192298ad9450ca.tar.bz2 gentoo-0a28eb12083800d5048979e429192298ad9450ca.zip |
net-fs/netatalk: 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-fs/netatalk/netatalk-3.1.18.ebuild')
-rw-r--r-- | net-fs/netatalk/netatalk-3.1.18.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-fs/netatalk/netatalk-3.1.18.ebuild b/net-fs/netatalk/netatalk-3.1.18.ebuild index e22103ae3d3d..5d5a3fcf8c37 100644 --- a/net-fs/netatalk/netatalk-3.1.18.ebuild +++ b/net-fs/netatalk/netatalk-3.1.18.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 @@ -39,7 +39,7 @@ RDEPEND=" DEPEND="${RDEPEND}" BDEPEND=" app-alternatives/yacc - sys-devel/flex + app-alternatives/lex " RESTRICT="test" |