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 C2518158090 for ; Mon, 16 May 2022 08:12:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CA61AE08F2; Mon, 16 May 2022 08:12:39 +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 AF5FFE08F2 for ; Mon, 16 May 2022 08:12:39 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 AE75C3416F0 for ; Mon, 16 May 2022 08:12:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 43383474 for ; Mon, 16 May 2022 08:12:35 +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: <1652688731.891f7a2ec8737660cf01e688d7eb21b17e536ae0.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/libimagequant/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/libimagequant/libimagequant-2.15.1.ebuild X-VCS-Directories: media-gfx/libimagequant/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 891f7a2ec8737660cf01e688d7eb21b17e536ae0 X-VCS-Branch: master Date: Mon, 16 May 2022 08:12:35 +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: f1fbdc23-cd77-4634-8d14-69f280a56b84 X-Archives-Hash: a9a090b3fd53f95d58fde986ecc541e6 commit: 891f7a2ec8737660cf01e688d7eb21b17e536ae0 Author: David Seifert gentoo org> AuthorDate: Mon May 16 08:12:11 2022 +0000 Commit: David Seifert gentoo org> CommitDate: Mon May 16 08:12:11 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=891f7a2e media-gfx/libimagequant: [QA] use tc-check-openmp correctly Signed-off-by: David Seifert gentoo.org> media-gfx/libimagequant/libimagequant-2.15.1.ebuild | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/media-gfx/libimagequant/libimagequant-2.15.1.ebuild b/media-gfx/libimagequant/libimagequant-2.15.1.ebuild index 46dfea64c280..f62f7874c63a 100644 --- a/media-gfx/libimagequant/libimagequant-2.15.1.ebuild +++ b/media-gfx/libimagequant/libimagequant-2.15.1.ebuild @@ -23,6 +23,10 @@ pkg_pretend() { [[ ${MERGE_TYPE} != binary ]] && use openmp && tc-check-openmp } +pkg_setup() { + [[ ${MERGE_TYPE} != binary ]] && use openmp && tc-check-openmp +} + src_prepare() { default