commit: 72c4e71447d5b43071f1a16feca1776d7a3e9510
Author: Mike Frysinger <vapier <AT> chromium <DOT> org>
AuthorDate: Tue Feb 9 15:20:22 2021 +0000
Commit: Mike Frysinger <vapier <AT> gentoo <DOT> org>
CommitDate: Tue Feb 9 15:58:03 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72c4e714
net-firewall/ebtables: update HOMEPAGE
And improve the comments a bit.
Signed-off-by: Mike Frysinger <vapier <AT> gentoo.org>
net-firewall/ebtables/ebtables-2.0.11-r2.ebuild | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/net-firewall/ebtables/ebtables-2.0.11-r2.ebuild
b/net-firewall/ebtables/ebtables-2.0.11-r2.ebuild
index b4d908e63cc..826555bb3ba 100644
--- a/net-firewall/ebtables/ebtables-2.0.11-r2.ebuild
+++ b/net-firewall/ebtables/ebtables-2.0.11-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -9,7 +9,7 @@ MY_PV="$(ver_rs 3 '-' )"
MY_P="${PN}-${MY_PV}"
DESCRIPTION="Controls Ethernet frame filtering on a Linux bridge, MAC NAT and
brouting"
-HOMEPAGE="http://ebtables.sourceforge.net/"
+HOMEPAGE="https://ebtables.netfilter.org/"
SRC_URI="http://ftp.netfilter.org/pub/${PN}/${MY_P}.tar.gz"
S="${WORKDIR}/${MY_P}"
@@ -44,11 +44,12 @@ pkg_setup() {
src_prepare() {
default
- # don't install perl scripts if USE=perl is disabled
+ # Don't install perl scripts if USE=perl is disabled.
if ! use perl; then
sed -e '/sbin_SCRIPTS/ d' -i Makefile.am || die
fi
+ # The bundled autotools are borked, so force a rebuild.
eautoreconf
}