diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2021-05-02 14:46:55 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2021-05-02 14:46:55 +0300 |
commit | 515aadfecc0c787d3d695fa85ac57b533b78c0e4 (patch) | |
tree | 9449b8817e7cc0b8e2dfb83f9370d985671caa12 /net-misc/icecast | |
parent | net-misc/freerdp: remove libressl support (diff) | |
download | gentoo-515aadfecc0c787d3d695fa85ac57b533b78c0e4.tar.gz gentoo-515aadfecc0c787d3d695fa85ac57b533b78c0e4.tar.bz2 gentoo-515aadfecc0c787d3d695fa85ac57b533b78c0e4.zip |
net-misc/icecast: 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-misc/icecast')
-rw-r--r-- | net-misc/icecast/icecast-2.4.4.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/net-misc/icecast/icecast-2.4.4.ebuild b/net-misc/icecast/icecast-2.4.4.ebuild index 1a0bb862d6ab..7c424982d14f 100644 --- a/net-misc/icecast/icecast-2.4.4.ebuild +++ b/net-misc/icecast/icecast-2.4.4.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,7 +11,7 @@ SRC_URI="https://downloads.xiph.org/releases/icecast/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 ppc ppc64 x86" -IUSE="kate libressl logrotate +speex +ssl +theora +yp" +IUSE="kate logrotate +speex +ssl +theora +yp" #Although there is a --with-ogg and --with-orbis configure option, they're #only useful for specifying paths, not for disabling. @@ -24,8 +24,7 @@ DEPEND=" logrotate? ( app-admin/logrotate ) speex? ( media-libs/speex ) ssl? ( - !libressl? ( dev-libs/openssl:0= ) - libressl? ( dev-libs/libressl:0= ) + dev-libs/openssl:0= ) theora? ( media-libs/libtheora ) yp? ( net-misc/curl ) |