commit:     891f7a2ec8737660cf01e688d7eb21b17e536ae0
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Mon May 16 08:12:11 2022 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> 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 <soap <AT> 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
 

Reply via email to