Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/icecast/
Date: Sun, 02 May 2021 12:09:32
Message-Id: 1619956015.515aadfecc0c787d3d695fa85ac57b533b78c0e4.zlogene@gentoo
1 commit: 515aadfecc0c787d3d695fa85ac57b533b78c0e4
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 2 11:46:55 2021 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Sun May 2 11:46:55 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=515aadfe
7
8 net-misc/icecast: 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 net-misc/icecast/icecast-2.4.4.ebuild | 7 +++----
14 1 file changed, 3 insertions(+), 4 deletions(-)
15
16 diff --git a/net-misc/icecast/icecast-2.4.4.ebuild b/net-misc/icecast/icecast-2.4.4.ebuild
17 index 1a0bb862d6a..7c424982d14 100644
18 --- a/net-misc/icecast/icecast-2.4.4.ebuild
19 +++ b/net-misc/icecast/icecast-2.4.4.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2020 Gentoo Authors
22 +# Copyright 1999-2021 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=7
26 @@ -11,7 +11,7 @@ SRC_URI="https://downloads.xiph.org/releases/icecast/${P}.tar.gz"
27 LICENSE="GPL-2"
28 SLOT="0"
29 KEYWORDS="amd64 ppc ppc64 x86"
30 -IUSE="kate libressl logrotate +speex +ssl +theora +yp"
31 +IUSE="kate logrotate +speex +ssl +theora +yp"
32
33 #Although there is a --with-ogg and --with-orbis configure option, they're
34 #only useful for specifying paths, not for disabling.
35 @@ -24,8 +24,7 @@ DEPEND="
36 logrotate? ( app-admin/logrotate )
37 speex? ( media-libs/speex )
38 ssl? (
39 - !libressl? ( dev-libs/openssl:0= )
40 - libressl? ( dev-libs/libressl:0= )
41 + dev-libs/openssl:0=
42 )
43 theora? ( media-libs/libtheora )
44 yp? ( net-misc/curl )