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 22549158086 for ; Thu, 16 Dec 2021 11:07:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 15BA52BC00B; Thu, 16 Dec 2021 11:07:29 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 48D222BC01F for ; Thu, 16 Dec 2021 11:07:28 +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 0708C3434FF for ; Thu, 16 Dec 2021 11:07:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 705FF24E for ; Thu, 16 Dec 2021 11:07:25 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1639652828.b2d8225b3f9eb25c6c6c4e3723c893c2ad2d0a51.andrewammerlaan@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-libs/xblas/ X-VCS-Repository: proj/sci X-VCS-Files: sci-libs/xblas/xblas-1.0.248-r1.ebuild X-VCS-Directories: sci-libs/xblas/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: b2d8225b3f9eb25c6c6c4e3723c893c2ad2d0a51 X-VCS-Branch: master Date: Thu, 16 Dec 2021 11:07:25 +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: 8ed78dd9-89ab-4088-926e-e538eeb2be32 X-Archives-Hash: 5844d2125052737ea2864e985d7f8330 commit: b2d8225b3f9eb25c6c6c4e3723c893c2ad2d0a51 Author: Andrew Ammerlaan gentoo org> AuthorDate: Thu Dec 16 11:07:08 2021 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Thu Dec 16 11:07:08 2021 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=b2d8225b sci-libs/xblas: fix IndirectInherits Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Andrew Ammerlaan gentoo.org> sci-libs/xblas/xblas-1.0.248-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-libs/xblas/xblas-1.0.248-r1.ebuild b/sci-libs/xblas/xblas-1.0.248-r1.ebuild index 97eafe922..a5b0c8cf4 100644 --- a/sci-libs/xblas/xblas-1.0.248-r1.ebuild +++ b/sci-libs/xblas/xblas-1.0.248-r1.ebuild @@ -6,7 +6,7 @@ EAPI=7 NUMERIC_MODULE_NAME="xblas" FORTRAN_NEEDED=fortran -inherit fortran-2 numeric-int64-multibuild toolchain-funcs +inherit fortran-2 numeric numeric-int64-multibuild multilib toolchain-funcs DESCRIPTION="Extra Precise Basic Linear Algebra Subroutines" HOMEPAGE="https://www.netlib.org/xblas/"