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 5D600138334 for ; Wed, 2 Jan 2019 10:31:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7630BE0BB1; Wed, 2 Jan 2019 10:31:50 +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 5264EE0BB1 for ; Wed, 2 Jan 2019 10:31:50 +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 21E84335C77 for ; Wed, 2 Jan 2019 10:31:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A53BD463 for ; Wed, 2 Jan 2019 10:31:47 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1546425102.9b5bae412263f24a9842f3dc148820eb7e722ef8.jlec@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/cholmod/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/cholmod/cholmod-2.1.2.ebuild X-VCS-Directories: sci-libs/cholmod/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 9b5bae412263f24a9842f3dc148820eb7e722ef8 X-VCS-Branch: master Date: Wed, 2 Jan 2019 10:31:47 +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: aa9de180-7c59-4880-b0a7-20dc309cc382 X-Archives-Hash: 2628a3bd4c7c96ad5cd94259419ce426 commit: 9b5bae412263f24a9842f3dc148820eb7e722ef8 Author: Justin Lecher gentoo org> AuthorDate: Wed Jan 2 10:31:21 2019 +0000 Commit: Justin Lecher gentoo org> CommitDate: Wed Jan 2 10:31:42 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b5bae41 sci-libs/cholmod: fix metis dep Closes: https://bugs.gentoo.org/672000 Package-Manager: Portage-2.3.53, Repoman-2.3.12 Signed-off-by: Justin Lecher gentoo.org> sci-libs/cholmod/cholmod-2.1.2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sci-libs/cholmod/cholmod-2.1.2.ebuild b/sci-libs/cholmod/cholmod-2.1.2.ebuild index a0460f5c4b6..4ac53c86196 100644 --- a/sci-libs/cholmod/cholmod-2.1.2.ebuild +++ b/sci-libs/cholmod/cholmod-2.1.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -22,7 +22,7 @@ RDEPEND=" metis? ( >=sci-libs/camd-2.3 >=sci-libs/ccolamd-2.8 - || ( sci-libs/metis sci-libs/parmetis ) )" + || (