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 755D1138239 for ; Thu, 29 Aug 2019 15:59:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BA884E070D; Thu, 29 Aug 2019 15:59:25 +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 A5D7CE070D for ; Thu, 29 Aug 2019 15:59:25 +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 CBB0A34A610 for ; Thu, 29 Aug 2019 15:59:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7935C720 for ; Thu, 29 Aug 2019 15:59:23 +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: <1567094359.f591d81e78a23e5af242e05a8e42b0c56c5a12d4.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ros/interactive_marker_tutorials/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ros/interactive_marker_tutorials/interactive_marker_tutorials-0.10.3-r1.ebuild dev-ros/interactive_marker_tutorials/interactive_marker_tutorials-0.10.3.ebuild dev-ros/interactive_marker_tutorials/interactive_marker_tutorials-9999.ebuild X-VCS-Directories: dev-ros/interactive_marker_tutorials/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: f591d81e78a23e5af242e05a8e42b0c56c5a12d4 X-VCS-Branch: master Date: Thu, 29 Aug 2019 15:59:23 +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: b3efc4a4-a274-446a-a2cc-a5ef949f0abd X-Archives-Hash: 2d205dea89ae7b2d8f6b9b1aadac5914 commit: f591d81e78a23e5af242e05a8e42b0c56c5a12d4 Author: Alexis Ballier gentoo org> AuthorDate: Thu Aug 29 15:56:26 2019 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Thu Aug 29 15:59:19 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f591d81e dev-ros/interactive_marker_tutorials: add missing boost dep Package-Manager: Portage-2.3.73, Repoman-2.3.17 Signed-off-by: Alexis Ballier gentoo.org> ...als-0.10.3.ebuild => interactive_marker_tutorials-0.10.3-r1.ebuild} | 3 ++- .../interactive_marker_tutorials-9999.ebuild | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/dev-ros/interactive_marker_tutorials/interactive_marker_tutorials-0.10.3.ebuild b/dev-ros/interactive_marker_tutorials/interactive_marker_tutorials-0.10.3-r1.ebuild similarity index 91% rename from dev-ros/interactive_marker_tutorials/interactive_marker_tutorials-0.10.3.ebuild rename to dev-ros/interactive_marker_tutorials/interactive_marker_tutorials-0.10.3-r1.ebuild index 834526809e2..6844281b86e 100644 --- a/dev-ros/interactive_marker_tutorials/interactive_marker_tutorials-0.10.3.ebuild +++ b/dev-ros/interactive_marker_tutorials/interactive_marker_tutorials-0.10.3-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -21,5 +21,6 @@ RDEPEND=" dev-ros/tf[${PYTHON_USEDEP}] dev-ros/rospy[${PYTHON_USEDEP}] dev-ros/roslib[${PYTHON_USEDEP}] + dev-libs/boost:= " DEPEND="${RDEPEND}" diff --git a/dev-ros/interactive_marker_tutorials/interactive_marker_tutorials-9999.ebuild b/dev-ros/interactive_marker_tutorials/interactive_marker_tutorials-9999.ebuild index dcb82f94d3e..6844281b86e 100644 --- a/dev-ros/interactive_marker_tutorials/interactive_marker_tutorials-9999.ebuild +++ b/dev-ros/interactive_marker_tutorials/interactive_marker_tutorials-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -21,5 +21,6 @@ RDEPEND=" dev-ros/tf[${PYTHON_USEDEP}] dev-ros/rospy[${PYTHON_USEDEP}] dev-ros/roslib[${PYTHON_USEDEP}] + dev-libs/boost:= " DEPEND="${RDEPEND}"