summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikle Kolyada <zlogene@gentoo.org>2021-05-02 20:50:32 +0300
committerMikle Kolyada <zlogene@gentoo.org>2021-05-02 20:50:32 +0300
commit18c9c36a054e2da68f0f333aa932589b8b4a8009 (patch)
treedeb9cf5356325ac255b5a5c8bc6ddd4cb1095ec4 /media-libs/libshout
parentmedia-libs/libtgvoip: remove libressl support (diff)
downloadgentoo-18c9c36a054e2da68f0f333aa932589b8b4a8009.tar.gz
gentoo-18c9c36a054e2da68f0f333aa932589b8b4a8009.tar.bz2
gentoo-18c9c36a054e2da68f0f333aa932589b8b4a8009.zip
media-libs/libshout: 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-libs/libshout')
-rw-r--r--media-libs/libshout/libshout-2.4.5.ebuild5
1 files changed, 2 insertions, 3 deletions
diff --git a/media-libs/libshout/libshout-2.4.5.ebuild b/media-libs/libshout/libshout-2.4.5.ebuild
index 847b1829fedb..d3776d970c7c 100644
--- a/media-libs/libshout/libshout-2.4.5.ebuild
+++ b/media-libs/libshout/libshout-2.4.5.ebuild
@@ -12,13 +12,12 @@ SRC_URI="http://downloads.xiph.org/releases/${PN}/${P}.tar.gz"
LICENSE="LGPL-2"
SLOT="0"
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 sparc x86"
-IUSE="libressl speex static-libs theora"
+IUSE="speex static-libs theora"
RDEPEND="
>=media-libs/libogg-1.3.0[${MULTILIB_USEDEP}]
>=media-libs/libvorbis-1.3.3-r1[${MULTILIB_USEDEP}]
- !libressl? ( dev-libs/openssl:0= )
- libressl? ( dev-libs/libressl:0= )
+ dev-libs/openssl:0=
speex? ( media-libs/speex[${MULTILIB_USEDEP}] )
theora? ( media-libs/libtheora[${MULTILIB_USEDEP}] )
"