From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1013734-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 6E8981382C5
	for <garchives@archives.gentoo.org>; Fri, 30 Mar 2018 13:28:01 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 6E588E09D1;
	Fri, 30 Mar 2018 13:28:00 +0000 (UTC)
Received: from smtp.gentoo.org (woodpecker.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 4CB9FE09D1
	for <gentoo-commits@lists.gentoo.org>; Fri, 30 Mar 2018 13:28:00 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(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 15FD9335D44
	for <gentoo-commits@lists.gentoo.org>; Fri, 30 Mar 2018 13:27:58 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 4EBCD26F
	for <gentoo-commits@lists.gentoo.org>; Fri, 30 Mar 2018 13:27:56 +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: <1522415779.a0f21a04b04abaf3f5e051196bdb5e3ef298363d.aballier@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ros/rviz/
X-VCS-Repository: repo/gentoo
X-VCS-Files: dev-ros/rviz/rviz-1.12.15-r1.ebuild dev-ros/rviz/rviz-1.12.15.ebuild dev-ros/rviz/rviz-9999.ebuild
X-VCS-Directories: dev-ros/rviz/
X-VCS-Committer: aballier
X-VCS-Committer-Name: Alexis Ballier
X-VCS-Revision: a0f21a04b04abaf3f5e051196bdb5e3ef298363d
X-VCS-Branch: master
Date: Fri, 30 Mar 2018 13:27:56 +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: 94b4bb58-9667-46a3-ad31-108d8df3829c
X-Archives-Hash: 1fb8cc5adf893fe245a5c7cbb24d93a8

commit:     a0f21a04b04abaf3f5e051196bdb5e3ef298363d
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 30 13:16:19 2018 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Fri Mar 30 13:16:19 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0f21a04

dev-ros/rviz: add := dep on yaml-cpp

Package-Manager: Portage-2.3.27, Repoman-2.3.9

 dev-ros/rviz/{rviz-1.12.15.ebuild => rviz-1.12.15-r1.ebuild} | 2 +-
 dev-ros/rviz/rviz-9999.ebuild                                | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-ros/rviz/rviz-1.12.15.ebuild b/dev-ros/rviz/rviz-1.12.15-r1.ebuild
similarity index 98%
rename from dev-ros/rviz/rviz-1.12.15.ebuild
rename to dev-ros/rviz/rviz-1.12.15-r1.ebuild
index f13960c9eec..e91a1a39c00 100644
--- a/dev-ros/rviz/rviz-1.12.15.ebuild
+++ b/dev-ros/rviz/rviz-1.12.15-r1.ebuild
@@ -23,7 +23,7 @@ RDEPEND="
 	dev-qt/qtcore:5
 	dev-qt/qtopengl:5
 	dev-cpp/eigen:3
-	dev-cpp/yaml-cpp
+	dev-cpp/yaml-cpp:=
 	dev-libs/urdfdom:=
 	dev-libs/tinyxml:=
 

diff --git a/dev-ros/rviz/rviz-9999.ebuild b/dev-ros/rviz/rviz-9999.ebuild
index ef99e3dce19..e91a1a39c00 100644
--- a/dev-ros/rviz/rviz-9999.ebuild
+++ b/dev-ros/rviz/rviz-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -23,7 +23,7 @@ RDEPEND="
 	dev-qt/qtcore:5
 	dev-qt/qtopengl:5
 	dev-cpp/eigen:3
-	dev-cpp/yaml-cpp
+	dev-cpp/yaml-cpp:=
 	dev-libs/urdfdom:=
 	dev-libs/tinyxml:=