From 2bc02baf26cbc9686eba2523581892c0c8f613ef Mon Sep 17 00:00:00 2001 From: Mikle Kolyada Date: Mon, 3 May 2021 12:00:31 +0300 Subject: net-libs/srt: remove libressl support Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Mikle Kolyada --- net-libs/srt/srt-9999.ebuild | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'net-libs/srt/srt-9999.ebuild') diff --git a/net-libs/srt/srt-9999.ebuild b/net-libs/srt/srt-9999.ebuild index 80a73bd9e543..31de6038b93b 100644 --- a/net-libs/srt/srt-9999.ebuild +++ b/net-libs/srt/srt-9999.ebuild @@ -19,7 +19,7 @@ fi LICENSE="MPL-2.0" SLOT="0" -IUSE="gnutls libressl test" +IUSE="gnutls test" RDEPEND=" gnutls? ( @@ -27,8 +27,7 @@ RDEPEND=" net-libs/gnutls:0=[${MULTILIB_USEDEP}] ) !gnutls? ( - !libressl? ( dev-libs/openssl:0=[${MULTILIB_USEDEP}] ) - libressl? ( dev-libs/libressl:0=[${MULTILIB_USEDEP}] ) + dev-libs/openssl:0=[${MULTILIB_USEDEP}] ) " DEPEND="${RDEPEND} -- cgit v1.2.3-65-gdbad