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 81F441396D0 for ; Sun, 10 Sep 2017 18:43:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5C2851FC101; Sun, 10 Sep 2017 18:43:38 +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 3E4661FC0EB for ; Sun, 10 Sep 2017 18:43:38 +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 63E093417E7 for ; Sun, 10 Sep 2017 18:43:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5A70B907C 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: <1505069001.8e794be8a8b1b41cf1883d56b502a0e400027047.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ros/visp_bridge/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ros/visp_bridge/visp_bridge-0.10.0.ebuild dev-ros/visp_bridge/visp_bridge-9999.ebuild X-VCS-Directories: dev-ros/visp_bridge/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 8e794be8a8b1b41cf1883d56b502a0e400027047 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: a779f8cf-2c15-4783-94ad-1bee1f88d7e7 X-Archives-Hash: 1c9cbc2efd6867abfc4708c00eb0c128 commit: 8e794be8a8b1b41cf1883d56b502a0e400027047 Author: Alexis Ballier gentoo org> AuthorDate: Sun Sep 10 18:32:52 2017 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Sun Sep 10 18:43:21 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e794be8 dev-ros/visp_bridge: add missing dep on boost Package-Manager: Portage-2.3.8, Repoman-2.3.3 dev-ros/visp_bridge/visp_bridge-0.10.0.ebuild | 1 + dev-ros/visp_bridge/visp_bridge-9999.ebuild | 1 + 2 files changed, 2 insertions(+) diff --git a/dev-ros/visp_bridge/visp_bridge-0.10.0.ebuild b/dev-ros/visp_bridge/visp_bridge-0.10.0.ebuild index 3746726321a..624171a2b1b 100644 --- a/dev-ros/visp_bridge/visp_bridge-0.10.0.ebuild +++ b/dev-ros/visp_bridge/visp_bridge-0.10.0.ebuild @@ -21,6 +21,7 @@ RDEPEND=" dev-ros/sensor_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] dev-ros/std_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] dev-ros/camera_calibration_parsers + dev-libs/boost:= " DEPEND="${RDEPEND}" if [ "${PV#9999}" = "${PV}" ] ; then diff --git a/dev-ros/visp_bridge/visp_bridge-9999.ebuild b/dev-ros/visp_bridge/visp_bridge-9999.ebuild index 3746726321a..624171a2b1b 100644 --- a/dev-ros/visp_bridge/visp_bridge-9999.ebuild +++ b/dev-ros/visp_bridge/visp_bridge-9999.ebuild @@ -21,6 +21,7 @@ RDEPEND=" dev-ros/sensor_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] dev-ros/std_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] dev-ros/camera_calibration_parsers + dev-libs/boost:= " DEPEND="${RDEPEND}" if [ "${PV#9999}" = "${PV}" ] ; then