aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorQuentin Retornaz <gentoo@retornaz.com>2021-05-03 01:40:05 +0200
committerQuentin Retornaz <gentoo@retornaz.com>2021-05-03 01:40:05 +0200
commit34753aac5a87d3a322cd51a226e0974162ae1a2d (patch)
tree5ceb02cba374b23684e35aaecd1250cb1a48003b /net-libs
parentnet-libs/serf: remove libressl USE flag (diff)
downloadlibressl-34753aac5a87d3a322cd51a226e0974162ae1a2d.tar.gz
libressl-34753aac5a87d3a322cd51a226e0974162ae1a2d.tar.bz2
libressl-34753aac5a87d3a322cd51a226e0974162ae1a2d.zip
net-libs/wvstreams: remove libressl USE flag
Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Quentin Retornaz <gentoo@retornaz.com>
Diffstat (limited to 'net-libs')
-rw-r--r--net-libs/wvstreams/wvstreams-4.6.1_p14-r1.ebuild5
1 files changed, 2 insertions, 3 deletions
diff --git a/net-libs/wvstreams/wvstreams-4.6.1_p14-r1.ebuild b/net-libs/wvstreams/wvstreams-4.6.1_p14-r1.ebuild
index 12ad16c..5dd3bec 100644
--- a/net-libs/wvstreams/wvstreams-4.6.1_p14-r1.ebuild
+++ b/net-libs/wvstreams/wvstreams-4.6.1_p14-r1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha amd64 ~hppa ppc sparc x86"
-IUSE="boost +dbus debug doc libressl pam"
+IUSE="boost +dbus debug doc pam"
#Tests fail if openssl is not compiled with -DPURIFY. Gentoo's isn't. FAIL!
RESTRICT="test"
@@ -27,8 +27,7 @@ RDEPEND="
sys-libs/readline:0=
sys-libs/zlib
dbus? ( >=sys-apps/dbus-1.4.20 )
- !libressl? ( >=dev-libs/openssl-1.1:0= )
- libressl? ( dev-libs/libressl:0= )
+ >=dev-libs/openssl-1.1:0=
pam? ( sys-libs/pam )
"
DEPEND="