Gentoo Archives: gentoo-commits

From: Lars Wendler <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/opusfile/
Date: Mon, 07 Jan 2019 19:16:07
Message-Id: 1546888544.156c9f0d62077ad47c2359731a9dcad050eb4d90.polynomial-c@gentoo
1 commit: 156c9f0d62077ad47c2359731a9dcad050eb4d90
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jan 7 18:58:15 2019 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 7 19:15:44 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=156c9f0d
7
8 media-libs/opusfile: Adjusted slot dependency on dev-libs/openssl
9
10 source-based packages should never depend on any other openssl slot
11 than slot 0.
12
13 Package-Manager: Portage-2.3.54, Repoman-2.3.12
14 Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>
15
16 media-libs/opusfile/opusfile-0.6.ebuild | 4 ++--
17 1 file changed, 2 insertions(+), 2 deletions(-)
18
19 diff --git a/media-libs/opusfile/opusfile-0.6.ebuild b/media-libs/opusfile/opusfile-0.6.ebuild
20 index 28a0f7c7567..5bac349dcd5 100644
21 --- a/media-libs/opusfile/opusfile-0.6.ebuild
22 +++ b/media-libs/opusfile/opusfile-0.6.ebuild
23 @@ -1,4 +1,4 @@
24 -# Copyright 1999-2015 Gentoo Foundation
25 +# Copyright 1999-2019 Gentoo Authors
26 # Distributed under the terms of the GNU General Public License v2
27
28 EAPI=5
29 @@ -14,7 +14,7 @@ IUSE="doc fixed-point +float +http static-libs"
30
31 RDEPEND="media-libs/libogg
32 media-libs/opus
33 - http? ( dev-libs/openssl:= )"
34 + http? ( dev-libs/openssl:0= )"
35
36 DEPEND="${RDEPEND}
37 doc? ( app-doc/doxygen )"