Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libshout/
Date: Sun, 02 May 2021 17:51:36
Message-Id: 1619977832.18c9c36a054e2da68f0f333aa932589b8b4a8009.zlogene@gentoo
1 commit: 18c9c36a054e2da68f0f333aa932589b8b4a8009
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 2 17:50:32 2021 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Sun May 2 17:50:32 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18c9c36a
7
8 media-libs/libshout: remove libressl support
9
10 Package-Manager: Portage-3.0.18, Repoman-3.0.2
11 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
12
13 media-libs/libshout/libshout-2.4.5.ebuild | 5 ++---
14 1 file changed, 2 insertions(+), 3 deletions(-)
15
16 diff --git a/media-libs/libshout/libshout-2.4.5.ebuild b/media-libs/libshout/libshout-2.4.5.ebuild
17 index 847b1829fed..d3776d970c7 100644
18 --- a/media-libs/libshout/libshout-2.4.5.ebuild
19 +++ b/media-libs/libshout/libshout-2.4.5.ebuild
20 @@ -12,13 +12,12 @@ SRC_URI="http://downloads.xiph.org/releases/${PN}/${P}.tar.gz"
21 LICENSE="LGPL-2"
22 SLOT="0"
23 KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 sparc x86"
24 -IUSE="libressl speex static-libs theora"
25 +IUSE="speex static-libs theora"
26
27 RDEPEND="
28 >=media-libs/libogg-1.3.0[${MULTILIB_USEDEP}]
29 >=media-libs/libvorbis-1.3.3-r1[${MULTILIB_USEDEP}]
30 - !libressl? ( dev-libs/openssl:0= )
31 - libressl? ( dev-libs/libressl:0= )
32 + dev-libs/openssl:0=
33 speex? ( media-libs/speex[${MULTILIB_USEDEP}] )
34 theora? ( media-libs/libtheora[${MULTILIB_USEDEP}] )
35 "