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 0B846138334 for ; Mon, 7 Jan 2019 19:16:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 38A9AE0A8E; Mon, 7 Jan 2019 19:16:00 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 071AEE0A87 for ; Mon, 7 Jan 2019 19:16:00 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CBC8C335D2A for ; Mon, 7 Jan 2019 19:15:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BCDEA51D for ; Mon, 7 Jan 2019 19:15:54 +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: <1546888544.156c9f0d62077ad47c2359731a9dcad050eb4d90.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/opusfile/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/opusfile/opusfile-0.6.ebuild X-VCS-Directories: media-libs/opusfile/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 156c9f0d62077ad47c2359731a9dcad050eb4d90 X-VCS-Branch: master Date: Mon, 7 Jan 2019 19:15:54 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: a0f44546-ddd5-4fd6-b2f9-45d46512f835 X-Archives-Hash: 73f87b5b3ab8ca179ef3ae1dc43d5218 commit: 156c9f0d62077ad47c2359731a9dcad050eb4d90 Author: Lars Wendler gentoo org> AuthorDate: Mon Jan 7 18:58:15 2019 +0000 Commit: Lars Wendler gentoo 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 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 )"