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 4389C1382C5 for ; Wed, 7 Apr 2021 05:24:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E81A1E09C6; Wed, 7 Apr 2021 05:24:39 +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 C7CBEE08C4 for ; Wed, 7 Apr 2021 05:24:39 +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 02667340B23 for ; Wed, 7 Apr 2021 05:24:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 266BB47 for ; Wed, 7 Apr 2021 05:24:35 +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: <1617773063.5f18ee25512686ce1959e169c55c32a9786fcf4a.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/rpm/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-arch/rpm/rpm-4.16.0.ebuild X-VCS-Directories: app-arch/rpm/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 5f18ee25512686ce1959e169c55c32a9786fcf4a X-VCS-Branch: master Date: Wed, 7 Apr 2021 05:24: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: 3f1cb297-7517-4980-85c6-8983042a75e1 X-Archives-Hash: f51547fb37c0b24864f8ac0303b2059c commit: 5f18ee25512686ce1959e169c55c32a9786fcf4a Author: Sam James gentoo org> AuthorDate: Wed Apr 7 02:36:59 2021 +0000 Commit: Sam James gentoo org> CommitDate: Wed Apr 7 05:24:23 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f18ee25 app-arch/rpm: add bug reference to OpenMP check Bug: https://bugs.gentoo.org/779769 Signed-off-by: Sam James gentoo.org> app-arch/rpm/rpm-4.16.0.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/app-arch/rpm/rpm-4.16.0.ebuild b/app-arch/rpm/rpm-4.16.0.ebuild index af422db8c46..3e6a36bfe07 100644 --- a/app-arch/rpm/rpm-4.16.0.ebuild +++ b/app-arch/rpm/rpm-4.16.0.ebuild @@ -61,6 +61,7 @@ pkg_setup() { use lua && lua-single_pkg_setup use python && python-single-r1_pkg_setup + # Added USE=openmp and this check for bug #779769 [[ ${MERGE_TYPE} != binary ]] && use openmp && tc-check-openmp }