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 5E3E91396D0 for ; Sun, 10 Sep 2017 18:43:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C63521FC05D; Sun, 10 Sep 2017 18:43:36 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 A27231FC059 for ; Sun, 10 Sep 2017 18:43:36 +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 BC9A73417E2 for ; Sun, 10 Sep 2017 18:43:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 34C03907A for ; Sun, 10 Sep 2017 18:43:34 +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: <1505069000.fdf78f1fc85a7b78eb82578314e4aea7934d3ec5.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ros/controller_manager/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ros/controller_manager/controller_manager-0.12.0.ebuild dev-ros/controller_manager/controller_manager-9999.ebuild X-VCS-Directories: dev-ros/controller_manager/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: fdf78f1fc85a7b78eb82578314e4aea7934d3ec5 X-VCS-Branch: master Date: Sun, 10 Sep 2017 18:43:34 +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: 21eb2945-af43-44d8-9a8a-a0fc868d9a84 X-Archives-Hash: fec6ef524e838679e69c465acb7d6ff6 commit: fdf78f1fc85a7b78eb82578314e4aea7934d3ec5 Author: Alexis Ballier gentoo org> AuthorDate: Sun Sep 10 18:31:26 2017 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Sun Sep 10 18:43:20 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fdf78f1f dev-ros/controller_manager: add missing dep on boost Package-Manager: Portage-2.3.8, Repoman-2.3.3 dev-ros/controller_manager/controller_manager-0.12.0.ebuild | 1 + dev-ros/controller_manager/controller_manager-9999.ebuild | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/dev-ros/controller_manager/controller_manager-0.12.0.ebuild b/dev-ros/controller_manager/controller_manager-0.12.0.ebuild index d4069f717ab..f250c32a65e 100644 --- a/dev-ros/controller_manager/controller_manager-0.12.0.ebuild +++ b/dev-ros/controller_manager/controller_manager-0.12.0.ebuild @@ -24,6 +24,7 @@ RDEPEND=" dev-ros/roslib[${PYTHON_USEDEP}] dev-ros/rosparam[${PYTHON_USEDEP}] dev-python/pyyaml[${PYTHON_USEDEP}] + dev-libs/boost:= " DEPEND="${RDEPEND} test? ( dev-ros/rostest[${PYTHON_USEDEP}] )" diff --git a/dev-ros/controller_manager/controller_manager-9999.ebuild b/dev-ros/controller_manager/controller_manager-9999.ebuild index 077b67d1a65..f250c32a65e 100644 --- a/dev-ros/controller_manager/controller_manager-9999.ebuild +++ b/dev-ros/controller_manager/controller_manager-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 @@ -24,6 +24,7 @@ RDEPEND=" dev-ros/roslib[${PYTHON_USEDEP}] dev-ros/rosparam[${PYTHON_USEDEP}] dev-python/pyyaml[${PYTHON_USEDEP}] + dev-libs/boost:= " DEPEND="${RDEPEND} test? ( dev-ros/rostest[${PYTHON_USEDEP}] )"