commit: 808d3a4be36ef8d968744203143c134f59161aa1
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 25 16:13:55 2017 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> 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() {