diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2021-05-02 13:10:38 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2021-05-02 13:16:34 +0300 |
commit | 8e56db1fde3a34c78f2e44765a41aee39b7149aa (patch) | |
tree | c4ff542be45ef89e61315f3d31cead9cfbf8e13c /net-libs | |
parent | net-libs/libircclient: remove libressl support (diff) | |
download | gentoo-8e56db1fde3a34c78f2e44765a41aee39b7149aa.tar.gz gentoo-8e56db1fde3a34c78f2e44765a41aee39b7149aa.tar.bz2 gentoo-8e56db1fde3a34c78f2e44765a41aee39b7149aa.zip |
net-libs/libnice: 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-libs')
-rw-r--r-- | net-libs/libnice/libnice-0.1.15.ebuild | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/net-libs/libnice/libnice-0.1.15.ebuild b/net-libs/libnice/libnice-0.1.15.ebuild index aee3c3ffebd8..54444f474e5d 100644 --- a/net-libs/libnice/libnice-0.1.15.ebuild +++ b/net-libs/libnice/libnice-0.1.15.ebuild @@ -11,15 +11,14 @@ SRC_URI="https://nice.freedesktop.org/releases/${P}.tar.gz" LICENSE="|| ( MPL-1.1 LGPL-2.1 )" SLOT="0" KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos" -IUSE="+gnutls +introspection libressl +upnp" +IUSE="+gnutls +introspection +upnp" RDEPEND=" >=dev-libs/glib-2.48:2[${MULTILIB_USEDEP}] introspection? ( >=dev-libs/gobject-introspection-1.30.0:= ) gnutls? ( >=net-libs/gnutls-2.12.0:0=[${MULTILIB_USEDEP}] ) !gnutls? ( - libressl? ( dev-libs/libressl:0=[${MULTILIB_USEDEP}] ) - !libressl? ( dev-libs/openssl:0=[${MULTILIB_USEDEP}] ) ) + dev-libs/openssl:0=[${MULTILIB_USEDEP}] ) upnp? ( >=net-libs/gupnp-igd-0.2.4:=[${MULTILIB_USEDEP}] ) " DEPEND="${RDEPEND} @@ -28,8 +27,6 @@ DEPEND="${RDEPEND} virtual/pkgconfig " -PATCHES=( "${FILESDIR}/${P}-libressl.patch" ) # https://gitlab.freedesktop.org/libnice/libnice/merge_requests/50 - multilib_src_configure() { # gstreamer plugin split off into media-plugins/gst-plugins-libnice ECONF_SOURCE=${S} \ |