summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikle Kolyada <zlogene@gentoo.org>2021-05-03 12:30:40 +0300
committerMikle Kolyada <zlogene@gentoo.org>2021-05-03 12:30:40 +0300
commit6bbce6f9596f93c4ea32fc5d1e03c6c15c0a1069 (patch)
tree885caa7cfc3277ada2e57e3e25683fc253775e1d /media-video/rtmpdump/rtmpdump-9999.ebuild
parentmedia-video/gpac: remove libressl support (diff)
downloadgentoo-6bbce6f9596f93c4ea32fc5d1e03c6c15c0a1069.tar.gz
gentoo-6bbce6f9596f93c4ea32fc5d1e03c6c15c0a1069.tar.bz2
gentoo-6bbce6f9596f93c4ea32fc5d1e03c6c15c0a1069.zip
media-video/rtmpdump: remove libressl support
Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Diffstat (limited to 'media-video/rtmpdump/rtmpdump-9999.ebuild')
-rw-r--r--media-video/rtmpdump/rtmpdump-9999.ebuild12
1 files changed, 3 insertions, 9 deletions
diff --git a/media-video/rtmpdump/rtmpdump-9999.ebuild b/media-video/rtmpdump/rtmpdump-9999.ebuild
index c5698f9c7a33..8e1443f8b835 100644
--- a/media-video/rtmpdump/rtmpdump-9999.ebuild
+++ b/media-video/rtmpdump/rtmpdump-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
@@ -11,17 +11,15 @@ HOMEPAGE="https://rtmpdump.mplayerhq.hu/"
# the library is LGPL-2.1, the command is GPL-2
LICENSE="LGPL-2.1 tools? ( GPL-2 )"
SLOT="0"
-IUSE="gnutls ssl static-libs +tools libressl"
+IUSE="gnutls ssl static-libs +tools"
-REQUIRED_USE="?? ( gnutls libressl )"
DEPEND="ssl? (
gnutls? (
>=net-libs/gnutls-2.12.23-r6[${MULTILIB_USEDEP},nettle(+)]
dev-libs/nettle:0=[${MULTILIB_USEDEP}]
)
- libressl? ( dev-libs/libressl:0=[${MULTILIB_USEDEP}] )
- !gnutls? ( !libressl? ( dev-libs/openssl:0=[${MULTILIB_USEDEP}] ) )
+ !gnutls? ( dev-libs/openssl:0=[${MULTILIB_USEDEP}] )
>=sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}]
)"
RDEPEND="${DEPEND}"
@@ -47,10 +45,6 @@ pkg_setup() {
ewarn "USE='gnutls' is ignored without USE='ssl'."
ewarn "Please review the local USE flags for this package."
fi
- if use libressl; then
- ewarn "USE='libressl' is ignored without USE='ssl'."
- ewarn "Please review the local USE flags for this package."
- fi
fi
}