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 2AA7F138359 for ; Fri, 4 Sep 2020 14:44:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1DE18E0848; Fri, 4 Sep 2020 14:44:44 +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 01BE4E0848 for ; Fri, 4 Sep 2020 14:44:43 +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 DD258340D2E for ; Fri, 4 Sep 2020 14:44:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 54498342 for ; Fri, 4 Sep 2020 14:44:41 +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: <1599230634.840c7d80b666321a3969b7bd83c2c28e568e1428.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ros/urg_node/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ros/urg_node/urg_node-0.1.13.ebuild dev-ros/urg_node/urg_node-9999.ebuild X-VCS-Directories: dev-ros/urg_node/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 840c7d80b666321a3969b7bd83c2c28e568e1428 X-VCS-Branch: master Date: Fri, 4 Sep 2020 14:44:41 +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: 98f52ac3-af27-49f6-a6d3-50bcdb8d9b05 X-Archives-Hash: 0df3311034f82841941b35e83293b02a commit: 840c7d80b666321a3969b7bd83c2c28e568e1428 Author: Alexis Ballier gentoo org> AuthorDate: Fri Sep 4 14:43:54 2020 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Fri Sep 4 14:43:54 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=840c7d80 dev-ros/urg_node: use make instead of ninja Closes: https://bugs.gentoo.org/735106 Package-Manager: Portage-3.0.5, Repoman-3.0.1 Signed-off-by: Alexis Ballier gentoo.org> dev-ros/urg_node/urg_node-0.1.13.ebuild | 3 +++ dev-ros/urg_node/urg_node-9999.ebuild | 3 +++ 2 files changed, 6 insertions(+) diff --git a/dev-ros/urg_node/urg_node-0.1.13.ebuild b/dev-ros/urg_node/urg_node-0.1.13.ebuild index 3cfaf52c5d2..cd680c30f62 100644 --- a/dev-ros/urg_node/urg_node-0.1.13.ebuild +++ b/dev-ros/urg_node/urg_node-0.1.13.ebuild @@ -32,3 +32,6 @@ DEPEND="${RDEPEND} dev-ros/roslaunch ) " + +# https://bugs.gentoo.org/735106 +CMAKE_MAKEFILE_GENERATOR=emake diff --git a/dev-ros/urg_node/urg_node-9999.ebuild b/dev-ros/urg_node/urg_node-9999.ebuild index 3cfaf52c5d2..cd680c30f62 100644 --- a/dev-ros/urg_node/urg_node-9999.ebuild +++ b/dev-ros/urg_node/urg_node-9999.ebuild @@ -32,3 +32,6 @@ DEPEND="${RDEPEND} dev-ros/roslaunch ) " + +# https://bugs.gentoo.org/735106 +CMAKE_MAKEFILE_GENERATOR=emake