commit:     f4dc5bb62635485188d0bdce1c2c5dc6649f5548
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sun May  2 19:39:00 2021 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sun May  2 19:39:00 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4dc5bb6

net-im/bitlbee: remove libressl support

Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>

 net-im/bitlbee/bitlbee-3.6-r1.ebuild | 5 ++---
 net-im/bitlbee/bitlbee-9999.ebuild   | 5 ++---
 2 files changed, 4 insertions(+), 6 deletions(-)

diff --git a/net-im/bitlbee/bitlbee-3.6-r1.ebuild 
b/net-im/bitlbee/bitlbee-3.6-r1.ebuild
index 0411dc061d1..4a6f1db2384 100644
--- a/net-im/bitlbee/bitlbee-3.6-r1.ebuild
+++ b/net-im/bitlbee/bitlbee-3.6-r1.ebuild
@@ -21,7 +21,7 @@ HOMEPAGE="https://www.bitlbee.org/";
 LICENSE="GPL-2"
 SLOT="0"
 IUSE_PROTOCOLS="msn oscar purple twitter +xmpp"
-IUSE="debug +gnutls ipv6 libevent libressl nss otr +plugins selinux test xinetd
+IUSE="debug +gnutls ipv6 libevent nss otr +plugins selinux test xinetd
        ${IUSE_PROTOCOLS}"
 RESTRICT="!test? ( test )"
 
@@ -43,8 +43,7 @@ COMMON_DEPEND="
        !gnutls? (
                nss? ( dev-libs/nss )
                !nss? (
-                       libressl? ( dev-libs/libressl:= )
-                       !libressl? ( dev-libs/openssl:0= )
+                       dev-libs/openssl:0=
                )
        )
 "

diff --git a/net-im/bitlbee/bitlbee-9999.ebuild 
b/net-im/bitlbee/bitlbee-9999.ebuild
index b1eb2f2c62c..e1f92087579 100644
--- a/net-im/bitlbee/bitlbee-9999.ebuild
+++ b/net-im/bitlbee/bitlbee-9999.ebuild
@@ -21,7 +21,7 @@ HOMEPAGE="https://www.bitlbee.org/";
 LICENSE="GPL-2"
 SLOT="0"
 IUSE_PROTOCOLS="msn oscar purple twitter +xmpp"
-IUSE="debug +gnutls ipv6 libevent libressl nss otr +plugins selinux test xinetd
+IUSE="debug +gnutls ipv6 libevent nss otr +plugins selinux test xinetd
        ${IUSE_PROTOCOLS}"
 RESTRICT="!test? ( test )"
 
@@ -43,8 +43,7 @@ COMMON_DEPEND="
        !gnutls? (
                nss? ( dev-libs/nss )
                !nss? (
-                       libressl? ( dev-libs/libressl:= )
-                       !libressl? ( dev-libs/openssl:0= )
+                       dev-libs/openssl:0=
                )
        )
 "

Reply via email to