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 71BDD138AE9 for ; Thu, 28 Dec 2017 08:02:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A144BE0DBE; Thu, 28 Dec 2017 08:02:54 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 8142FE0DBE for ; Thu, 28 Dec 2017 08:02:54 +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 F233C340BEA for ; Thu, 28 Dec 2017 08:02:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7AA82AE8F for ; Thu, 28 Dec 2017 08:02:49 +0000 (UTC) From: "Alexis Ballier" 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" Message-ID: <1514448159.0cde7679aef1a3379953cf8a8c183c0349f756e3.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ros/robot_localization/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ros/robot_localization/robot_localization-2.5.0.ebuild dev-ros/robot_localization/robot_localization-9999.ebuild X-VCS-Directories: dev-ros/robot_localization/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 0cde7679aef1a3379953cf8a8c183c0349f756e3 X-VCS-Branch: master Date: Thu, 28 Dec 2017 08:02:49 +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: 1c35ac8a-d3ca-4ff1-afef-3cf1fe448ca5 X-Archives-Hash: 7e8551b9c92aef0e151cf6728683bba9 commit: 0cde7679aef1a3379953cf8a8c183c0349f756e3 Author: Alexis Ballier gentoo org> AuthorDate: Thu Dec 28 08:02:20 2017 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Thu Dec 28 08:02:39 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0cde7679 dev-ros/robot_localization: add missing yaml cpp dep. Closes: https://bugs.gentoo.org/641844 Package-Manager: Portage-2.3.19, Repoman-2.3.6 dev-ros/robot_localization/robot_localization-2.5.0.ebuild | 1 + dev-ros/robot_localization/robot_localization-9999.ebuild | 1 + 2 files changed, 2 insertions(+) diff --git a/dev-ros/robot_localization/robot_localization-2.5.0.ebuild b/dev-ros/robot_localization/robot_localization-2.5.0.ebuild index 941ce5516c7..a03255b29e0 100644 --- a/dev-ros/robot_localization/robot_localization-2.5.0.ebuild +++ b/dev-ros/robot_localization/robot_localization-2.5.0.ebuild @@ -32,6 +32,7 @@ RDEPEND=" dev-ros/tf2_ros dev-ros/xmlrpcpp dev-libs/boost:= + dev-cpp/yaml-cpp " DEPEND="${RDEPEND} dev-ros/roslint diff --git a/dev-ros/robot_localization/robot_localization-9999.ebuild b/dev-ros/robot_localization/robot_localization-9999.ebuild index 941ce5516c7..a03255b29e0 100644 --- a/dev-ros/robot_localization/robot_localization-9999.ebuild +++ b/dev-ros/robot_localization/robot_localization-9999.ebuild @@ -32,6 +32,7 @@ RDEPEND=" dev-ros/tf2_ros dev-ros/xmlrpcpp dev-libs/boost:= + dev-cpp/yaml-cpp " DEPEND="${RDEPEND} dev-ros/roslint