summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCraig Andrews <candrews@gentoo.org>2018-01-29 11:20:59 -0500
committerCraig Andrews <candrews@gentoo.org>2018-01-29 11:21:18 -0500
commit1f224179ffb9bedd82846f659d0a8ec11eeb5694 (patch)
tree3e3f51ef12476bb971dcbbbc028209b035f3f3fc /net-p2p/cpuminer-opt/cpuminer-opt-9999.ebuild
parentapp-eselect/eselect-php-0.9.4-r5: alpha stable (diff)
downloadgentoo-1f224179ffb9bedd82846f659d0a8ec11eeb5694.tar.gz
gentoo-1f224179ffb9bedd82846f659d0a8ec11eeb5694.tar.bz2
gentoo-1f224179ffb9bedd82846f659d0a8ec11eeb5694.zip
net-p2p/cpuminer-opt: 3.8.0 version bump
Package-Manager: Portage-2.3.20, Repoman-2.3.6
Diffstat (limited to 'net-p2p/cpuminer-opt/cpuminer-opt-9999.ebuild')
-rw-r--r--net-p2p/cpuminer-opt/cpuminer-opt-9999.ebuild7
1 files changed, 3 insertions, 4 deletions
diff --git a/net-p2p/cpuminer-opt/cpuminer-opt-9999.ebuild b/net-p2p/cpuminer-opt/cpuminer-opt-9999.ebuild
index 9d637b9169d3..a1f4a660f6b9 100644
--- a/net-p2p/cpuminer-opt/cpuminer-opt-9999.ebuild
+++ b/net-p2p/cpuminer-opt/cpuminer-opt-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -7,7 +7,7 @@ inherit autotools flag-o-matic systemd
DESCRIPTION="Optimized multi algo CPU miner"
HOMEPAGE="https://github.com/JayDDee/cpuminer-opt"
-IUSE="cpu_flags_x86_avx2 cpu_flags_x86_sse2 curl libressl"
+IUSE="cpu_flags_x86_sse2 curl libressl"
LICENSE="GPL-2"
SLOT="0"
REQUIRED_USE="cpu_flags_x86_sse2"
@@ -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() {
@@ -35,7 +35,6 @@ src_prepare() {
src_configure() {
append-ldflags -Wl,-z,noexecstack
- use cpu_flags_x86_avx2 && append-cflags "-DFOUR_WAY"
econf --with-crypto $(use_with curl)
}