From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 4522313888F for ; Sun, 25 Oct 2015 23:01:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7EA2421C002; Sun, 25 Oct 2015 23:01:24 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D2B8821C002 for ; Sun, 25 Oct 2015 23:01:23 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7E34A340A22 for ; Sun, 25 Oct 2015 23:01:16 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0500D1931 for ; Sun, 25 Oct 2015 23:01:12 +0000 (UTC) From: "Gilles Dartiguelongue" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Gilles Dartiguelongue" Message-ID: <1445812830.c6a709b7892997b772007ffe1f21270f4f025c18.eva@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/gst-plugins-bad/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/gst-plugins-bad/gst-plugins-bad-1.6.0.ebuild X-VCS-Directories: media-libs/gst-plugins-bad/ X-VCS-Committer: eva X-VCS-Committer-Name: Gilles Dartiguelongue X-VCS-Revision: c6a709b7892997b772007ffe1f21270f4f025c18 X-VCS-Branch: master Date: Sun, 25 Oct 2015 23:01:12 +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: 808cd723-5b9e-4f3c-9f92-4af0699582b6 X-Archives-Hash: b3e030a1d740c4cdc1f424263cc5dcfe commit: c6a709b7892997b772007ffe1f21270f4f025c18 Author: Gilles Dartiguelongue gentoo org> AuthorDate: Sun Oct 25 22:36:36 2015 +0000 Commit: Gilles Dartiguelongue gentoo org> CommitDate: Sun Oct 25 22:40:30 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6a709b7 media-libs/gst-plugins-bad: add missing introspection USE dependencies Package-Manager: portage-2.2.23 media-libs/gst-plugins-bad/gst-plugins-bad-1.6.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-libs/gst-plugins-bad/gst-plugins-bad-1.6.0.ebuild b/media-libs/gst-plugins-bad/gst-plugins-bad-1.6.0.ebuild index 720bab9..6781558 100644 --- a/media-libs/gst-plugins-bad/gst-plugins-bad-1.6.0.ebuild +++ b/media-libs/gst-plugins-bad/gst-plugins-bad-1.6.0.ebuild @@ -25,8 +25,8 @@ REQUIRED_USE=" # X11 is automagic for now, upstream #709530 RDEPEND=" >=dev-libs/glib-2.34.3:2[${MULTILIB_USEDEP}] - >=media-libs/gst-plugins-base-1.6:${SLOT}[${MULTILIB_USEDEP}] - >=media-libs/gstreamer-1.6:${SLOT}[${MULTILIB_USEDEP}] + >=media-libs/gstreamer-1.6:${SLOT}[${MULTILIB_USEDEP},introspection?] + >=media-libs/gst-plugins-base-1.6:${SLOT}[${MULTILIB_USEDEP},introspection?] introspection? ( >=dev-libs/gobject-introspection-1.31.1 ) egl? ( >=media-libs/mesa-9.1.6[egl,${MULTILIB_USEDEP}] )