diff options
author | Sam James <sam@gentoo.org> | 2024-01-08 11:50:49 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-08 12:02:13 +0000 |
commit | 72fa55c0e93f6dca8f1625524f3d04a2e6358897 (patch) | |
tree | 4af878afbbabdc0c9f3527d6be9f597e2a31481d /net-firewall/iptables | |
parent | net-firewall/conntrack-tools: sys-devel/flex -> app-alternatives/lex (diff) | |
download | gentoo-72fa55c0e93f6dca8f1625524f3d04a2e6358897.tar.gz gentoo-72fa55c0e93f6dca8f1625524f3d04a2e6358897.tar.bz2 gentoo-72fa55c0e93f6dca8f1625524f3d04a2e6358897.zip |
net-firewall/iptables: 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/iptables')
-rw-r--r-- | net-firewall/iptables/iptables-1.8.10.ebuild | 4 | ||||
-rw-r--r-- | net-firewall/iptables/iptables-1.8.8-r5.ebuild | 4 | ||||
-rw-r--r-- | net-firewall/iptables/iptables-1.8.9-r1.ebuild | 4 | ||||
-rw-r--r-- | net-firewall/iptables/iptables-1.8.9.ebuild | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/net-firewall/iptables/iptables-1.8.10.ebuild b/net-firewall/iptables/iptables-1.8.10.ebuild index 15f853569b01..1a6b39f5f98a 100644 --- a/net-firewall/iptables/iptables-1.8.10.ebuild +++ b/net-firewall/iptables/iptables-1.8.10.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 @@ -33,7 +33,7 @@ DEPEND=" BDEPEND=" virtual/pkgconfig nftables? ( - sys-devel/flex + app-alternatives/lex app-alternatives/yacc ) " diff --git a/net-firewall/iptables/iptables-1.8.8-r5.ebuild b/net-firewall/iptables/iptables-1.8.8-r5.ebuild index 992da3a8d444..cf0ad131a044 100644 --- a/net-firewall/iptables/iptables-1.8.8-r5.ebuild +++ b/net-firewall/iptables/iptables-1.8.8-r5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -33,7 +33,7 @@ DEPEND=" BDEPEND=" virtual/pkgconfig nftables? ( - sys-devel/flex + app-alternatives/lex app-alternatives/yacc ) " diff --git a/net-firewall/iptables/iptables-1.8.9-r1.ebuild b/net-firewall/iptables/iptables-1.8.9-r1.ebuild index f3c3728c7812..a69af11c227a 100644 --- a/net-firewall/iptables/iptables-1.8.9-r1.ebuild +++ b/net-firewall/iptables/iptables-1.8.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 @@ -33,7 +33,7 @@ DEPEND=" BDEPEND=" virtual/pkgconfig nftables? ( - sys-devel/flex + app-alternatives/lex app-alternatives/yacc ) " diff --git a/net-firewall/iptables/iptables-1.8.9.ebuild b/net-firewall/iptables/iptables-1.8.9.ebuild index a2c99f1a76bb..4477f3edc064 100644 --- a/net-firewall/iptables/iptables-1.8.9.ebuild +++ b/net-firewall/iptables/iptables-1.8.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 @@ -33,7 +33,7 @@ DEPEND=" BDEPEND=" virtual/pkgconfig nftables? ( - sys-devel/flex + app-alternatives/lex app-alternatives/yacc ) " |