Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-p2p/cpuminer-opt/
Date: Fri, 30 Apr 2021 16:49:58
Message-Id: 1619801391.6614fdc92dda0dcd339b18b9f4d68529d3ca6733.zlogene@gentoo
1 commit: 6614fdc92dda0dcd339b18b9f4d68529d3ca6733
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Fri Apr 30 16:47:27 2021 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 30 16:49:51 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6614fdc9
7
8 net-p2p/cpuminer-opt: remove libressl support
9
10 Package-Manager: Portage-3.0.18, Repoman-3.0.2
11 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
12
13 net-p2p/cpuminer-opt/cpuminer-opt-3.16.2.ebuild | 5 ++---
14 net-p2p/cpuminer-opt/cpuminer-opt-9999.ebuild | 7 +++----
15 2 files changed, 5 insertions(+), 7 deletions(-)
16
17 diff --git a/net-p2p/cpuminer-opt/cpuminer-opt-3.16.2.ebuild b/net-p2p/cpuminer-opt/cpuminer-opt-3.16.2.ebuild
18 index b82ff43b0b8..fb5ffe94cd2 100644
19 --- a/net-p2p/cpuminer-opt/cpuminer-opt-3.16.2.ebuild
20 +++ b/net-p2p/cpuminer-opt/cpuminer-opt-3.16.2.ebuild
21 @@ -7,7 +7,7 @@ inherit autotools flag-o-matic systemd
22
23 DESCRIPTION="Optimized multi algo CPU miner"
24 HOMEPAGE="https://github.com/JayDDee/cpuminer-opt"
25 -IUSE="cpu_flags_x86_sse2 curl libressl"
26 +IUSE="cpu_flags_x86_sse2 curl"
27 LICENSE="GPL-2"
28 SLOT="0"
29 REQUIRED_USE="cpu_flags_x86_sse2"
30 @@ -15,8 +15,7 @@ DEPEND="
31 dev-libs/gmp:0
32 dev-libs/jansson
33 >=net-misc/curl-7.15[ssl]
34 - !libressl? ( dev-libs/openssl:0= )
35 - libressl? ( dev-libs/libressl:0= )
36 + dev-libs/openssl:0=
37 "
38 RDEPEND="${DEPEND}"
39 if [[ ${PV} == "9999" ]] ; then
40
41 diff --git a/net-p2p/cpuminer-opt/cpuminer-opt-9999.ebuild b/net-p2p/cpuminer-opt/cpuminer-opt-9999.ebuild
42 index 837ad5101bc..fb5ffe94cd2 100644
43 --- a/net-p2p/cpuminer-opt/cpuminer-opt-9999.ebuild
44 +++ b/net-p2p/cpuminer-opt/cpuminer-opt-9999.ebuild
45 @@ -1,4 +1,4 @@
46 -# Copyright 1999-2018 Gentoo Authors
47 +# Copyright 1999-2021 Gentoo Authors
48 # Distributed under the terms of the GNU General Public License v2
49
50 EAPI=7
51 @@ -7,7 +7,7 @@ inherit autotools flag-o-matic systemd
52
53 DESCRIPTION="Optimized multi algo CPU miner"
54 HOMEPAGE="https://github.com/JayDDee/cpuminer-opt"
55 -IUSE="cpu_flags_x86_sse2 curl libressl"
56 +IUSE="cpu_flags_x86_sse2 curl"
57 LICENSE="GPL-2"
58 SLOT="0"
59 REQUIRED_USE="cpu_flags_x86_sse2"
60 @@ -15,8 +15,7 @@ DEPEND="
61 dev-libs/gmp:0
62 dev-libs/jansson
63 >=net-misc/curl-7.15[ssl]
64 - !libressl? ( dev-libs/openssl:0= )
65 - libressl? ( dev-libs/libressl:0= )
66 + dev-libs/openssl:0=
67 "
68 RDEPEND="${DEPEND}"
69 if [[ ${PV} == "9999" ]] ; then