summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2020-02-15 11:02:19 +0100
committerDavid Seifert <soap@gentoo.org>2020-02-15 11:02:19 +0100
commitca19a6e6b5cf553a54845d3c5fb1c43e14494d47 (patch)
tree73e16c203e8d0c82a21d1c35224cba81a325b2d5 /sci-libs/cddlib
parentsci-libs/ccfits: [QA] inherit ltprune.eclass directly (diff)
downloadgentoo-ca19a6e6b5cf553a54845d3c5fb1c43e14494d47.tar.gz
gentoo-ca19a6e6b5cf553a54845d3c5fb1c43e14494d47.tar.bz2
gentoo-ca19a6e6b5cf553a54845d3c5fb1c43e14494d47.zip
sci-libs/cddlib: [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/cddlib')
-rw-r--r--sci-libs/cddlib/cddlib-094h.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-libs/cddlib/cddlib-094h.ebuild b/sci-libs/cddlib/cddlib-094h.ebuild
index d9dd28bdddb4..217d76f23f08 100644
--- a/sci-libs/cddlib/cddlib-094h.ebuild
+++ b/sci-libs/cddlib/cddlib-094h.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 autotools eutils
+inherit autotools eutils ltprune
DESCRIPTION="C implementation of the Double Description Method of Motzkin et al"
HOMEPAGE="https://www.inf.ethz.ch/personal/fukudak/cdd_home/"