diff options
author | 2021-12-16 11:49:42 +0100 | |
---|---|---|
committer | 2021-12-16 11:49:42 +0100 | |
commit | 6fe4bc6ca3ea534485dbfa961b663f740e70bdfc (patch) | |
tree | 857c34096de65cfc40f86b50f06fa009970287e4 /sci-libs/xblas | |
parent | sci-libs/vxl: drop UnusedInherits (diff) | |
download | sci-6fe4bc6ca3ea534485dbfa961b663f740e70bdfc.tar.gz sci-6fe4bc6ca3ea534485dbfa961b663f740e70bdfc.tar.bz2 sci-6fe4bc6ca3ea534485dbfa961b663f740e70bdfc.zip |
sci-libs/xblas: drop UnusedInherits
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Diffstat (limited to 'sci-libs/xblas')
-rw-r--r-- | sci-libs/xblas/xblas-1.0.248-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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/" |