commit: b51033018a04c05b276743439655743c97f34360 Author: Jeroen Roovers <jer <AT> gentoo <DOT> org> AuthorDate: Tue Oct 8 03:04:17 2019 +0000 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org> CommitDate: Tue Oct 8 03:04:39 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5103301
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 <jer <AT> gentoo.org> net-analyzer/arpoison/arpoison-0.7.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-analyzer/arpoison/arpoison-0.7.ebuild b/net-analyzer/arpoison/arpoison-0.7.ebuild index 1013922ba19..49817cdd9dc 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"
