diff options
author | Sam James <sam@gentoo.org> | 2024-01-08 11:50:55 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-08 12:02:15 +0000 |
commit | c70f0be673d41ac6a1099d7a8b36adeb63c5d0d6 (patch) | |
tree | b0e7e59edd1745c2df4e8ef49b900eea9c10e86e /net-fs | |
parent | net-firewall/nftables: sys-devel/flex -> app-alternatives/lex (diff) | |
download | gentoo-c70f0be673d41ac6a1099d7a8b36adeb63c5d0d6.tar.gz gentoo-c70f0be673d41ac6a1099d7a8b36adeb63c5d0d6.tar.bz2 gentoo-c70f0be673d41ac6a1099d7a8b36adeb63c5d0d6.zip |
net-fs/autofs: 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')
-rw-r--r-- | net-fs/autofs/autofs-5.1.8-r1.ebuild | 4 | ||||
-rw-r--r-- | net-fs/autofs/autofs-5.1.9-r1.ebuild | 4 | ||||
-rw-r--r-- | net-fs/autofs/autofs-5.1.9.ebuild | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/net-fs/autofs/autofs-5.1.8-r1.ebuild b/net-fs/autofs/autofs-5.1.8-r1.ebuild index c329818c19ab..490ca32bfe1b 100644 --- a/net-fs/autofs/autofs-5.1.8-r1.ebuild +++ b/net-fs/autofs/autofs-5.1.8-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=7 @@ -36,7 +36,7 @@ DEPEND="${RDEPEND} libtirpc? ( net-libs/rpcsvc-proto ) " BDEPEND=" - sys-devel/flex + app-alternatives/lex virtual/pkgconfig app-alternatives/yacc " diff --git a/net-fs/autofs/autofs-5.1.9-r1.ebuild b/net-fs/autofs/autofs-5.1.9-r1.ebuild index f64950f705e7..efcc4e9ebb83 100644 --- a/net-fs/autofs/autofs-5.1.9-r1.ebuild +++ b/net-fs/autofs/autofs-5.1.9-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 @@ -35,7 +35,7 @@ DEPEND="${RDEPEND} libtirpc? ( net-libs/rpcsvc-proto ) " BDEPEND=" - sys-devel/flex + app-alternatives/lex virtual/pkgconfig app-alternatives/yacc " diff --git a/net-fs/autofs/autofs-5.1.9.ebuild b/net-fs/autofs/autofs-5.1.9.ebuild index d906d574b5f1..f21b6430b76e 100644 --- a/net-fs/autofs/autofs-5.1.9.ebuild +++ b/net-fs/autofs/autofs-5.1.9.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 @@ -35,7 +35,7 @@ DEPEND="${RDEPEND} libtirpc? ( net-libs/rpcsvc-proto ) " BDEPEND=" - sys-devel/flex + app-alternatives/lex virtual/pkgconfig app-alternatives/yacc " |