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 094AE1396D0 for ; Tue, 12 Sep 2017 12:00:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7E46B1FC0EB; Tue, 12 Sep 2017 11:59:59 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 5E99A1FC0EB for ; Tue, 12 Sep 2017 11:59:59 +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 8EF863417CE for ; Tue, 12 Sep 2017 11:59:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 37710908C for ; Tue, 12 Sep 2017 11:59:55 +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: <1505217587.578a9cefa58b7971bab02a979ef57f7bbf4ad2c3.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ros/image_rotate/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ros/image_rotate/image_rotate-1.12.20.ebuild dev-ros/image_rotate/image_rotate-9999.ebuild X-VCS-Directories: dev-ros/image_rotate/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 578a9cefa58b7971bab02a979ef57f7bbf4ad2c3 X-VCS-Branch: master Date: Tue, 12 Sep 2017 11:59:55 +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: f80d839d-6fc4-42ce-a561-1c5fee64c508 X-Archives-Hash: 9ae306dafc88a9a7b5c88157c62ce2e2 commit: 578a9cefa58b7971bab02a979ef57f7bbf4ad2c3 Author: Alexis Ballier gentoo org> AuthorDate: Tue Sep 12 11:58:34 2017 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Tue Sep 12 11:59:47 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=578a9cef dev-ros/image_rotate: add missing boost dep Package-Manager: Portage-2.3.8, Repoman-2.3.3 dev-ros/image_rotate/image_rotate-1.12.20.ebuild | 1 + dev-ros/image_rotate/image_rotate-9999.ebuild | 1 + 2 files changed, 2 insertions(+) diff --git a/dev-ros/image_rotate/image_rotate-1.12.20.ebuild b/dev-ros/image_rotate/image_rotate-1.12.20.ebuild index 3ef88503834..8d00fbdb327 100644 --- a/dev-ros/image_rotate/image_rotate-1.12.20.ebuild +++ b/dev-ros/image_rotate/image_rotate-1.12.20.ebuild @@ -24,5 +24,6 @@ RDEPEND=" dev-ros/roscpp dev-ros/tf2 dev-ros/tf2_geometry_msgs + dev-libs/boost:= " DEPEND="${RDEPEND}" diff --git a/dev-ros/image_rotate/image_rotate-9999.ebuild b/dev-ros/image_rotate/image_rotate-9999.ebuild index 3ef88503834..8d00fbdb327 100644 --- a/dev-ros/image_rotate/image_rotate-9999.ebuild +++ b/dev-ros/image_rotate/image_rotate-9999.ebuild @@ -24,5 +24,6 @@ RDEPEND=" dev-ros/roscpp dev-ros/tf2 dev-ros/tf2_geometry_msgs + dev-libs/boost:= " DEPEND="${RDEPEND}"