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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B8939158090 for ; Mon, 16 May 2022 08:12:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 716D5E091C; Mon, 16 May 2022 08:12:41 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 564F8E091C for ; Mon, 16 May 2022 08:12:41 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6EE2F341760 for ; Mon, 16 May 2022 08:12:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2DC8B4C8 for ; Mon, 16 May 2022 08:12:36 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1652688744.faf769d186491d3a619407ad1da95f799eec8292.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/symengine/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/symengine/symengine-0.6.0-r1.ebuild sci-libs/symengine/symengine-0.7.0-r1.ebuild sci-libs/symengine/symengine-0.8.1-r1.ebuild sci-libs/symengine/symengine-0.9.0.ebuild X-VCS-Directories: sci-libs/symengine/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: faf769d186491d3a619407ad1da95f799eec8292 X-VCS-Branch: master Date: Mon, 16 May 2022 08:12:36 +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: 16c0352c-ffc9-45e4-ac87-25c03f54382c X-Archives-Hash: c477e9306221be5a36a9964aa644428d commit: faf769d186491d3a619407ad1da95f799eec8292 Author: David Seifert gentoo org> AuthorDate: Mon May 16 08:12:24 2022 +0000 Commit: David Seifert gentoo org> CommitDate: Mon May 16 08:12:24 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=faf769d1 sci-libs/symengine: [QA] use tc-check-openmp correctly Signed-off-by: David Seifert gentoo.org> sci-libs/symengine/symengine-0.6.0-r1.ebuild | 6 +++++- sci-libs/symengine/symengine-0.7.0-r1.ebuild | 6 +++++- sci-libs/symengine/symengine-0.8.1-r1.ebuild | 6 +++++- sci-libs/symengine/symengine-0.9.0.ebuild | 4 ++-- 4 files changed, 17 insertions(+), 5 deletions(-) diff --git a/sci-libs/symengine/symengine-0.6.0-r1.ebuild b/sci-libs/symengine/symengine-0.6.0-r1.ebuild index 1454ac3431a0..1abca70085d2 100644 --- a/sci-libs/symengine/symengine-0.6.0-r1.ebuild +++ b/sci-libs/symengine/symengine-0.6.0-r1.ebuild @@ -31,7 +31,11 @@ DEPEND="${RDEPEND} " pkg_pretend() { - use openmp && [[ ${MERGE_TYPE} != binary ]] && tc-check-openmp + [[ ${MERGE_TYPE} != binary ]] && use openmp && tc-check-openmp +} + +pkg_setup() { + [[ ${MERGE_TYPE} != binary ]] && use openmp && tc-check-openmp } src_prepare() { diff --git a/sci-libs/symengine/symengine-0.7.0-r1.ebuild b/sci-libs/symengine/symengine-0.7.0-r1.ebuild index 8b1becc43784..1ffb62e2d6eb 100644 --- a/sci-libs/symengine/symengine-0.7.0-r1.ebuild +++ b/sci-libs/symengine/symengine-0.7.0-r1.ebuild @@ -35,7 +35,11 @@ PATCHES=( ) pkg_pretend() { - use openmp && [[ ${MERGE_TYPE} != binary ]] && tc-check-openmp + [[ ${MERGE_TYPE} != binary ]] && use openmp && tc-check-openmp +} + +pkg_setup() { + [[ ${MERGE_TYPE} != binary ]] && use openmp && tc-check-openmp } src_prepare() { diff --git a/sci-libs/symengine/symengine-0.8.1-r1.ebuild b/sci-libs/symengine/symengine-0.8.1-r1.ebuild index 68c0939697b8..c389bae57034 100644 --- a/sci-libs/symengine/symengine-0.8.1-r1.ebuild +++ b/sci-libs/symengine/symengine-0.8.1-r1.ebuild @@ -34,7 +34,11 @@ PATCHES=( ) pkg_pretend() { - use openmp && [[ ${MERGE_TYPE} != binary ]] && tc-check-openmp + [[ ${MERGE_TYPE} != binary ]] && use openmp && tc-check-openmp +} + +pkg_setup() { + [[ ${MERGE_TYPE} != binary ]] && use openmp && tc-check-openmp } src_prepare() { diff --git a/sci-libs/symengine/symengine-0.9.0.ebuild b/sci-libs/symengine/symengine-0.9.0.ebuild index c4f5a9c49a23..bf374c6ddaca 100644 --- a/sci-libs/symengine/symengine-0.9.0.ebuild +++ b/sci-libs/symengine/symengine-0.9.0.ebuild @@ -35,11 +35,11 @@ PATCHES=( ) pkg_pretend() { - use openmp && [[ ${MERGE_TYPE} != binary ]] && tc-check-openmp + [[ ${MERGE_TYPE} != binary ]] && use openmp && tc-check-openmp } pkg_setup() { - use openmp && [[ ${MERGE_TYPE} != binary ]] && tc-check-openmp + [[ ${MERGE_TYPE} != binary ]] && use openmp && tc-check-openmp use llvm && llvm_pkg_setup }