summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikle Kolyada <zlogene@gentoo.org>2021-04-30 19:47:27 +0300
committerMikle Kolyada <zlogene@gentoo.org>2021-04-30 19:49:51 +0300
commit6614fdc92dda0dcd339b18b9f4d68529d3ca6733 (patch)
treee0b9d8d12fb8041e59a78b10917df8970d066ad7 /net-p2p/cpuminer-opt
parentnet-p2p/transmission: remove libressl support (diff)
downloadgentoo-6614fdc92dda0dcd339b18b9f4d68529d3ca6733.tar.gz
gentoo-6614fdc92dda0dcd339b18b9f4d68529d3ca6733.tar.bz2
gentoo-6614fdc92dda0dcd339b18b9f4d68529d3ca6733.zip
net-p2p/cpuminer-opt: remove libressl support
Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Diffstat (limited to 'net-p2p/cpuminer-opt')
-rw-r--r--net-p2p/cpuminer-opt/cpuminer-opt-3.16.2.ebuild5
-rw-r--r--net-p2p/cpuminer-opt/cpuminer-opt-9999.ebuild7
2 files changed, 5 insertions, 7 deletions
diff --git a/net-p2p/cpuminer-opt/cpuminer-opt-3.16.2.ebuild b/net-p2p/cpuminer-opt/cpuminer-opt-3.16.2.ebuild
index b82ff43b0b84..fb5ffe94cd29 100644
--- a/net-p2p/cpuminer-opt/cpuminer-opt-3.16.2.ebuild
+++ b/net-p2p/cpuminer-opt/cpuminer-opt-3.16.2.ebuild
@@ -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_sse2 curl libressl"
+IUSE="cpu_flags_x86_sse2 curl"
LICENSE="GPL-2"
SLOT="0"
REQUIRED_USE="cpu_flags_x86_sse2"
@@ -15,8 +15,7 @@ DEPEND="
dev-libs/gmp:0
dev-libs/jansson
>=net-misc/curl-7.15[ssl]
- !libressl? ( dev-libs/openssl:0= )
- libressl? ( dev-libs/libressl:0= )
+ dev-libs/openssl:0=
"
RDEPEND="${DEPEND}"
if [[ ${PV} == "9999" ]] ; then
diff --git a/net-p2p/cpuminer-opt/cpuminer-opt-9999.ebuild b/net-p2p/cpuminer-opt/cpuminer-opt-9999.ebuild
index 837ad5101bc1..fb5ffe94cd29 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-2018 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -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_sse2 curl libressl"
+IUSE="cpu_flags_x86_sse2 curl"
LICENSE="GPL-2"
SLOT="0"
REQUIRED_USE="cpu_flags_x86_sse2"
@@ -15,8 +15,7 @@ DEPEND="
dev-libs/gmp:0
dev-libs/jansson
>=net-misc/curl-7.15[ssl]
- !libressl? ( dev-libs/openssl:0= )
- libressl? ( dev-libs/libressl:0= )
+ dev-libs/openssl:0=
"
RDEPEND="${DEPEND}"
if [[ ${PV} == "9999" ]] ; then