diff options
author | Brian Mego <brianmego@gmail.com> | 2020-12-28 20:54:22 -0600 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2020-12-29 12:02:10 -0500 |
commit | a5c55eb4b86f51367dd03d28523b8aa76afc2898 (patch) | |
tree | cc268c410345f9ebdeff78cd6dc76a0b6a40706b /net-firewall | |
parent | app-crypt/ophcrack: Fix missing expat dependency (diff) | |
download | gentoo-a5c55eb4b86f51367dd03d28523b8aa76afc2898.tar.gz gentoo-a5c55eb4b86f51367dd03d28523b8aa76afc2898.tar.bz2 gentoo-a5c55eb4b86f51367dd03d28523b8aa76afc2898.zip |
net-firewall/ebtables: Update SRC_URI from ftp to http
Closes: https://bugs.gentoo.org/761990
Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Brian Mego <brianmego@gmail.com>
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
Closes: https://github.com/gentoo/gentoo/pull/18844
Diffstat (limited to 'net-firewall')
-rw-r--r-- | net-firewall/ebtables/ebtables-2.0.11-r2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-firewall/ebtables/ebtables-2.0.11-r2.ebuild b/net-firewall/ebtables/ebtables-2.0.11-r2.ebuild index 722542153e9d..b4d908e63ccc 100644 --- a/net-firewall/ebtables/ebtables-2.0.11-r2.ebuild +++ b/net-firewall/ebtables/ebtables-2.0.11-r2.ebuild @@ -10,7 +10,7 @@ MY_P="${PN}-${MY_PV}" DESCRIPTION="Controls Ethernet frame filtering on a Linux bridge, MAC NAT and brouting" HOMEPAGE="http://ebtables.sourceforge.net/" -SRC_URI="ftp://ftp.netfilter.org/pub/${PN}/${MY_P}.tar.gz" +SRC_URI="http://ftp.netfilter.org/pub/${PN}/${MY_P}.tar.gz" S="${WORKDIR}/${MY_P}" LICENSE="GPL-2" |