diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2021-05-02 22:39:00 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2021-05-02 22:39:00 +0300 |
commit | f4dc5bb62635485188d0bdce1c2c5dc6649f5548 (patch) | |
tree | 53d39a06b05fdb347a3d153b3e0cb3615a875cc4 /net-im/bitlbee | |
parent | sys-boot/vboot-utils: remove libressl support (diff) | |
download | gentoo-f4dc5bb62635485188d0bdce1c2c5dc6649f5548.tar.gz gentoo-f4dc5bb62635485188d0bdce1c2c5dc6649f5548.tar.bz2 gentoo-f4dc5bb62635485188d0bdce1c2c5dc6649f5548.zip |
net-im/bitlbee: remove libressl support
Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Diffstat (limited to 'net-im/bitlbee')
-rw-r--r-- | net-im/bitlbee/bitlbee-3.6-r1.ebuild | 5 | ||||
-rw-r--r-- | 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 0411dc061d1b..4a6f1db23842 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 b1eb2f2c62c0..e1f92087579b 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= ) ) " |