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 D30F51384B4 for ; Thu, 3 Dec 2015 09:05:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EDDE0E0879; Thu, 3 Dec 2015 09:05:07 +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 8123CE0879 for ; Thu, 3 Dec 2015 09:05:07 +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 34BB934074D for ; Thu, 3 Dec 2015 09:05:06 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 086A8C7B for ; Thu, 3 Dec 2015 09:05:01 +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: <1449133485.7617166acb1faf81aa1c8d555e79906643c73d3e.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ros/mavros/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ros/mavros/mavros-0.16.3-r1.ebuild dev-ros/mavros/mavros-0.16.3.ebuild dev-ros/mavros/mavros-9999.ebuild X-VCS-Directories: dev-ros/mavros/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 7617166acb1faf81aa1c8d555e79906643c73d3e X-VCS-Branch: master Date: Thu, 3 Dec 2015 09:05:01 +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: 687949a8-7d0e-4e20-a5f1-96b25d5be61b X-Archives-Hash: 05daf891321016f3517b5487b280ebf4 commit: 7617166acb1faf81aa1c8d555e79906643c73d3e Author: Alexis Ballier gentoo org> AuthorDate: Thu Dec 3 09:04:45 2015 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Thu Dec 3 09:04:45 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7617166a dev-ros/mavros: add missing dep on dev-ros/eigen_conversions, bug #567330 Package-Manager: portage-2.2.26 Signed-off-by: Alexis Ballier gentoo.org> dev-ros/mavros/{mavros-0.16.3.ebuild => mavros-0.16.3-r1.ebuild} | 1 + dev-ros/mavros/mavros-9999.ebuild | 1 + 2 files changed, 2 insertions(+) diff --git a/dev-ros/mavros/mavros-0.16.3.ebuild b/dev-ros/mavros/mavros-0.16.3-r1.ebuild similarity index 96% rename from dev-ros/mavros/mavros-0.16.3.ebuild rename to dev-ros/mavros/mavros-0.16.3-r1.ebuild index 00414b5..8dee369 100644 --- a/dev-ros/mavros/mavros-0.16.3.ebuild +++ b/dev-ros/mavros/mavros-0.16.3-r1.ebuild @@ -24,6 +24,7 @@ RDEPEND=" dev-ros/libmavconn dev-ros/rosconsole_bridge dev-libs/boost:= + dev-ros/eigen_conversions dev-ros/std_srvs[${CATKIN_MESSAGES_CXX_USEDEP}] dev-ros/mavros_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] dev-ros/diagnostic_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] diff --git a/dev-ros/mavros/mavros-9999.ebuild b/dev-ros/mavros/mavros-9999.ebuild index 00414b5..8dee369 100644 --- a/dev-ros/mavros/mavros-9999.ebuild +++ b/dev-ros/mavros/mavros-9999.ebuild @@ -24,6 +24,7 @@ RDEPEND=" dev-ros/libmavconn dev-ros/rosconsole_bridge dev-libs/boost:= + dev-ros/eigen_conversions dev-ros/std_srvs[${CATKIN_MESSAGES_CXX_USEDEP}] dev-ros/mavros_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] dev-ros/diagnostic_msgs[${CATKIN_MESSAGES_CXX_USEDEP}]