aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan-Christofer Demay <jcdemay@gmail.com>2014-06-22 22:20:18 +0200
committerJonathan-Christofer Demay <jcdemay@gmail.com>2014-06-22 22:20:18 +0200
commit9d31fe0253025c7f7c08e0828889c1f012977bd5 (patch)
treea3a995406347ec60f61f881588bd4af8a2eb1c16 /sci-mathematics/pff/pff-8.4.ebuild
parentfix pkg_setup regression (diff)
downloadsci-9d31fe0253025c7f7c08e0828889c1f012977bd5.tar.gz
sci-9d31fe0253025c7f7c08e0828889c1f012977bd5.tar.bz2
sci-9d31fe0253025c7f7c08e0828889c1f012977bd5.zip
multiple move to EAPI=5 and regression fixes
Diffstat (limited to 'sci-mathematics/pff/pff-8.4.ebuild')
-rw-r--r--sci-mathematics/pff/pff-8.4.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-mathematics/pff/pff-8.4.ebuild b/sci-mathematics/pff/pff-8.4.ebuild
index 747366c36..5f0306daa 100644
--- a/sci-mathematics/pff/pff-8.4.ebuild
+++ b/sci-mathematics/pff/pff-8.4.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
-EAPI="2"
+EAPI="5"
DESCRIPTION="Library for reasoning about floating point numbers in coq"
HOMEPAGE="http://lipforge.ens-lyon.fr/www/pff/"