commit: 150de0a45c940a2ada48942cf69d15bf7c1ed2df Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Thu Jan 13 03:56:26 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Thu Jan 13 03:56:26 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=150de0a4
sci-libs/netcdf-fortran: fix UnusedInherits Signed-off-by: Sam James <sam <AT> gentoo.org> sci-libs/netcdf-fortran/netcdf-fortran-4.5.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sci-libs/netcdf-fortran/netcdf-fortran-4.5.4.ebuild b/sci-libs/netcdf-fortran/netcdf-fortran-4.5.4.ebuild index 49803dfd5170..2e163ea93b82 100644 --- a/sci-libs/netcdf-fortran/netcdf-fortran-4.5.4.ebuild +++ b/sci-libs/netcdf-fortran/netcdf-fortran-4.5.4.ebuild @@ -5,7 +5,7 @@ EAPI=8 FORTRAN_STANDARD="77 90" -inherit autotools fortran-2 flag-o-matic +inherit autotools fortran-2 DESCRIPTION="Scientific library and interface for array oriented data access" HOMEPAGE="https://www.unidata.ucar.edu/software/netcdf/"
