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 3B47B13946D for ; Tue, 3 Aug 2021 15:52:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 88103E0A49; Tue, 3 Aug 2021 15:52:16 +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 6F7AFE0A49 for ; Tue, 3 Aug 2021 15:52:16 +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 5DB0A343ADB for ; Tue, 3 Aug 2021 15:52:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BE56985B for ; Tue, 3 Aug 2021 15:52:11 +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: <1628005923.54395af4ae0b43d60fc3295da95355555869f606.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ros/test_tf2/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ros/test_tf2/test_tf2-0.7.5-r1.ebuild dev-ros/test_tf2/test_tf2-9999.ebuild X-VCS-Directories: dev-ros/test_tf2/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 54395af4ae0b43d60fc3295da95355555869f606 X-VCS-Branch: master Date: Tue, 3 Aug 2021 15:52:11 +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: 9ffaa28e-dbb9-4d14-9926-0cae7823e172 X-Archives-Hash: 1cc8501a0cf5a8379513f6ed91315a2a commit: 54395af4ae0b43d60fc3295da95355555869f606 Author: Alexis Ballier gentoo org> AuthorDate: Tue Aug 3 15:51:27 2021 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Tue Aug 3 15:52:03 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54395af4 dev-ros/test_tf2: add missing deps Closes: https://bugs.gentoo.org/796674 Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Alexis Ballier gentoo.org> dev-ros/test_tf2/test_tf2-0.7.5-r1.ebuild | 1 + dev-ros/test_tf2/test_tf2-9999.ebuild | 1 + 2 files changed, 2 insertions(+) diff --git a/dev-ros/test_tf2/test_tf2-0.7.5-r1.ebuild b/dev-ros/test_tf2/test_tf2-0.7.5-r1.ebuild index 6c0d24e8c5f..24c879237de 100644 --- a/dev-ros/test_tf2/test_tf2-0.7.5-r1.ebuild +++ b/dev-ros/test_tf2/test_tf2-0.7.5-r1.ebuild @@ -21,6 +21,7 @@ DEPEND=" dev-ros/tf dev-ros/tf2 dev-ros/tf2_bullet + dev-ros/tf2_eigen dev-ros/tf2_ros[${PYTHON_SINGLE_USEDEP}] dev-ros/tf2_geometry_msgs[${PYTHON_SINGLE_USEDEP}] dev-ros/tf2_kdl[${PYTHON_SINGLE_USEDEP}] diff --git a/dev-ros/test_tf2/test_tf2-9999.ebuild b/dev-ros/test_tf2/test_tf2-9999.ebuild index 6c0d24e8c5f..24c879237de 100644 --- a/dev-ros/test_tf2/test_tf2-9999.ebuild +++ b/dev-ros/test_tf2/test_tf2-9999.ebuild @@ -21,6 +21,7 @@ DEPEND=" dev-ros/tf dev-ros/tf2 dev-ros/tf2_bullet + dev-ros/tf2_eigen dev-ros/tf2_ros[${PYTHON_SINGLE_USEDEP}] dev-ros/tf2_geometry_msgs[${PYTHON_SINGLE_USEDEP}] dev-ros/tf2_kdl[${PYTHON_SINGLE_USEDEP}]