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 24E8E1382C5 for ; Fri, 18 Jun 2021 13:16:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5CAD9E0875; Fri, 18 Jun 2021 13:16:02 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 33D5CE086F for ; Fri, 18 Jun 2021 13:16:02 +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 4B462335D6D for ; Fri, 18 Jun 2021 13:16:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7E58E7B6 for ; Fri, 18 Jun 2021 13:15:58 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1624022121.41805de90f7d0758f1ac3a1a3a20939dc8b74d7b.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/linbox/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/linbox/linbox-1.6.3-r1.ebuild sci-libs/linbox/linbox-1.6.3.ebuild X-VCS-Directories: sci-libs/linbox/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 41805de90f7d0758f1ac3a1a3a20939dc8b74d7b X-VCS-Branch: master Date: Fri, 18 Jun 2021 13:15:58 +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: a344eb74-5721-490c-ae9f-401281647935 X-Archives-Hash: 7d965bd7c4850f8a0715dc479ed01408 commit: 41805de90f7d0758f1ac3a1a3a20939dc8b74d7b Author: David Seifert gentoo org> AuthorDate: Fri Jun 18 13:15:21 2021 +0000 Commit: David Seifert gentoo org> CommitDate: Fri Jun 18 13:15:21 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41805de9 sci-libs/linbox: Depend on dev-libs/gmp[cxx(+)] Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: David Seifert gentoo.org> sci-libs/linbox/{linbox-1.6.3.ebuild => linbox-1.6.3-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-libs/linbox/linbox-1.6.3.ebuild b/sci-libs/linbox/linbox-1.6.3-r1.ebuild similarity index 99% rename from sci-libs/linbox/linbox-1.6.3.ebuild rename to sci-libs/linbox/linbox-1.6.3-r1.ebuild index 1bb97423c8c..75ff120dbae 100644 --- a/sci-libs/linbox/linbox-1.6.3.ebuild +++ b/sci-libs/linbox/linbox-1.6.3-r1.ebuild @@ -19,7 +19,7 @@ BDEPEND="doc? ( app-doc/doxygen )" # The project README says that gmp, givaro, and blas/lapack are required # transitively via fflas-ffpack, but that's not true. The build system # checks for them, and `git grep` shows that they're used directly. -DEPEND="dev-libs/gmp[cxx] +DEPEND="dev-libs/gmp[cxx(+)] =sci-libs/givaro-4.1* =sci-libs/fflas-ffpack-2.4* virtual/cblas