Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/netcdf-fortran/
Date: Mon, 31 May 2021 09:20:25
Message-Id: 1622452764.f16f8986095e36202a9272c17b85aaf8934a3dee.soap@gentoo
1 commit: f16f8986095e36202a9272c17b85aaf8934a3dee
2 Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 31 09:19:24 2021 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Mon May 31 09:19:24 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f16f8986
7
8 sci-libs/netcdf-fortran: drop deprecated ltprune eclass
9
10 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
11 Signed-off-by: David Seifert <soap <AT> gentoo.org>
12
13 sci-libs/netcdf-fortran/netcdf-fortran-4.4.3.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/sci-libs/netcdf-fortran/netcdf-fortran-4.4.3.ebuild b/sci-libs/netcdf-fortran/netcdf-fortran-4.4.3.ebuild
17 index 6d87c1dd19b..b2463eb94be 100644
18 --- a/sci-libs/netcdf-fortran/netcdf-fortran-4.4.3.ebuild
19 +++ b/sci-libs/netcdf-fortran/netcdf-fortran-4.4.3.ebuild
20 @@ -5,7 +5,7 @@ EAPI=6
21
22 FORTRAN_STANDARD="77 90"
23
24 -inherit autotools fortran-2 flag-o-matic ltprune
25 +inherit autotools fortran-2 flag-o-matic
26
27 DESCRIPTION="Scientific library and interface for array oriented data access"
28 HOMEPAGE="https://www.unidata.ucar.edu/software/netcdf/"
29 @@ -40,5 +40,5 @@ src_configure() {
30 src_install() {
31 default
32 use examples && dodoc -r examples
33 - prune_libtool_files
34 + find "${ED}" -name '*.la' -delete || die
35 }