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 79F6E158087 for ; Sun, 23 Jan 2022 14:08:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A0D6E2BC013; Sun, 23 Jan 2022 14:08:05 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 211D02BC013 for ; Sun, 23 Jan 2022 14:08:04 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D1CD2342D4E for ; Sun, 23 Jan 2022 14:08:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 139972A3 for ; Sun, 23 Jan 2022 14:08:02 +0000 (UTC) From: "罗百科" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "罗百科" Message-ID: <1642946868.9334ecb37c878660f72cba3d09e860ce542b8ae0.patrick@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/yafu/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-mathematics/yafu/yafu-1.34.3-r1.ebuild X-VCS-Directories: sci-mathematics/yafu/ X-VCS-Committer: patrick X-VCS-Committer-Name: 罗百科 X-VCS-Revision: 9334ecb37c878660f72cba3d09e860ce542b8ae0 X-VCS-Branch: master Date: Sun, 23 Jan 2022 14:08:02 +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: fbe4b306-99aa-4d69-8624-4aeddf1eb0de X-Archives-Hash: edb19c4e928032c96579445684810f09 commit: 9334ecb37c878660f72cba3d09e860ce542b8ae0 Author: Patrick Lauer gentoo org> AuthorDate: Sun Jan 23 14:07:39 2022 +0000 Commit: 罗百科 gentoo org> CommitDate: Sun Jan 23 14:07:48 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9334ecb3 sci-mathematics/yafu: Add openmp dependency Closes: https://bugs.gentoo.org/831890 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Patrick Lauer gentoo.org> sci-mathematics/yafu/yafu-1.34.3-r1.ebuild | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/sci-mathematics/yafu/yafu-1.34.3-r1.ebuild b/sci-mathematics/yafu/yafu-1.34.3-r1.ebuild index 24b5c5e29c94..dd3a36e87d85 100644 --- a/sci-mathematics/yafu/yafu-1.34.3-r1.ebuild +++ b/sci-mathematics/yafu/yafu-1.34.3-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -15,6 +15,10 @@ LICENSE="public-domain" KEYWORDS="~amd64 ~x86" DEPEND=" + || ( + >=sys-devel/gcc-4.2:*[openmp] + sys-devel/clang-runtime:*[openmp] + ) dev-libs/gmp:0= sci-mathematics/gmp-ecm" RDEPEND="${DEPEND}"