summaryrefslogtreecommitdiff
path: root/sci-libs
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2015-12-20 17:44:18 +0100
committerJustin Lecher <jlec@gentoo.org>2015-12-20 18:06:44 +0100
commit328b892fae4e9d10e125ec3da33522d892852c38 (patch)
tree1f1941cfa274965fbfcaf0f1164e0c294f3f5368 /sci-libs
parent504630c29ca377cda767c296386fbe3b2efdb263 (diff)
downloadgentoo-328b892fae4e9d10e125ec3da33522d892852c38.tar.gz
gentoo-328b892fae4e9d10e125ec3da33522d892852c38.tar.xz
sci-libs/getdata: Build correctly for single python
Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=568650 Package-Manager: portage-2.2.26 Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'sci-libs')
-rw-r--r--sci-libs/getdata/getdata-0.8.5.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-libs/getdata/getdata-0.8.5.ebuild b/sci-libs/getdata/getdata-0.8.5.ebuild
index 4282094c81c..ef6d2b6390c 100644
--- a/sci-libs/getdata/getdata-0.8.5.ebuild
+++ b/sci-libs/getdata/getdata-0.8.5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -11,7 +11,7 @@ AUTOTOOLS_AUTORECONF=true
FORTRAN_STANDARD="95"
FORTRAN_NEEDED=fortran
-inherit autotools-utils fortran-2 python-r1
+inherit autotools-utils fortran-2 python-single-r1
DESCRIPTION="Reference implementation of the Dirfile, format for time-ordered binary data"
HOMEPAGE="http://getdata.sourceforge.net/"