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 4B503138359 for ; Fri, 31 Jul 2020 10:34:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7BDB2E098E; Fri, 31 Jul 2020 10:34:49 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 40697E098A for ; Fri, 31 Jul 2020 10:34:49 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 4183334F51D for ; Fri, 31 Jul 2020 10:34:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9EE1A303 for ; Fri, 31 Jul 2020 10:34:44 +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: <1596190722.fce008e9606b18024b89a52c6917e26ce0a80db1.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ros/mavros_msgs/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ros/mavros_msgs/mavros_msgs-1.2.0.ebuild dev-ros/mavros_msgs/mavros_msgs-9999.ebuild X-VCS-Directories: dev-ros/mavros_msgs/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: fce008e9606b18024b89a52c6917e26ce0a80db1 X-VCS-Branch: master Date: Fri, 31 Jul 2020 10:34:44 +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: 7015e0a1-4c00-47c6-9e48-0b1c88f0c6df X-Archives-Hash: bbc2622bdde040e93ff3a41a4dcb22eb commit: fce008e9606b18024b89a52c6917e26ce0a80db1 Author: Alexis Ballier gentoo org> AuthorDate: Fri Jul 31 10:18:42 2020 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Fri Jul 31 10:18:42 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fce008e9 dev-ros/mavros_msgs: add missing deps Closes: https://bugs.gentoo.org/734864 Package-Manager: Portage-3.0.1, Repoman-2.3.23 Signed-off-by: Alexis Ballier gentoo.org> dev-ros/mavros_msgs/mavros_msgs-1.2.0.ebuild | 2 +- dev-ros/mavros_msgs/mavros_msgs-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-ros/mavros_msgs/mavros_msgs-1.2.0.ebuild b/dev-ros/mavros_msgs/mavros_msgs-1.2.0.ebuild index db94855f38e..04710e1afb1 100644 --- a/dev-ros/mavros_msgs/mavros_msgs-1.2.0.ebuild +++ b/dev-ros/mavros_msgs/mavros_msgs-1.2.0.ebuild @@ -6,7 +6,7 @@ CATKIN_HAS_MESSAGES=yes ROS_REPO_URI="https://github.com/mavlink/mavros" KEYWORDS="~amd64 ~arm" ROS_SUBDIR=${PN} -CATKIN_MESSAGES_TRANSITIVE_DEPS="dev-ros/std_msgs dev-ros/geometry_msgs" +CATKIN_MESSAGES_TRANSITIVE_DEPS="dev-ros/geographic_msgs dev-ros/geometry_msgs dev-ros/sensor_msgs dev-ros/std_msgs" inherit ros-catkin diff --git a/dev-ros/mavros_msgs/mavros_msgs-9999.ebuild b/dev-ros/mavros_msgs/mavros_msgs-9999.ebuild index db94855f38e..04710e1afb1 100644 --- a/dev-ros/mavros_msgs/mavros_msgs-9999.ebuild +++ b/dev-ros/mavros_msgs/mavros_msgs-9999.ebuild @@ -6,7 +6,7 @@ CATKIN_HAS_MESSAGES=yes ROS_REPO_URI="https://github.com/mavlink/mavros" KEYWORDS="~amd64 ~arm" ROS_SUBDIR=${PN} -CATKIN_MESSAGES_TRANSITIVE_DEPS="dev-ros/std_msgs dev-ros/geometry_msgs" +CATKIN_MESSAGES_TRANSITIVE_DEPS="dev-ros/geographic_msgs dev-ros/geometry_msgs dev-ros/sensor_msgs dev-ros/std_msgs" inherit ros-catkin