diff options
author | Patrick McLean <patrick.mclean@sony.com> | 2021-12-03 11:16:38 -0800 |
---|---|---|
committer | Patrick McLean <chutzpah@gentoo.org> | 2021-12-03 11:16:38 -0800 |
commit | 61c556d2b8c26c6b08ec13f30c908caa546558d1 (patch) | |
tree | 6a2ac6a4ab98d9f586e79d46eea22b895095ba03 /net-firewall/arptables | |
parent | app-eselect/eselect-iptables: Version bump, fix aprtables handling (diff) | |
download | gentoo-61c556d2b8c26c6b08ec13f30c908caa546558d1.tar.gz gentoo-61c556d2b8c26c6b08ec13f30c908caa546558d1.tar.bz2 gentoo-61c556d2b8c26c6b08ec13f30c908caa546558d1.zip |
net-firewall/arptables: Revbump, update esel-ipt dep (bug #828064)
Closes: https://bugs.gentoo.org/828064
Copyright: Sony Interactive Entertainment Inc.
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
Diffstat (limited to 'net-firewall/arptables')
-rw-r--r-- | net-firewall/arptables/arptables-0.0.5-r2.ebuild (renamed from net-firewall/arptables/arptables-0.0.5-r1.ebuild) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-firewall/arptables/arptables-0.0.5-r1.ebuild b/net-firewall/arptables/arptables-0.0.5-r2.ebuild index 42dcb668a2df..fee032c21db6 100644 --- a/net-firewall/arptables/arptables-0.0.5-r1.ebuild +++ b/net-firewall/arptables/arptables-0.0.5-r2.ebuild @@ -14,7 +14,7 @@ SLOT="0" KEYWORDS="amd64 ppc x86" IUSE="" -BDEPEND=">=app-eselect/eselect-iptables-20200508" +BDEPEND=">=app-eselect/eselect-iptables-20211203" RDEPEND="${BDEPEND}" src_compile() { @@ -37,7 +37,7 @@ src_install() { pkg_postinst() { if ! eselect arptables show &>/dev/null; then - elog "Current arptables implementation is unset, setting to ebtables-legacy" + elog "Current arptables implementation is unset, setting to arptables-legacy" eselect arptables set arptables-legacy fi |