From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-899442-garchives=archives.gentoo.org@lists.gentoo.org>
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 51A02138330
	for <garchives@archives.gentoo.org>; Thu,  1 Sep 2016 10:39:16 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 702BC21C06A;
	Thu,  1 Sep 2016 10:39:13 +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 ACC8921C06A
	for <gentoo-commits@lists.gentoo.org>; Thu,  1 Sep 2016 10:39:12 +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 894AA3405BB
	for <gentoo-commits@lists.gentoo.org>; Thu,  1 Sep 2016 10:39:11 +0000 (UTC)
Received: from localhost.localdomain (localhost [127.0.0.1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id CA9CA2470
	for <gentoo-commits@lists.gentoo.org>; Thu,  1 Sep 2016 10:39:09 +0000 (UTC)
From: "Alexis Ballier" <aballier@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Alexis Ballier" <aballier@gentoo.org>
Message-ID: <1472726340.e5bf03db9e55f19ea1f7d19a016101f1dec6d19d.aballier@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ros/audio_capture/
X-VCS-Repository: repo/gentoo
X-VCS-Files: dev-ros/audio_capture/audio_capture-9999.ebuild
X-VCS-Directories: dev-ros/audio_capture/
X-VCS-Committer: aballier
X-VCS-Committer-Name: Alexis Ballier
X-VCS-Revision: e5bf03db9e55f19ea1f7d19a016101f1dec6d19d
X-VCS-Branch: master
Date: Thu,  1 Sep 2016 10:39:09 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Archives-Salt: 99171982-51a8-497f-8d9b-eb9755924228
X-Archives-Hash: 927d188b2ec91a72b57bd2ef885cab8f

commit:     e5bf03db9e55f19ea1f7d19a016101f1dec6d19d
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Thu Sep  1 10:18:19 2016 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Thu Sep  1 10:39:00 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5bf03db

dev-ros/audio_capture: update deps to gst 1.0

Package-Manager: portage-2.3.0

 dev-ros/audio_capture/audio_capture-9999.ebuild | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/dev-ros/audio_capture/audio_capture-9999.ebuild b/dev-ros/audio_capture/audio_capture-9999.ebuild
index dd65eac..4b64400 100644
--- a/dev-ros/audio_capture/audio_capture-9999.ebuild
+++ b/dev-ros/audio_capture/audio_capture-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -18,12 +18,12 @@ RDEPEND="
 	dev-ros/audio_common_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]
 	dev-ros/roscpp
 	dev-libs/boost:=[threads]
-	media-libs/gstreamer:0.10
+	media-libs/gstreamer:1.0
 "
 DEPEND="${RDEPEND}
 	virtual/pkgconfig"
 RDEPEND="${RDEPEND}
-	media-plugins/gst-plugins-lame:0.10
-	media-libs/gst-plugins-good:0.10
-	media-libs/gst-plugins-base:0.10
+	media-plugins/gst-plugins-lame:1.0
+	media-libs/gst-plugins-good:1.0
+	media-libs/gst-plugins-base:1.0
 "