diff options
author | David Seifert <soap@gentoo.org> | 2020-02-15 11:02:46 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2020-02-15 11:02:46 +0100 |
commit | f986edb17e3c45e299322e685164a09338be3801 (patch) | |
tree | 675d4fc7daa6a44e828193e41010662bda371de4 /sci-mathematics/pspp | |
parent | sci-mathematics/normaliz: [QA] inherit ltprune.eclass directly (diff) | |
download | gentoo-f986edb17e3c45e299322e685164a09338be3801.tar.gz gentoo-f986edb17e3c45e299322e685164a09338be3801.tar.bz2 gentoo-f986edb17e3c45e299322e685164a09338be3801.zip |
sci-mathematics/pspp: [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-mathematics/pspp')
-rw-r--r-- | sci-mathematics/pspp/pspp-1.2.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-mathematics/pspp/pspp-1.2.0.ebuild b/sci-mathematics/pspp/pspp-1.2.0.ebuild index 656818f70b26..80c1c85576e4 100644 --- a/sci-mathematics/pspp/pspp-1.2.0.ebuild +++ b/sci-mathematics/pspp/pspp-1.2.0.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit eutils elisp-common +inherit eutils elisp-common ltprune DESCRIPTION="Program for statistical analysis of sampled data" HOMEPAGE="https://www.gnu.org/software/pspp/pspp.html" |