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 2E0D6138239 for ; Sun, 12 Apr 2020 16:39:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3B597E09BB; Sun, 12 Apr 2020 16:39:33 +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 238B2E09BB for ; Sun, 12 Apr 2020 16:39:33 +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 2FBDA34F181 for ; Sun, 12 Apr 2020 16:39:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 503641EB for ; Sun, 12 Apr 2020 16:39:28 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1586707933.a858024fba6feb1ed2216e35f56974532b72991d.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: sys-cluster/redset/ X-VCS-Repository: repo/proj/guru X-VCS-Files: sys-cluster/redset/redset-0.0.4.ebuild X-VCS-Directories: sys-cluster/redset/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: a858024fba6feb1ed2216e35f56974532b72991d X-VCS-Branch: master Date: Sun, 12 Apr 2020 16:39:28 +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: 6050ad3e-75d0-4d49-9bff-7595d87846aa X-Archives-Hash: ed73bc3de53dfc94946859a7ba4821c2 Message-ID: <20200412163928.YEDKIfYevmz1QhacZoFN9pl2MKVItlEDHbLNvZ_ZJRM@z> commit: a858024fba6feb1ed2216e35f56974532b72991d Author: Andrew Ammerlaan riseup net> AuthorDate: Sun Apr 12 16:12:13 2020 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Sun Apr 12 16:12:13 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a858024f sys-cluster/redset: cmake-utils --> cmake Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Andrew Ammerlaan riseup.net> sys-cluster/redset/redset-0.0.4.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sys-cluster/redset/redset-0.0.4.ebuild b/sys-cluster/redset/redset-0.0.4.ebuild index 854aa01..1ef123b 100644 --- a/sys-cluster/redset/redset-0.0.4.ebuild +++ b/sys-cluster/redset/redset-0.0.4.ebuild @@ -3,7 +3,7 @@ EAPI="7" -inherit cmake-utils +inherit cmake DESCRIPTION="Low-level distributed erasure coding lib to protect datasets of MPI applications" HOMEPAGE="https://github.com/ECP-VeloC/redset" @@ -28,10 +28,10 @@ src_prepare() { #do not build static library sed -i '/redset-static/d' src/CMakeLists.txt default - cmake-utils_src_prepare + cmake_src_prepare } src_install() { - cmake-utils_src_install + cmake_src_install dodoc -r doc/rst/. }