summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Strogin <stefan.strogin@gmail.com>2019-02-16 10:04:21 +0200
committerAaron Bauman <bman@gentoo.org>2019-02-16 13:58:28 -0500
commit0f9271e48820344e84df5fa9ae4e5f3e505a75ae (patch)
tree95c754a4c7a1ef88c3b3f0dfdbd7cb606a4b63c8
parentapp-crypt/mit-krb5: add missing slot operator for libressl dependency (diff)
downloadgentoo-0f9271e4.tar.gz
gentoo-0f9271e4.tar.bz2
gentoo-0f9271e4.zip
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 <stefan.strogin@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/11063 Signed-off-by: Aaron Bauman <bman@gentoo.org>
-rw-r--r--media-libs/libshout/libshout-2.4.1-r2.ebuild4
1 files 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}] )
"