From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id F06E5138334 for ; Tue, 8 Oct 2019 03:04:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1A5CDE0817; Tue, 8 Oct 2019 03:04:48 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 048E5E0817 for ; Tue, 8 Oct 2019 03:04:47 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DC56034B798 for ; Tue, 8 Oct 2019 03:04:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5E6517FF for ; Tue, 8 Oct 2019 03:04:44 +0000 (UTC) From: "Jeroen Roovers" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jeroen Roovers" Message-ID: <1570503879.b51033018a04c05b276743439655743c97f34360.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/arpoison/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/arpoison/arpoison-0.7.ebuild X-VCS-Directories: net-analyzer/arpoison/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: b51033018a04c05b276743439655743c97f34360 X-VCS-Branch: master Date: Tue, 8 Oct 2019 03:04:44 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 09903786-2ac0-46ae-a70c-fd4917488bc1 X-Archives-Hash: 1b0ae8e8774c00829417f9617cd34c15 commit: b51033018a04c05b276743439655743c97f34360 Author: Jeroen Roovers gentoo org> AuthorDate: Tue Oct 8 03:04:17 2019 +0000 Commit: Jeroen Roovers gentoo 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 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"