Gentoo Archives: gentoo-commits

From: Quentin Retornaz <gentoo@××××××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/libressl:master commit in: net-libs/wvstreams/
Date: Mon, 03 May 2021 00:07:14
Message-Id: 1619998805.34753aac5a87d3a322cd51a226e0974162ae1a2d.quentin@gentoo
1 commit: 34753aac5a87d3a322cd51a226e0974162ae1a2d
2 Author: Quentin Retornaz <gentoo <AT> retornaz <DOT> com>
3 AuthorDate: Sun May 2 23:40:05 2021 +0000
4 Commit: Quentin Retornaz <gentoo <AT> retornaz <DOT> com>
5 CommitDate: Sun May 2 23:40:05 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/libressl.git/commit/?id=34753aac
7
8 net-libs/wvstreams: remove libressl USE flag
9
10 Package-Manager: Portage-3.0.18, Repoman-3.0.2
11 Signed-off-by: Quentin Retornaz <gentoo <AT> retornaz.com>
12
13 net-libs/wvstreams/wvstreams-4.6.1_p14-r1.ebuild | 5 ++---
14 1 file changed, 2 insertions(+), 3 deletions(-)
15
16 diff --git a/net-libs/wvstreams/wvstreams-4.6.1_p14-r1.ebuild b/net-libs/wvstreams/wvstreams-4.6.1_p14-r1.ebuild
17 index 12ad16c..5dd3bec 100644
18 --- a/net-libs/wvstreams/wvstreams-4.6.1_p14-r1.ebuild
19 +++ b/net-libs/wvstreams/wvstreams-4.6.1_p14-r1.ebuild
20 @@ -14,7 +14,7 @@ SRC_URI="
21 LICENSE="GPL-2"
22 SLOT="0"
23 KEYWORDS="~alpha amd64 ~hppa ppc sparc x86"
24 -IUSE="boost +dbus debug doc libressl pam"
25 +IUSE="boost +dbus debug doc pam"
26
27 #Tests fail if openssl is not compiled with -DPURIFY. Gentoo's isn't. FAIL!
28 RESTRICT="test"
29 @@ -27,8 +27,7 @@ RDEPEND="
30 sys-libs/readline:0=
31 sys-libs/zlib
32 dbus? ( >=sys-apps/dbus-1.4.20 )
33 - !libressl? ( >=dev-libs/openssl-1.1:0= )
34 - libressl? ( dev-libs/libressl:0= )
35 + >=dev-libs/openssl-1.1:0=
36 pam? ( sys-libs/pam )
37 "
38 DEPEND="