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 0D77F138334 for ; Sun, 24 Jun 2018 12:11:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 33FBEE089A; Sun, 24 Jun 2018 12:11:01 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 CEC75E089A for ; Sun, 24 Jun 2018 12:11:00 +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 F3501335CAB for ; Sun, 24 Jun 2018 12:10:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A9F8730B for ; Sun, 24 Jun 2018 12:10:56 +0000 (UTC) From: "Matthias Maier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matthias Maier" Message-ID: <1529842217.52eb187481c34b876674123891f4c2e3d3ea7e3f.tamiko@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/mpc/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/mpc/mpc-1.1.0-r1.ebuild X-VCS-Directories: dev-libs/mpc/ X-VCS-Committer: tamiko X-VCS-Committer-Name: Matthias Maier X-VCS-Revision: 52eb187481c34b876674123891f4c2e3d3ea7e3f X-VCS-Branch: master Date: Sun, 24 Jun 2018 12:10:56 +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: 2f02382f-eaa1-4ba2-b33e-e3b5093380f7 X-Archives-Hash: 54dfac3116cf70226b8bf542e0119088 commit: 52eb187481c34b876674123891f4c2e3d3ea7e3f Author: Matthias Maier gentoo org> AuthorDate: Sun Jun 24 12:09:12 2018 +0000 Commit: Matthias Maier gentoo org> CommitDate: Sun Jun 24 12:10:17 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52eb1874 dev-libs/mpc: fix third-party mirrors Package-Manager: Portage-2.3.40, Repoman-2.3.9 dev-libs/mpc/mpc-1.1.0-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/mpc/mpc-1.1.0-r1.ebuild b/dev-libs/mpc/mpc-1.1.0-r1.ebuild index e0916f5d95d..745967b5ccb 100644 --- a/dev-libs/mpc/mpc-1.1.0-r1.ebuild +++ b/dev-libs/mpc/mpc-1.1.0-r1.ebuild @@ -7,7 +7,7 @@ inherit multilib-minimal DESCRIPTION="A library for multiprecision complex arithmetic with exact rounding" HOMEPAGE="http://mpc.multiprecision.org/" -SRC_URI="https://ftp.gnu.org/gnu/mpc/${P}.tar.gz" +SRC_URI="mirror://gnu/${PN}/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0/3"