commit: 6614fdc92dda0dcd339b18b9f4d68529d3ca6733 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org> AuthorDate: Fri Apr 30 16:47:27 2021 +0000 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org> CommitDate: Fri Apr 30 16:49:51 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6614fdc9
net-p2p/cpuminer-opt: remove libressl support Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org> net-p2p/cpuminer-opt/cpuminer-opt-3.16.2.ebuild | 5 ++--- 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 b82ff43b0b8..fb5ffe94cd2 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 837ad5101bc..fb5ffe94cd2 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
