diff options
author | 2024-01-08 11:50:45 +0000 | |
---|---|---|
committer | 2024-01-08 12:02:12 +0000 | |
commit | 332ba3c5ed3b5f812f5fe275446de07757ff7f44 (patch) | |
tree | 69047619aa8163657645ef425a256fc6e4c62fce /net-dns | |
parent | net-dialup/openl2tp: sys-devel/flex -> app-alternatives/lex (diff) | |
download | gentoo-332ba3c5ed3b5f812f5fe275446de07757ff7f44.tar.gz gentoo-332ba3c5ed3b5f812f5fe275446de07757ff7f44.tar.bz2 gentoo-332ba3c5ed3b5f812f5fe275446de07757ff7f44.zip |
net-dns/nsd: 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-dns')
-rw-r--r-- | net-dns/nsd/nsd-4.7.0.ebuild | 4 | ||||
-rw-r--r-- | net-dns/nsd/nsd-4.8.0.ebuild | 4 | ||||
-rw-r--r-- | net-dns/nsd/nsd-9999.ebuild | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/net-dns/nsd/nsd-4.7.0.ebuild b/net-dns/nsd/nsd-4.7.0.ebuild index d4f8ad2606c2..e821654c0b57 100644 --- a/net-dns/nsd/nsd-4.7.0.ebuild +++ b/net-dns/nsd/nsd-4.7.0.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 @@ -43,7 +43,7 @@ RDEPEND=" " DEPEND="${RDEPEND}" BDEPEND=" - sys-devel/flex + app-alternatives/lex app-alternatives/yacc systemd? ( virtual/pkgconfig ) " diff --git a/net-dns/nsd/nsd-4.8.0.ebuild b/net-dns/nsd/nsd-4.8.0.ebuild index d9028ba457da..abbd21ab799f 100644 --- a/net-dns/nsd/nsd-4.8.0.ebuild +++ b/net-dns/nsd/nsd-4.8.0.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 @@ -43,7 +43,7 @@ RDEPEND=" " DEPEND="${RDEPEND}" BDEPEND=" - sys-devel/flex + app-alternatives/lex app-alternatives/yacc systemd? ( virtual/pkgconfig ) " diff --git a/net-dns/nsd/nsd-9999.ebuild b/net-dns/nsd/nsd-9999.ebuild index d9028ba457da..abbd21ab799f 100644 --- a/net-dns/nsd/nsd-9999.ebuild +++ b/net-dns/nsd/nsd-9999.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 @@ -43,7 +43,7 @@ RDEPEND=" " DEPEND="${RDEPEND}" BDEPEND=" - sys-devel/flex + app-alternatives/lex app-alternatives/yacc systemd? ( virtual/pkgconfig ) " |