diff options
author | Sam James <sam@gentoo.org> | 2024-01-08 11:50:53 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-08 12:02:14 +0000 |
commit | cfb7531ab2ea34fa7cc57fcf314a587ef0f76713 (patch) | |
tree | b58d8f6e1f5a85c255d5140d146cc8401920f6f2 /net-firewall | |
parent | net-firewall/itval: sys-devel/flex -> app-alternatives/lex (diff) | |
download | gentoo-cfb7531ab2ea34fa7cc57fcf314a587ef0f76713.tar.gz gentoo-cfb7531ab2ea34fa7cc57fcf314a587ef0f76713.tar.bz2 gentoo-cfb7531ab2ea34fa7cc57fcf314a587ef0f76713.zip |
net-firewall/nftables: 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-firewall')
-rw-r--r-- | net-firewall/nftables/nftables-1.0.7-r1.ebuild | 4 | ||||
-rw-r--r-- | net-firewall/nftables/nftables-1.0.8-r1.ebuild | 4 | ||||
-rw-r--r-- | net-firewall/nftables/nftables-1.0.8-r2.ebuild | 4 | ||||
-rw-r--r-- | net-firewall/nftables/nftables-1.0.9.ebuild | 4 | ||||
-rw-r--r-- | net-firewall/nftables/nftables-9999.ebuild | 4 |
5 files changed, 10 insertions, 10 deletions
diff --git a/net-firewall/nftables/nftables-1.0.7-r1.ebuild b/net-firewall/nftables/nftables-1.0.7-r1.ebuild index b949328c0528..2567476cadd9 100644 --- a/net-firewall/nftables/nftables-1.0.7-r1.ebuild +++ b/net-firewall/nftables/nftables-1.0.7-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 @@ -41,7 +41,7 @@ RDEPEND=" DEPEND="${RDEPEND}" BDEPEND+=" - sys-devel/flex + app-alternatives/lex virtual/pkgconfig doc? ( app-text/asciidoc diff --git a/net-firewall/nftables/nftables-1.0.8-r1.ebuild b/net-firewall/nftables/nftables-1.0.8-r1.ebuild index ccfccb92aa61..63dbda21abf3 100644 --- a/net-firewall/nftables/nftables-1.0.8-r1.ebuild +++ b/net-firewall/nftables/nftables-1.0.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=8 @@ -40,7 +40,7 @@ RDEPEND=" " DEPEND="${RDEPEND}" BDEPEND+=" - sys-devel/flex + app-alternatives/lex virtual/pkgconfig doc? ( app-text/asciidoc diff --git a/net-firewall/nftables/nftables-1.0.8-r2.ebuild b/net-firewall/nftables/nftables-1.0.8-r2.ebuild index 136fcd2232fd..b24a9d45912c 100644 --- a/net-firewall/nftables/nftables-1.0.8-r2.ebuild +++ b/net-firewall/nftables/nftables-1.0.8-r2.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 @@ -42,7 +42,7 @@ RDEPEND=" " DEPEND="${RDEPEND}" BDEPEND+=" - sys-devel/flex + app-alternatives/lex virtual/pkgconfig doc? ( app-text/asciidoc diff --git a/net-firewall/nftables/nftables-1.0.9.ebuild b/net-firewall/nftables/nftables-1.0.9.ebuild index abbb77889f5c..d4f0a167bb66 100644 --- a/net-firewall/nftables/nftables-1.0.9.ebuild +++ b/net-firewall/nftables/nftables-1.0.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 @@ -42,7 +42,7 @@ RDEPEND=" " DEPEND="${RDEPEND}" BDEPEND+=" - sys-devel/flex + app-alternatives/lex virtual/pkgconfig doc? ( app-text/asciidoc diff --git a/net-firewall/nftables/nftables-9999.ebuild b/net-firewall/nftables/nftables-9999.ebuild index 9c828d3d4642..c37d9a2f296b 100644 --- a/net-firewall/nftables/nftables-9999.ebuild +++ b/net-firewall/nftables/nftables-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 @@ -42,7 +42,7 @@ RDEPEND=" " DEPEND="${RDEPEND}" BDEPEND+=" - sys-devel/flex + app-alternatives/lex virtual/pkgconfig doc? ( app-text/asciidoc |