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 F01C5139083 for ; Tue, 12 Dec 2017 11:39:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DEDD6E0FA7; Tue, 12 Dec 2017 11:39:01 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 B88EDE0FA7 for ; Tue, 12 Dec 2017 11:39:01 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 D51EA341236 for ; Tue, 12 Dec 2017 11:38:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 269B4AE66 for ; Tue, 12 Dec 2017 11:38:58 +0000 (UTC) From: "Alon Bar-Lev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alon Bar-Lev" Message-ID: <1513078413.88efb15a2e6ed7941ed4157ac2ad16b0fa3e4239.alonbl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/nettle/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/nettle/nettle-3.4.ebuild X-VCS-Directories: dev-libs/nettle/ X-VCS-Committer: alonbl X-VCS-Committer-Name: Alon Bar-Lev X-VCS-Revision: 88efb15a2e6ed7941ed4157ac2ad16b0fa3e4239 X-VCS-Branch: master Date: Tue, 12 Dec 2017 11:38:58 +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: 6f69bce7-79da-48c6-8278-bc52be5f7f39 X-Archives-Hash: 144d33ceca3e230426bed15eb951e4b3 commit: 88efb15a2e6ed7941ed4157ac2ad16b0fa3e4239 Author: Alon Bar-Lev gentoo org> AuthorDate: Tue Dec 12 11:33:14 2017 +0000 Commit: Alon Bar-Lev gentoo org> CommitDate: Tue Dec 12 11:33:33 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88efb15a dev-libs/nettle: fix mirror/manifest Package-Manager: Portage-2.3.13, Repoman-2.3.3 dev-libs/nettle/nettle-3.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/nettle/nettle-3.4.ebuild b/dev-libs/nettle/nettle-3.4.ebuild index d9a9f00c9a0..8de7ef006fe 100644 --- a/dev-libs/nettle/nettle-3.4.ebuild +++ b/dev-libs/nettle/nettle-3.4.ebuild @@ -7,7 +7,7 @@ inherit autotools multilib-build multilib-minimal multilib toolchain-funcs DESCRIPTION="Low-level cryptographic library" HOMEPAGE="http://www.lysator.liu.se/~nisse/nettle/" -SRC_URI="https://www.lysator.liu.se/~nisse/archive/${P}.tar.gz" +SRC_URI="mirror://gnu/${PN}/${P}.tar.gz" LICENSE="|| ( LGPL-3 LGPL-2.1 )" SLOT="0/6.2" # subslot = libnettle soname version, .2 as broke ABI bug#601512 then fixed