diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2021-05-02 20:50:32 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2021-05-02 20:50:32 +0300 |
commit | 18c9c36a054e2da68f0f333aa932589b8b4a8009 (patch) | |
tree | deb9cf5356325ac255b5a5c8bc6ddd4cb1095ec4 | |
parent | media-libs/libtgvoip: remove libressl support (diff) | |
download | gentoo-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>
-rw-r--r-- | media-libs/libshout/libshout-2.4.5.ebuild | 5 |
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}] ) " |