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/liblrdf/
Date: Wed, 31 Aug 2016 15:24:21
Message-Id: 1472657046.86b0da02948451467cc210f8275b57c040586a4c.polynomial-c@gentoo
1 commit: 86b0da02948451467cc210f8275b57c040586a4c
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Wed Aug 31 15:21:04 2016 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Wed Aug 31 15:24:06 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86b0da02
7
8 media-libs/liblrdf: Added sub-slot dependency on dev-libs/openssl
9
10 Package-Manager: portage-2.3.0
11 Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>
12
13 media-libs/liblrdf/liblrdf-0.5.0-r1.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/media-libs/liblrdf/liblrdf-0.5.0-r1.ebuild b/media-libs/liblrdf/liblrdf-0.5.0-r1.ebuild
17 index 1758259..ee66665 100644
18 --- a/media-libs/liblrdf/liblrdf-0.5.0-r1.ebuild
19 +++ b/media-libs/liblrdf/liblrdf-0.5.0-r1.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2015 Gentoo Foundation
22 +# Copyright 1999-2016 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24 # $Id$
25
26 @@ -15,7 +15,7 @@ KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
27 IUSE="libressl static-libs"
28
29 RDEPEND="
30 - !libressl? ( >=dev-libs/openssl-1:0 )
31 + !libressl? ( >=dev-libs/openssl-1:0= )
32 libressl? ( dev-libs/libressl )
33 media-libs/raptor:2
34 >=media-libs/ladspa-sdk-1.12"