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 C6D07138359 for ; Fri, 7 Aug 2020 13:16:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A9D6BE086E; Fri, 7 Aug 2020 13:16:39 +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 920ADE086E for ; Fri, 7 Aug 2020 13:16:39 +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 68A0534F4AB for ; Fri, 7 Aug 2020 13:16:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CA4A9313 for ; Fri, 7 Aug 2020 13:16:35 +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: <1596806178.2e37bc025b9ffd7336d81a8a3bb92004f9d5fb8b.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ros/laser_cb_detector/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ros/laser_cb_detector/laser_cb_detector-0.10.14.ebuild dev-ros/laser_cb_detector/laser_cb_detector-9999.ebuild X-VCS-Directories: dev-ros/laser_cb_detector/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 2e37bc025b9ffd7336d81a8a3bb92004f9d5fb8b X-VCS-Branch: master Date: Fri, 7 Aug 2020 13:16:35 +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: 7d5cdbe2-2cf3-49ef-91f2-f322cc24951b X-Archives-Hash: 9e4463235d11a6d6e1a7da325d23b175 commit: 2e37bc025b9ffd7336d81a8a3bb92004f9d5fb8b Author: Alexis Ballier gentoo org> AuthorDate: Fri Aug 7 13:03:21 2020 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Fri Aug 7 13:16:18 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e37bc02 dev-ros/laser_cb_detector: add usedep for tests Closes: https://bugs.gentoo.org/736220 Package-Manager: Portage-3.0.1, Repoman-2.3.23 Signed-off-by: Alexis Ballier gentoo.org> dev-ros/laser_cb_detector/laser_cb_detector-0.10.14.ebuild | 1 + dev-ros/laser_cb_detector/laser_cb_detector-9999.ebuild | 1 + 2 files changed, 2 insertions(+) diff --git a/dev-ros/laser_cb_detector/laser_cb_detector-0.10.14.ebuild b/dev-ros/laser_cb_detector/laser_cb_detector-0.10.14.ebuild index 682fde80756..5cfe8cc43d4 100644 --- a/dev-ros/laser_cb_detector/laser_cb_detector-0.10.14.ebuild +++ b/dev-ros/laser_cb_detector/laser_cb_detector-0.10.14.ebuild @@ -30,6 +30,7 @@ DEPEND="${RDEPEND} dev-ros/std_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] test? ( dev-cpp/gtest + media-libs/opencv[png] ) " PATCHES=( "${FILESDIR}/gcc6.patch" "${FILESDIR}/boost170.patch" "${FILESDIR}/ocv4.patch" "${FILESDIR}/ocv4-2.patch" ) diff --git a/dev-ros/laser_cb_detector/laser_cb_detector-9999.ebuild b/dev-ros/laser_cb_detector/laser_cb_detector-9999.ebuild index 682fde80756..5cfe8cc43d4 100644 --- a/dev-ros/laser_cb_detector/laser_cb_detector-9999.ebuild +++ b/dev-ros/laser_cb_detector/laser_cb_detector-9999.ebuild @@ -30,6 +30,7 @@ DEPEND="${RDEPEND} dev-ros/std_msgs[${CATKIN_MESSAGES_CXX_USEDEP}] test? ( dev-cpp/gtest + media-libs/opencv[png] ) " PATCHES=( "${FILESDIR}/gcc6.patch" "${FILESDIR}/boost170.patch" "${FILESDIR}/ocv4.patch" "${FILESDIR}/ocv4-2.patch" )