commit: 156c9f0d62077ad47c2359731a9dcad050eb4d90
Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 7 18:58:15 2019 +0000
Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Mon Jan 7 19:15:44 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=156c9f0d
media-libs/opusfile: Adjusted slot dependency on dev-libs/openssl
source-based packages should never depend on any other openssl slot
than slot 0.
Package-Manager: Portage-2.3.54, Repoman-2.3.12
Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>
media-libs/opusfile/opusfile-0.6.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/media-libs/opusfile/opusfile-0.6.ebuild
b/media-libs/opusfile/opusfile-0.6.ebuild
index 28a0f7c7567..5bac349dcd5 100644
--- a/media-libs/opusfile/opusfile-0.6.ebuild
+++ b/media-libs/opusfile/opusfile-0.6.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -14,7 +14,7 @@ IUSE="doc fixed-point +float +http static-libs"
RDEPEND="media-libs/libogg
media-libs/opus
- http? ( dev-libs/openssl:= )"
+ http? ( dev-libs/openssl:0= )"
DEPEND="${RDEPEND}
doc? ( app-doc/doxygen )"