summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2020-02-15 11:02:25 +0100
committerDavid Seifert <soap@gentoo.org>2020-02-15 11:02:25 +0100
commitb6de5987b454f7a5450b01e259aade4bacae4f8a (patch)
tree3d38c9fe9accc5fc45eae4ed378a42f642c011b9 /sci-libs/fplll
parentsci-libs/colpack: [QA] inherit ltprune.eclass directly (diff)
downloadgentoo-b6de5987b454f7a5450b01e259aade4bacae4f8a.tar.gz
gentoo-b6de5987b454f7a5450b01e259aade4bacae4f8a.tar.bz2
gentoo-b6de5987b454f7a5450b01e259aade4bacae4f8a.zip
sci-libs/fplll: [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/fplll')
-rw-r--r--sci-libs/fplll/fplll-4.0.4.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-libs/fplll/fplll-4.0.4.ebuild b/sci-libs/fplll/fplll-4.0.4.ebuild
index bb87e6a41656..a2ed80e8e145 100644
--- a/sci-libs/fplll/fplll-4.0.4.ebuild
+++ b/sci-libs/fplll/fplll-4.0.4.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
-inherit eutils
+inherit eutils ltprune
DESCRIPTION="Different implementations of the floating-point LLL reduction algorithm"
HOMEPAGE="http://perso.ens-lyon.fr/damien.stehle/index.html#software"