summaryrefslogtreecommitdiff
path: root/net-firewall/arptables
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2021-12-05 02:47:11 +0000
committerV3n3RiX <venerix@koprulu.sector>2021-12-05 02:47:11 +0000
commit2771f79232c273bc2a57d23bf335dd81ccf6af28 (patch)
treec8af0fd04194aed03cf067d44e53c7edd3e9ab84 /net-firewall/arptables
parente9d044d4b9b71200a96adfa280848858c0f468c9 (diff)
gentoo resync : 05.12.2021
Diffstat (limited to 'net-firewall/arptables')
-rw-r--r--net-firewall/arptables/Manifest2
-rw-r--r--net-firewall/arptables/arptables-0.0.5-r2.ebuild (renamed from net-firewall/arptables/arptables-0.0.5-r1.ebuild)4
2 files changed, 3 insertions, 3 deletions
diff --git a/net-firewall/arptables/Manifest b/net-firewall/arptables/Manifest
index ffd928905e68..c0c81494db37 100644
--- a/net-firewall/arptables/Manifest
+++ b/net-firewall/arptables/Manifest
@@ -1,3 +1,3 @@
DIST arptables-0.0.5.tar.gz 52247 BLAKE2B 860aac1af315f188ecb7f17956f9225c2a9ec007882d102be8edc9fecc9400928f4200e95283f0ecc27c4c3ae0b409887445ed79a330cef2e2d00444db83c01f SHA512 fe7f909b45a1bdc435a8307352fe2dc9c292bb7c6cf4a4d13cc2728f447b3da14a07a4dd6dc25b7872895e4e26561681f1fed25ce517102ae762701bcbcbf104
-EBUILD arptables-0.0.5-r1.ebuild 1415 BLAKE2B 0f64002720b87725f2b0d2d03beefd10502abd845a5b6c2db078b8504c5ccb5b9652e2f203d5d502e401cbdcf8bde148b92d3f12a738c761006e0052d57c38d7 SHA512 cbb01cd59e0d02f4d95bfa99c50ab0c1be436db12006fbb8fefe8c3c7e0f9bbdebe28a165f67c150ba50870eebb9387d00687c84d3ebdd8d41687109ee444eb2
+EBUILD arptables-0.0.5-r2.ebuild 1416 BLAKE2B 6180921519003c7ab35b8a11b71c8a7a281d5018b19de381d6effc15f90ce5acfd1b49ab0b00c2179828509d86b77a7ce3f94b25cf1c6980a416f02c9ff1fc79 SHA512 6f61e0b06a1e37cb2bc28faa1155c83ab1ae87a59c4afd476111bdd16b759fd40f613ae5cc1b0b487f6b77f3c31d172b0ba26b70bcdb3e8b38a59533086d9d3c
MISC metadata.xml 336 BLAKE2B 475e8090c0dbfb57d15cc53f5a0aa791c77a69b77fbdba4b35d722b95975aed79142db64ddfa2d3462be9a06e1f395a3d71c2277edfc1c1cf01618dfddae1e3f SHA512 c6adb2bf7850f8ecc04991520bc12e18fbbce7ed37f7bdc69099094349dce7d654d38172b0e64177c6530c3f304f2d8a5824ef80e372c52ed681e62b3335ba18
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