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 9EEBF1382C5 for ; Sun, 2 May 2021 17:51:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E46EEE0895; Sun, 2 May 2021 17:51:35 +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 CC3B7E0895 for ; Sun, 2 May 2021 17:51:35 +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 8A12F340C42 for ; Sun, 2 May 2021 17:51:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F359871B for ; Sun, 2 May 2021 17:51:32 +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: <1619977832.18c9c36a054e2da68f0f333aa932589b8b4a8009.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libshout/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/libshout/libshout-2.4.5.ebuild X-VCS-Directories: media-libs/libshout/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: 18c9c36a054e2da68f0f333aa932589b8b4a8009 X-VCS-Branch: master Date: Sun, 2 May 2021 17:51:32 +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: 6c75c3b4-b862-41ec-9481-ffd819bfcab4 X-Archives-Hash: 6ebce81dff9e4eeee11a97b94a3a8596 commit: 18c9c36a054e2da68f0f333aa932589b8b4a8009 Author: Mikle Kolyada gentoo org> AuthorDate: Sun May 2 17:50:32 2021 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Sun May 2 17:50:32 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18c9c36a media-libs/libshout: remove libressl support Package-Manager: Portage-3.0.18, Repoman-3.0.2 Signed-off-by: Mikle Kolyada gentoo.org> media-libs/libshout/libshout-2.4.5.ebuild | 5 ++--- 1 file 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 847b1829fed..d3776d970c7 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}] ) "