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 003651384B4 for ; Tue, 15 Dec 2015 09:27:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C0F7121C081; Tue, 15 Dec 2015 09:27:34 +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 E2AAB21C078 for ; Tue, 15 Dec 2015 09:27:33 +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 EBE343406F3 for ; Tue, 15 Dec 2015 09:27:32 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C189CD0D for ; Tue, 15 Dec 2015 09:27:28 +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: <1450171636.757b553c2444698cdb672d5e1a43f8177f4ae11a.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.4.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: 757b553c2444698cdb672d5e1a43f8177f4ae11a X-VCS-Branch: master Date: Tue, 15 Dec 2015 09:27:28 +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: 3d75359f-5a55-4354-abeb-9e23748ea741 X-Archives-Hash: a79eac63de580ebf8c2c4c3b3b66061e commit: 757b553c2444698cdb672d5e1a43f8177f4ae11a Author: Alexis Ballier gentoo org> AuthorDate: Tue Dec 15 09:27:16 2015 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Tue Dec 15 09:27:16 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=757b553c dev-ros/mavros: add missing dep on mavlink-gbp-release Package-Manager: portage-2.2.26 Signed-off-by: Alexis Ballier gentoo.org> dev-ros/mavros/mavros-0.16.4.ebuild | 1 + dev-ros/mavros/mavros-9999.ebuild | 1 + 2 files changed, 2 insertions(+) diff --git a/dev-ros/mavros/mavros-0.16.4.ebuild b/dev-ros/mavros/mavros-0.16.4.ebuild index 4ce2aca..ad4e45d 100644 --- a/dev-ros/mavros/mavros-0.16.4.ebuild +++ b/dev-ros/mavros/mavros-0.16.4.ebuild @@ -31,5 +31,6 @@ RDEPEND=" dev-ros/sensor_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] dev-ros/std_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] dev-ros/geometry_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] + >=dev-ros/mavlink-gbp-release-2015.12.12 " DEPEND="${RDEPEND}" diff --git a/dev-ros/mavros/mavros-9999.ebuild b/dev-ros/mavros/mavros-9999.ebuild index 4ce2aca..ad4e45d 100644 --- a/dev-ros/mavros/mavros-9999.ebuild +++ b/dev-ros/mavros/mavros-9999.ebuild @@ -31,5 +31,6 @@ RDEPEND=" dev-ros/sensor_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] dev-ros/std_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] dev-ros/geometry_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] + >=dev-ros/mavlink-gbp-release-2015.12.12 " DEPEND="${RDEPEND}"