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 C24B61382C5 for ; Mon, 5 Apr 2021 14:09:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 109EDE03EC; Mon, 5 Apr 2021 14:07:47 +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 8D5CFE0895 for ; Mon, 5 Apr 2021 14:07:45 +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 E64E3335C77 for ; Mon, 5 Apr 2021 14:07:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 64D69C3 for ; Mon, 5 Apr 2021 14:07:42 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1617631647.b1995e92eaa58b28f8428732b002fa8ca49167ab.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/arb/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-mathematics/arb/arb-2.18.1.ebuild X-VCS-Directories: sci-mathematics/arb/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: b1995e92eaa58b28f8428732b002fa8ca49167ab X-VCS-Branch: master Date: Mon, 5 Apr 2021 14:07:42 +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: e1b0d360-74d2-4096-8692-c85d7cb26db9 X-Archives-Hash: 85fcb1218f062779fa71ac38824c5970 commit: b1995e92eaa58b28f8428732b002fa8ca49167ab Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Apr 5 10:45:06 2021 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Apr 5 14:07:27 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1995e92 sci-mathematics/arb: Switch to cmake.eclass Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Andreas Sturmlechner gentoo.org> sci-mathematics/arb/arb-2.18.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sci-mathematics/arb/arb-2.18.1.ebuild b/sci-mathematics/arb/arb-2.18.1.ebuild index 61990112221..ec1bac182a3 100644 --- a/sci-mathematics/arb/arb-2.18.1.ebuild +++ b/sci-mathematics/arb/arb-2.18.1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit cmake-utils +inherit cmake DESCRIPTION="C library for arbitrary-precision interval arithmetic" HOMEPAGE="https://fredrikj.net/arb/" @@ -33,5 +33,5 @@ src_configure() { -DBUILD_TESTING="$(usex test)" ) - cmake-utils_src_configure + cmake_src_configure }