Gentoo Archives: gentoo-commits

From: Patrick McLean <chutzpah@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-firewall/arptables/
Date: Fri, 03 Dec 2021 19:16:57
Message-Id: 1638558998.61c556d2b8c26c6b08ec13f30c908caa546558d1.chutzpah@gentoo
1 commit: 61c556d2b8c26c6b08ec13f30c908caa546558d1
2 Author: Patrick McLean <patrick.mclean <AT> sony <DOT> com>
3 AuthorDate: Fri Dec 3 19:16:38 2021 +0000
4 Commit: Patrick McLean <chutzpah <AT> gentoo <DOT> org>
5 CommitDate: Fri Dec 3 19:16:38 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61c556d2
7
8 net-firewall/arptables: Revbump, update esel-ipt dep (bug #828064)
9
10 Closes: https://bugs.gentoo.org/828064
11 Copyright: Sony Interactive Entertainment Inc.
12 Package-Manager: Portage-3.0.28, Repoman-3.0.3
13 Signed-off-by: Patrick McLean <chutzpah <AT> gentoo.org>
14
15 .../{arptables-0.0.5-r1.ebuild => arptables-0.0.5-r2.ebuild} | 4 ++--
16 1 file changed, 2 insertions(+), 2 deletions(-)
17
18 diff --git a/net-firewall/arptables/arptables-0.0.5-r1.ebuild b/net-firewall/arptables/arptables-0.0.5-r2.ebuild
19 similarity index 90%
20 rename from net-firewall/arptables/arptables-0.0.5-r1.ebuild
21 rename to net-firewall/arptables/arptables-0.0.5-r2.ebuild
22 index 42dcb668a2df..fee032c21db6 100644
23 --- a/net-firewall/arptables/arptables-0.0.5-r1.ebuild
24 +++ b/net-firewall/arptables/arptables-0.0.5-r2.ebuild
25 @@ -14,7 +14,7 @@ SLOT="0"
26 KEYWORDS="amd64 ppc x86"
27 IUSE=""
28
29 -BDEPEND=">=app-eselect/eselect-iptables-20200508"
30 +BDEPEND=">=app-eselect/eselect-iptables-20211203"
31 RDEPEND="${BDEPEND}"
32
33 src_compile() {
34 @@ -37,7 +37,7 @@ src_install() {
35
36 pkg_postinst() {
37 if ! eselect arptables show &>/dev/null; then
38 - elog "Current arptables implementation is unset, setting to ebtables-legacy"
39 + elog "Current arptables implementation is unset, setting to arptables-legacy"
40 eselect arptables set arptables-legacy
41 fi