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 4D3E2158086 for ; Thu, 16 Dec 2021 10:57:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 198D82BC03D; Thu, 16 Dec 2021 10:57:34 +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 D594C2BC03D for ; Thu, 16 Dec 2021 10:57:33 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 smtp.gentoo.org (Postfix) with ESMTPS id 87637343528 for ; Thu, 16 Dec 2021 10:57:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 01836266 for ; Thu, 16 Dec 2021 10:57:30 +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: <1639651782.6fe4bc6ca3ea534485dbfa961b663f740e70bdfc.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: 6fe4bc6ca3ea534485dbfa961b663f740e70bdfc X-VCS-Branch: master Date: Thu, 16 Dec 2021 10:57:30 +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: d9d03ae8-3ed5-4014-97e5-721479ba8e52 X-Archives-Hash: 9e7b76743c6c66cd60327c889414b30c commit: 6fe4bc6ca3ea534485dbfa961b663f740e70bdfc Author: Andrew Ammerlaan gentoo org> AuthorDate: Thu Dec 16 10:49:42 2021 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Thu Dec 16 10:49:42 2021 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=6fe4bc6c sci-libs/xblas: drop UnusedInherits 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 1467ccc19..97eafe922 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 flag-o-matic fortran-2 numeric-int64-multibuild toolchain-funcs +inherit fortran-2 numeric-int64-multibuild toolchain-funcs DESCRIPTION="Extra Precise Basic Linear Algebra Subroutines" HOMEPAGE="https://www.netlib.org/xblas/"