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 62D27138334 for ; Sat, 16 Feb 2019 18:58:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E4BC4E08BF; Sat, 16 Feb 2019 18:58:41 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 B3911E08BD for ; Sat, 16 Feb 2019 18:58:41 +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 9C7DE335D02 for ; Sat, 16 Feb 2019 18:58:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 65500549 for ; Sat, 16 Feb 2019 18:58:37 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1550343508.0f9271e48820344e84df5fa9ae4e5f3e505a75ae.bman@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.1-r2.ebuild X-VCS-Directories: media-libs/libshout/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: 0f9271e48820344e84df5fa9ae4e5f3e505a75ae X-VCS-Branch: master Date: Sat, 16 Feb 2019 18:58:37 +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: 112d5c4f-0aab-439c-ae20-fed782e19eb5 X-Archives-Hash: eb54ed92770f664c033fe0e56075aee2 commit: 0f9271e48820344e84df5fa9ae4e5f3e505a75ae Author: Stefan Strogin gmail com> AuthorDate: Sat Feb 16 08:04:21 2019 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Sat Feb 16 18:58:28 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f9271e4 media-libs/libshout: add missing slot operator for libressl dependency Package-Manager: Portage-2.3.60, Repoman-2.3.12 Signed-off-by: Stefan Strogin gmail.com> Closes: https://github.com/gentoo/gentoo/pull/11063 Signed-off-by: Aaron Bauman gentoo.org> media-libs/libshout/libshout-2.4.1-r2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-libs/libshout/libshout-2.4.1-r2.ebuild b/media-libs/libshout/libshout-2.4.1-r2.ebuild index be0811811b8..f06a9e6f778 100644 --- a/media-libs/libshout/libshout-2.4.1-r2.ebuild +++ b/media-libs/libshout/libshout-2.4.1-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -18,7 +18,7 @@ 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 ) + libressl? ( dev-libs/libressl:0= ) speex? ( >=media-libs/speex-1.2_rc1-r1[${MULTILIB_USEDEP}] ) theora? ( >=media-libs/libtheora-1.1.1[${MULTILIB_USEDEP}] ) "