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 36699139694 for ; Thu, 20 Jul 2017 08:08:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 82EE4E0DD1; Thu, 20 Jul 2017 08:08:23 +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 5D59BE0DD1 for ; Thu, 20 Jul 2017 08:08:23 +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 349DE34189C for ; Thu, 20 Jul 2017 08:08:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1D90F291E for ; Thu, 20 Jul 2017 08:08:20 +0000 (UTC) From: "Tim Harder" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Tim Harder" Message-ID: <1500537896.c329c7c5564d278d791c893a89b4b369996aa427.radhermit@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-eselect/eselect-vi/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-eselect/eselect-vi/eselect-vi-1.1.9.ebuild X-VCS-Directories: app-eselect/eselect-vi/ X-VCS-Committer: radhermit X-VCS-Committer-Name: Tim Harder X-VCS-Revision: c329c7c5564d278d791c893a89b4b369996aa427 X-VCS-Branch: master Date: Thu, 20 Jul 2017 08:08:20 +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-Archives-Salt: 7c93a509-1cec-4a30-81c4-b015a9dd15f5 X-Archives-Hash: 7be4cde17fbf08fefbd3f68fb1c96c07 commit: c329c7c5564d278d791c893a89b4b369996aa427 Author: Tim Harder gentoo org> AuthorDate: Thu Jul 20 08:04:56 2017 +0000 Commit: Tim Harder gentoo org> CommitDate: Thu Jul 20 08:04:56 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c329c7c5 app-eselect/eselect-vi: update SRC_URI (bug #625208) app-eselect/eselect-vi/eselect-vi-1.1.9.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-eselect/eselect-vi/eselect-vi-1.1.9.ebuild b/app-eselect/eselect-vi/eselect-vi-1.1.9.ebuild index 3a9e7e0dd8f..e6a17a84a8a 100644 --- a/app-eselect/eselect-vi/eselect-vi-1.1.9.ebuild +++ b/app-eselect/eselect-vi/eselect-vi-1.1.9.ebuild @@ -5,7 +5,7 @@ EAPI=5 DESCRIPTION="Manages the /usr/bin/vi symlink" HOMEPAGE="https://www.gentoo.org/" -SRC_URI="https://dev.gentoo.org/~yngwin/distfiles/${P}.tar.xz" +SRC_URI="mirror://gentoo/${P}.tar.xz" LICENSE="GPL-2" SLOT="0"