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 B433B139083 for ; Wed, 13 Sep 2017 12:00:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D41FDE0D3C; Wed, 13 Sep 2017 12:00:02 +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 B2219E0D35 for ; Wed, 13 Sep 2017 12:00:02 +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 E161833FE7D for ; Wed, 13 Sep 2017 12:00:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 684A9908E for ; Wed, 13 Sep 2017 11:59:58 +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: <1505303883.90540e8c3cdbdd388e24b8a38f5f730ed24b3fc3.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ros/hector_map_server/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ros/hector_map_server/hector_map_server-0.3.5.ebuild dev-ros/hector_map_server/hector_map_server-9999.ebuild X-VCS-Directories: dev-ros/hector_map_server/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 90540e8c3cdbdd388e24b8a38f5f730ed24b3fc3 X-VCS-Branch: master Date: Wed, 13 Sep 2017 11:59:58 +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: f406e4a4-95da-47c3-9f26-572dbee14e02 X-Archives-Hash: 6abbc5dc49049159a12ce305e36b0c1f commit: 90540e8c3cdbdd388e24b8a38f5f730ed24b3fc3 Author: Alexis Ballier gentoo org> AuthorDate: Wed Sep 13 11:33:43 2017 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Wed Sep 13 11:58:03 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90540e8c dev-ros/hector_map_server: add missing boost dep Package-Manager: Portage-2.3.8, Repoman-2.3.3 dev-ros/hector_map_server/hector_map_server-0.3.5.ebuild | 3 ++- dev-ros/hector_map_server/hector_map_server-9999.ebuild | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/dev-ros/hector_map_server/hector_map_server-0.3.5.ebuild b/dev-ros/hector_map_server/hector_map_server-0.3.5.ebuild index 0662e41f847..5b5d6a35bb5 100644 --- a/dev-ros/hector_map_server/hector_map_server-0.3.5.ebuild +++ b/dev-ros/hector_map_server/hector_map_server-0.3.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -20,5 +20,6 @@ RDEPEND=" dev-ros/hector_nav_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] dev-ros/nav_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] dev-ros/tf + dev-libs/boost:= " DEPEND="${RDEPEND}" diff --git a/dev-ros/hector_map_server/hector_map_server-9999.ebuild b/dev-ros/hector_map_server/hector_map_server-9999.ebuild index 578ad3ab1d9..5b5d6a35bb5 100644 --- a/dev-ros/hector_map_server/hector_map_server-9999.ebuild +++ b/dev-ros/hector_map_server/hector_map_server-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -20,5 +20,6 @@ RDEPEND=" dev-ros/hector_nav_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] dev-ros/nav_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] dev-ros/tf + dev-libs/boost:= " DEPEND="${RDEPEND}"