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 16B661382C5 for ; Fri, 18 Jun 2021 13:16:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0BA1AE086E; Fri, 18 Jun 2021 13:16:01 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 E7A66E084A for ; Fri, 18 Jun 2021 13:16:00 +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 DCFFC335D6D for ; Fri, 18 Jun 2021 13:15:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 453937B3 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: <1624022112.3b94950de8836f3d760de1fdcd6c6b70fc8c7d7f.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/fflas-ffpack/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/fflas-ffpack/fflas-ffpack-2.4.3-r1.ebuild sci-libs/fflas-ffpack/fflas-ffpack-2.4.3.ebuild X-VCS-Directories: sci-libs/fflas-ffpack/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 3b94950de8836f3d760de1fdcd6c6b70fc8c7d7f 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: 7a036443-8544-4fdd-8cb3-532675f9caa0 X-Archives-Hash: 3107110317f70f75734c7dd783ed1e58 commit: 3b94950de8836f3d760de1fdcd6c6b70fc8c7d7f Author: David Seifert gentoo org> AuthorDate: Fri Jun 18 13:15:12 2021 +0000 Commit: David Seifert gentoo org> CommitDate: Fri Jun 18 13:15:12 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b94950d sci-libs/fflas-ffpack: Depend on dev-libs/gmp[cxx(+)] Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: David Seifert gentoo.org> .../{fflas-ffpack-2.4.3.ebuild => fflas-ffpack-2.4.3-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-libs/fflas-ffpack/fflas-ffpack-2.4.3.ebuild b/sci-libs/fflas-ffpack/fflas-ffpack-2.4.3-r1.ebuild similarity index 98% rename from sci-libs/fflas-ffpack/fflas-ffpack-2.4.3.ebuild rename to sci-libs/fflas-ffpack/fflas-ffpack-2.4.3-r1.ebuild index dd595ce5962..574fe036ecf 100644 --- a/sci-libs/fflas-ffpack/fflas-ffpack-2.4.3.ebuild +++ b/sci-libs/fflas-ffpack/fflas-ffpack-2.4.3-r1.ebuild @@ -19,7 +19,7 @@ BDEPEND="virtual/pkgconfig" DEPEND="virtual/cblas virtual/blas virtual/lapack - dev-libs/gmp[cxx] + dev-libs/gmp[cxx(+)] =sci-libs/givaro-4.1*" RDEPEND="${DEPEND}"