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 C727D138806 for ; Mon, 25 Dec 2017 16:14:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2049DE0ECA; Mon, 25 Dec 2017 16:14:24 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 F0CA2E0ECA for ; Mon, 25 Dec 2017 16:14:23 +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 E1A6E33BEF4 for ; Mon, 25 Dec 2017 16:14:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A5A46747C for ; Mon, 25 Dec 2017 16:14:21 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1514218451.808d3a4be36ef8d968744203143c134f59161aa1.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-p2p/cpuminer-opt/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-p2p/cpuminer-opt/Manifest net-p2p/cpuminer-opt/cpuminer-opt-3.7.7.ebuild X-VCS-Directories: net-p2p/cpuminer-opt/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 808d3a4be36ef8d968744203143c134f59161aa1 X-VCS-Branch: master Date: Mon, 25 Dec 2017 16:14:21 +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: 041039dd-6ef8-49f2-914a-fc941261c720 X-Archives-Hash: 7bc0ccc377e743f95f77ca6be207fd0a commit: 808d3a4be36ef8d968744203143c134f59161aa1 Author: David Seifert gentoo org> AuthorDate: Mon Dec 25 16:13:55 2017 +0000 Commit: David Seifert gentoo org> CommitDate: Mon Dec 25 16:14:11 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=808d3a4b net-p2p/cpuminer-opt: [QA] Fix pkgcore BadFilename Package-Manager: Portage-2.3.19, Repoman-2.3.6 net-p2p/cpuminer-opt/Manifest | 2 +- net-p2p/cpuminer-opt/cpuminer-opt-3.7.7.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/net-p2p/cpuminer-opt/Manifest b/net-p2p/cpuminer-opt/Manifest index e771fe08ec5..670da61d7a2 100644 --- a/net-p2p/cpuminer-opt/Manifest +++ b/net-p2p/cpuminer-opt/Manifest @@ -1 +1 @@ -DIST v3.7.7.tar.gz 1602520 BLAKE2B 059afdbd90ff062c698432d352fbb9f32807219a24659f5e27990a32b791d868147cf6fa027dff60d2e16d5f43b36b826dbabdc971e4dae4e1473aaf8795b222 SHA512 85989257ef8ee945000621598f6a9c4ed1b8099c57902d570db3038617b787254a925865567541d75e4433aaff564ffc82bd659f645ca812f809602bef8bc7c7 +DIST cpuminer-opt-3.7.7.tar.gz 1602520 BLAKE2B 059afdbd90ff062c698432d352fbb9f32807219a24659f5e27990a32b791d868147cf6fa027dff60d2e16d5f43b36b826dbabdc971e4dae4e1473aaf8795b222 SHA512 85989257ef8ee945000621598f6a9c4ed1b8099c57902d570db3038617b787254a925865567541d75e4433aaff564ffc82bd659f645ca812f809602bef8bc7c7 diff --git a/net-p2p/cpuminer-opt/cpuminer-opt-3.7.7.ebuild b/net-p2p/cpuminer-opt/cpuminer-opt-3.7.7.ebuild index 9d637b9169d..3ff3d3b7518 100644 --- a/net-p2p/cpuminer-opt/cpuminer-opt-3.7.7.ebuild +++ b/net-p2p/cpuminer-opt/cpuminer-opt-3.7.7.ebuild @@ -25,7 +25,7 @@ if [[ ${PV} == "9999" ]] ; then inherit git-r3 else KEYWORDS="~amd64" - SRC_URI="https://github.com/JayDDee/${PN}/archive/v${PV}.tar.gz" + SRC_URI="https://github.com/JayDDee/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" fi src_prepare() {