diff options
author | David Seifert <soap@gentoo.org> | 2020-02-15 11:02:12 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2020-02-15 11:02:12 +0100 |
commit | 45e1b6d099605cfab8686aadc89a24fdafabfc88 (patch) | |
tree | 58646ccd224782055056735c0e35b8a148602436 /sci-astronomy/pal/pal-0.9.7.ebuild | |
parent | sci-astronomy/healpix: [QA] inherit ltprune.eclass directly (diff) | |
download | gentoo-45e1b6d099605cfab8686aadc89a24fdafabfc88.tar.gz gentoo-45e1b6d099605cfab8686aadc89a24fdafabfc88.tar.bz2 gentoo-45e1b6d099605cfab8686aadc89a24fdafabfc88.zip |
sci-astronomy/pal: [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-astronomy/pal/pal-0.9.7.ebuild')
-rw-r--r-- | sci-astronomy/pal/pal-0.9.7.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-astronomy/pal/pal-0.9.7.ebuild b/sci-astronomy/pal/pal-0.9.7.ebuild index c165f47d600a..fd11ad2b6641 100644 --- a/sci-astronomy/pal/pal-0.9.7.ebuild +++ b/sci-astronomy/pal/pal-0.9.7.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2017 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 DESCRIPTION="Positional Astronomy Library" HOMEPAGE="https://github.com/Starlink/pal" |