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 543AB13835A for ; Fri, 9 Apr 2021 18:26:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5ABEBE0817; Fri, 9 Apr 2021 18:26:51 +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 432BAE0817 for ; Fri, 9 Apr 2021 18:26:51 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 D239A335D39 for ; Fri, 9 Apr 2021 18:26:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3D2C063F for ; Fri, 9 Apr 2021 18:26:48 +0000 (UTC) From: "Matthias Maier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matthias Maier" Message-ID: <1617992787.8802d5c036f208bf430aadfc1d14e2dbcceffc97.tamiko@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/gmsh/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/gmsh/gmsh-4.6.0.ebuild X-VCS-Directories: sci-libs/gmsh/ X-VCS-Committer: tamiko X-VCS-Committer-Name: Matthias Maier X-VCS-Revision: 8802d5c036f208bf430aadfc1d14e2dbcceffc97 X-VCS-Branch: master Date: Fri, 9 Apr 2021 18:26:48 +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: 1b965c46-098c-43ee-b555-75e930bd1342 X-Archives-Hash: c926c4e717f0fbf4e9602ea585c947e3 commit: 8802d5c036f208bf430aadfc1d14e2dbcceffc97 Author: Matthias Maier gentoo org> AuthorDate: Fri Apr 9 16:30:47 2021 +0000 Commit: Matthias Maier gentoo org> CommitDate: Fri Apr 9 18:26:27 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8802d5c0 sci-libs/gmsh: add a useflag constraint Closes: https://bugs.gentoo.org/771681 Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Matthias Maier gentoo.org> sci-libs/gmsh/gmsh-4.6.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sci-libs/gmsh/gmsh-4.6.0.ebuild b/sci-libs/gmsh/gmsh-4.6.0.ebuild index 82c4c63a69b..df5ea5533a0 100644 --- a/sci-libs/gmsh/gmsh-4.6.0.ebuild +++ b/sci-libs/gmsh/gmsh-4.6.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -28,7 +28,7 @@ RDEPEND=" med? ( sci-libs/med[mpi] ) opencascade? ( sci-libs/opencascade:* ) png? ( media-libs/libpng:0 ) - petsc? ( sci-mathematics/petsc ) + petsc? ( sci-mathematics/petsc[mpi=] ) zlib? ( sys-libs/zlib ) mpi? ( virtual/mpi[cxx] )"