From: Jeroen Roovers Date: Tue, 8 Oct 2019 03:04:17 +0000 (+0200) Subject: net-analyzer/arpoison: Fix SRC_URI X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=b51033018a04c05b276743439655743c97f34360;p=gentoo.git net-analyzer/arpoison: Fix SRC_URI Package-Manager: Portage-2.3.76, Repoman-2.3.17 Fixes: https://bugs.gentoo.org/696910 Signed-off-by: Jeroen Roovers --- diff --git a/net-analyzer/arpoison/arpoison-0.7.ebuild b/net-analyzer/arpoison/arpoison-0.7.ebuild index 1013922ba19e..49817cdd9dc7 100644 --- a/net-analyzer/arpoison/arpoison-0.7.ebuild +++ b/net-analyzer/arpoison/arpoison-0.7.ebuild @@ -6,7 +6,7 @@ inherit toolchain-funcs DESCRIPTION="A utility to poison ARP caches" HOMEPAGE="http://arpoison.sourceforge.net/ http://www.arpoison.net/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" +SRC_URI="https://dev.gentoo.org/~jer/${P}.tar.gz" LICENSE="GPL-2" SLOT="0"