diff options
Diffstat (limited to 'net-p2p/cpuminer-opt')
-rw-r--r-- | net-p2p/cpuminer-opt/cpuminer-opt-3.16.2.ebuild | 5 | ||||
-rw-r--r-- | net-p2p/cpuminer-opt/cpuminer-opt-9999.ebuild | 7 |
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 |