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 421B8138332 for ; Tue, 15 May 2018 06:49:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 66201E08DF; Tue, 15 May 2018 06:49:21 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 45789E08CD for ; Tue, 15 May 2018 06:49:21 +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 CCB68335C60 for ; Tue, 15 May 2018 06:49:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 93D7829E for ; Tue, 15 May 2018 06:49:18 +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: <1526366518.0a131664031c57496a629ea7a637fd1f86b2a5b4.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ros/collada_urdf/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ros/collada_urdf/collada_urdf-9999.ebuild X-VCS-Directories: dev-ros/collada_urdf/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 0a131664031c57496a629ea7a637fd1f86b2a5b4 X-VCS-Branch: master Date: Tue, 15 May 2018 06:49:18 +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: 06d28274-f2fc-4eba-8f70-46b8ebc78edd X-Archives-Hash: b0ba4c73853961b8628ea143d9fb98cf commit: 0a131664031c57496a629ea7a637fd1f86b2a5b4 Author: Alexis Ballier gentoo org> AuthorDate: Tue May 15 06:41:58 2018 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Tue May 15 06:41:58 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a131664 dev-ros/collada_urdf: switch to eigen Package-Manager: Portage-2.3.36, Repoman-2.3.9 dev-ros/collada_urdf/collada_urdf-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ros/collada_urdf/collada_urdf-9999.ebuild b/dev-ros/collada_urdf/collada_urdf-9999.ebuild index 7c16e4eed60..c3250b3ad99 100644 --- a/dev-ros/collada_urdf/collada_urdf-9999.ebuild +++ b/dev-ros/collada_urdf/collada_urdf-9999.ebuild @@ -20,8 +20,8 @@ RDEPEND=" dev-ros/resource_retriever dev-ros/urdf dev-ros/geometric_shapes - dev-ros/tf media-libs/assimp dev-libs/collada-dom:= + dev-cpp/eigen:3 " DEPEND="${RDEPEND}"