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 68A31138351 for ; Tue, 14 Apr 2020 12:57:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 83FA5E0999; Tue, 14 Apr 2020 12:57:48 +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 6F787E0999 for ; Tue, 14 Apr 2020 12:57:48 +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 85A5A34F2AB for ; Tue, 14 Apr 2020 12:57:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2023E1D2 for ; Tue, 14 Apr 2020 12:57:46 +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: <1586869032.9da83eff3163fcb0147d70e90b298603187a8db4.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ros/hector_map_tools/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ros/hector_map_tools/hector_map_tools-0.4.0-r1.ebuild dev-ros/hector_map_tools/hector_map_tools-0.4.0.ebuild dev-ros/hector_map_tools/hector_map_tools-9999.ebuild X-VCS-Directories: dev-ros/hector_map_tools/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 9da83eff3163fcb0147d70e90b298603187a8db4 X-VCS-Branch: master Date: Tue, 14 Apr 2020 12:57:46 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: d4896999-5b4e-4b92-843e-6bbb478d8837 X-Archives-Hash: f66aaafa2f03a1392b7845a46447378e commit: 9da83eff3163fcb0147d70e90b298603187a8db4 Author: Alexis Ballier gentoo org> AuthorDate: Tue Apr 14 12:57:12 2020 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Tue Apr 14 12:57:12 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9da83eff dev-ros/hector_map_tools: add missing eigen dep Closes: https://bugs.gentoo.org/715638 Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Alexis Ballier gentoo.org> ...tor_map_tools-0.4.0.ebuild => hector_map_tools-0.4.0-r1.ebuild} | 7 +++++-- dev-ros/hector_map_tools/hector_map_tools-9999.ebuild | 7 +++++-- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/dev-ros/hector_map_tools/hector_map_tools-0.4.0.ebuild b/dev-ros/hector_map_tools/hector_map_tools-0.4.0-r1.ebuild similarity index 74% rename from dev-ros/hector_map_tools/hector_map_tools-0.4.0.ebuild rename to dev-ros/hector_map_tools/hector_map_tools-0.4.0-r1.ebuild index cafea00cc37..298849dc5df 100644 --- a/dev-ros/hector_map_tools/hector_map_tools-0.4.0.ebuild +++ b/dev-ros/hector_map_tools/hector_map_tools-0.4.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -13,5 +13,8 @@ LICENSE="BSD" SLOT="0" IUSE="" -RDEPEND="dev-ros/nav_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]" +RDEPEND=" + dev-ros/nav_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] + dev-cpp/eigen:3 +" DEPEND="${RDEPEND}" diff --git a/dev-ros/hector_map_tools/hector_map_tools-9999.ebuild b/dev-ros/hector_map_tools/hector_map_tools-9999.ebuild index 2257b6d50ad..298849dc5df 100644 --- a/dev-ros/hector_map_tools/hector_map_tools-9999.ebuild +++ b/dev-ros/hector_map_tools/hector_map_tools-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -13,5 +13,8 @@ LICENSE="BSD" SLOT="0" IUSE="" -RDEPEND="dev-ros/nav_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]" +RDEPEND=" + dev-ros/nav_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] + dev-cpp/eigen:3 +" DEPEND="${RDEPEND}"