From 0f9271e48820344e84df5fa9ae4e5f3e505a75ae Mon Sep 17 00:00:00 2001 From: Stefan Strogin Date: Sat, 16 Feb 2019 10:04:21 +0200 Subject: 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 Closes: https://github.com/gentoo/gentoo/pull/11063 Signed-off-by: Aaron Bauman --- 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 be0811811b82..f06a9e6f7786 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}] ) " -- cgit v1.2.3-65-gdbad