diff options
author | Sam James <sam@gentoo.org> | 2022-03-10 04:44:36 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-03-10 21:09:35 +0000 |
commit | 125f3bca17624f2c6d525d0258158629044fc596 (patch) | |
tree | 5d6ecefa2838772ed14a817a6becbc6b9b96c6c1 /sci-libs/qd | |
parent | sci-libs/netcdf-cxx: [QA] fix UnusedInherits (autotools) (diff) | |
download | gentoo-125f3bca17624f2c6d525d0258158629044fc596.tar.gz gentoo-125f3bca17624f2c6d525d0258158629044fc596.tar.bz2 gentoo-125f3bca17624f2c6d525d0258158629044fc596.zip |
sci-libs/qd: [QA] fix UnusedInherits (autotools)
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sci-libs/qd')
-rw-r--r-- | sci-libs/qd/qd-2.3.23.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-libs/qd/qd-2.3.23.ebuild b/sci-libs/qd/qd-2.3.23.ebuild index e3d6651702a7..4517c4163f9f 100644 --- a/sci-libs/qd/qd-2.3.23.ebuild +++ b/sci-libs/qd/qd-2.3.23.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 FORTRAN_NEEDED=fortran -inherit autotools fortran-2 +inherit fortran-2 DESCRIPTION="Quad-double and double-double float arithmetics" HOMEPAGE="https://www.davidhbailey.com/dhbsoftware/" |