From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D8A901382C5 for ; Sun, 2 May 2021 12:09:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2D089E08EC; Sun, 2 May 2021 12:09:32 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1707BE08EC for ; Sun, 2 May 2021 12:09:32 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CDB3F33BF01 for ; Sun, 2 May 2021 12:09:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2510166A for ; Sun, 2 May 2021 12:09:27 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1619956015.515aadfecc0c787d3d695fa85ac57b533b78c0e4.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/icecast/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/icecast/icecast-2.4.4.ebuild X-VCS-Directories: net-misc/icecast/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: 515aadfecc0c787d3d695fa85ac57b533b78c0e4 X-VCS-Branch: master Date: Sun, 2 May 2021 12:09:27 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 9be7c519-2c76-49b5-ba8d-f555f1f6fb9d X-Archives-Hash: e7a027510b06be264659c68bd0fe204a commit: 515aadfecc0c787d3d695fa85ac57b533b78c0e4 Author: Mikle Kolyada gentoo org> AuthorDate: Sun May 2 11:46:55 2021 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Sun May 2 11:46:55 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=515aadfe net-misc/icecast: remove libressl support Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Mikle Kolyada gentoo.org> net-misc/icecast/icecast-2.4.4.ebuild | 7 +++---- 1 file 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 1a0bb862d6a..7c424982d14 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 )