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 5736D139694 for ; Sat, 11 Feb 2017 21:45:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6B07FE0CC1; Sat, 11 Feb 2017 21:45:25 +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 4177DE0CC1 for ; Sat, 11 Feb 2017 21:45:25 +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 26644340AC7 for ; Sat, 11 Feb 2017 21:45:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3F1CB4480 for ; Sat, 11 Feb 2017 21:45:21 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1486849511.a2b35658a720d0143d9b7f3a6c70cb45049b1890.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/gstreamer/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/gstreamer/gstreamer-1.10.3.ebuild X-VCS-Directories: media-libs/gstreamer/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: a2b35658a720d0143d9b7f3a6c70cb45049b1890 X-VCS-Branch: master Date: Sat, 11 Feb 2017 21:45:21 +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: 89ab0094-1710-40a4-b8df-9b38ab73c93e X-Archives-Hash: d93c7c4f643557e7bcac40bee0926807 commit: a2b35658a720d0143d9b7f3a6c70cb45049b1890 Author: Ulrich Müller gentoo org> AuthorDate: Sat Feb 11 21:44:04 2017 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Sat Feb 11 21:45:11 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2b35658 media-libs/gstreamer: Add multilib use dependency on sys-libs/libcap. Package-Manager: Portage-2.3.3, Repoman-2.3.1 media-libs/gstreamer/gstreamer-1.10.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/gstreamer/gstreamer-1.10.3.ebuild b/media-libs/gstreamer/gstreamer-1.10.3.ebuild index fe31fbc683..97bd76760c 100644 --- a/media-libs/gstreamer/gstreamer-1.10.3.ebuild +++ b/media-libs/gstreamer/gstreamer-1.10.3.ebuild @@ -17,7 +17,7 @@ IUSE="+caps +introspection nls +orc test unwind" RDEPEND=" >=dev-libs/glib-2.40.0:2[${MULTILIB_USEDEP}] - caps? ( sys-libs/libcap ) + caps? ( sys-libs/libcap[${MULTILIB_USEDEP}] ) introspection? ( >=dev-libs/gobject-introspection-1.31.1:= ) unwind? ( >=sys-libs/libunwind-1.2_rc1[${MULTILIB_USEDEP}] ) "