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 49507158086 for ; Wed, 6 Oct 2021 03:34:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D06DFE0917; Wed, 6 Oct 2021 03:34:38 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 61F69E090E for ; Wed, 6 Oct 2021 03:34:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6555834326E for ; Wed, 6 Oct 2021 03:34:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 189B4134 for ; Wed, 6 Oct 2021 03:34:36 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1633491147.3565ac667f77439f9a9d751dbf28fdab08c705f0.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/mandelbulber/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/mandelbulber/mandelbulber-2.26.ebuild X-VCS-Directories: media-gfx/mandelbulber/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 3565ac667f77439f9a9d751dbf28fdab08c705f0 X-VCS-Branch: master Date: Wed, 6 Oct 2021 03:34: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: 952f7d4e-bdba-49b0-a535-dab6129b32ae X-Archives-Hash: fc5947d97ee26136f3c9a3b753aaa618 commit: 3565ac667f77439f9a9d751dbf28fdab08c705f0 Author: Alexander Miller gmx de> AuthorDate: Mon Oct 4 21:09:21 2021 +0000 Commit: Sam James gentoo org> CommitDate: Wed Oct 6 03:32:27 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3565ac66 media-gfx/mandelbulber: Add missing openmp check Signed-off-by: Alexander Miller gmx.de> Signed-off-by: Sam James gentoo.org> media-gfx/mandelbulber/mandelbulber-2.26.ebuild | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/media-gfx/mandelbulber/mandelbulber-2.26.ebuild b/media-gfx/mandelbulber/mandelbulber-2.26.ebuild index 2a64d2e1740..59adb85693f 100644 --- a/media-gfx/mandelbulber/mandelbulber-2.26.ebuild +++ b/media-gfx/mandelbulber/mandelbulber-2.26.ebuild @@ -4,7 +4,7 @@ EAPI=8 MY_P="${PN}2-${PV}" -inherit desktop qmake-utils xdg-utils +inherit desktop qmake-utils toolchain-funcs xdg-utils DESCRIPTION="Tool to render 3D fractals" HOMEPAGE="https://www.mandelbulber.com" @@ -46,6 +46,14 @@ DEPEND="${RDEPEND} S=${WORKDIR}/${MY_P} +pkg_pretend() { + [[ ${MERGE_TYPE} != binary ]] && tc-check-openmp +} + +pkg_setup() { + [[ ${MERGE_TYPE} != binary ]] && tc-check-openmp +} + src_prepare() { default