From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B9B28138331 for ; Wed, 31 Aug 2016 15:24:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F317CE09C5; Wed, 31 Aug 2016 15:24:17 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 473FEE0A40 for ; Wed, 31 Aug 2016 15:24:17 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0E5473407D0 for ; Wed, 31 Aug 2016 15:24:16 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 96A9C2474 for ; Wed, 31 Aug 2016 15:24:13 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1472657046.86b0da02948451467cc210f8275b57c040586a4c.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/liblrdf/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/liblrdf/liblrdf-0.5.0-r1.ebuild X-VCS-Directories: media-libs/liblrdf/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 86b0da02948451467cc210f8275b57c040586a4c X-VCS-Branch: master Date: Wed, 31 Aug 2016 15:24:13 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 99ec927f-a268-4926-8cde-9de6029767f8 X-Archives-Hash: dc6f65ed5cd066b51237cea77490b4aa commit: 86b0da02948451467cc210f8275b57c040586a4c Author: Lars Wendler gentoo org> AuthorDate: Wed Aug 31 15:21:04 2016 +0000 Commit: Lars Wendler gentoo org> CommitDate: Wed Aug 31 15:24:06 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86b0da02 media-libs/liblrdf: Added sub-slot dependency on dev-libs/openssl Package-Manager: portage-2.3.0 Signed-off-by: Lars Wendler gentoo.org> media-libs/liblrdf/liblrdf-0.5.0-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-libs/liblrdf/liblrdf-0.5.0-r1.ebuild b/media-libs/liblrdf/liblrdf-0.5.0-r1.ebuild index 1758259..ee66665 100644 --- a/media-libs/liblrdf/liblrdf-0.5.0-r1.ebuild +++ b/media-libs/liblrdf/liblrdf-0.5.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -15,7 +15,7 @@ KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos" IUSE="libressl static-libs" RDEPEND=" - !libressl? ( >=dev-libs/openssl-1:0 ) + !libressl? ( >=dev-libs/openssl-1:0= ) libressl? ( dev-libs/libressl ) media-libs/raptor:2 >=media-libs/ladspa-sdk-1.12"