diff options
author | David Seifert <soap@gentoo.org> | 2020-02-15 11:02:36 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2020-02-15 11:02:36 +0100 |
commit | 134f80da5a8603e1c4bc7bc993091e37812a91a1 (patch) | |
tree | f081d0ae6a82b805389d2242098d955786bed0f9 /sci-libs/netcdf-cxx | |
parent | sci-libs/netcdf: [QA] inherit ltprune.eclass directly (diff) | |
download | gentoo-134f80da5a8603e1c4bc7bc993091e37812a91a1.tar.gz gentoo-134f80da5a8603e1c4bc7bc993091e37812a91a1.tar.bz2 gentoo-134f80da5a8603e1c4bc7bc993091e37812a91a1.zip |
sci-libs/netcdf-cxx: [QA] inherit ltprune.eclass directly
Package-Manager: Portage-2.3.88, Repoman-2.3.20
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'sci-libs/netcdf-cxx')
-rw-r--r-- | sci-libs/netcdf-cxx/netcdf-cxx-4.2.1-r1.ebuild | 4 | ||||
-rw-r--r-- | sci-libs/netcdf-cxx/netcdf-cxx-4.3.0.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sci-libs/netcdf-cxx/netcdf-cxx-4.2.1-r1.ebuild b/sci-libs/netcdf-cxx/netcdf-cxx-4.2.1-r1.ebuild index 92e54788bdc2..fa311868cb0b 100644 --- a/sci-libs/netcdf-cxx/netcdf-cxx-4.2.1-r1.ebuild +++ b/sci-libs/netcdf-cxx/netcdf-cxx-4.2.1-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit eutils +inherit eutils ltprune MYP=${PN}4-${PV} diff --git a/sci-libs/netcdf-cxx/netcdf-cxx-4.3.0.ebuild b/sci-libs/netcdf-cxx/netcdf-cxx-4.3.0.ebuild index 43463f50c10f..c64a6ff9763c 100644 --- a/sci-libs/netcdf-cxx/netcdf-cxx-4.3.0.ebuild +++ b/sci-libs/netcdf-cxx/netcdf-cxx-4.3.0.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit eutils +inherit eutils ltprune MYP=${PN}4-${PV} |