diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-12-20 17:44:18 +0100 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-12-20 18:06:44 +0100 |
commit | 328b892fae4e9d10e125ec3da33522d892852c38 (patch) | |
tree | 1f1941cfa274965fbfcaf0f1164e0c294f3f5368 /sci-libs/getdata | |
parent | dev-haskell/scientific: allow dev-lang/ghc[-gmp], bug #568864 (diff) | |
download | gentoo-328b892fae4e9d10e125ec3da33522d892852c38.tar.gz gentoo-328b892fae4e9d10e125ec3da33522d892852c38.tar.bz2 gentoo-328b892fae4e9d10e125ec3da33522d892852c38.zip |
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/getdata')
-rw-r--r-- | sci-libs/getdata/getdata-0.8.5.ebuild | 4 |
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 4282094c81c2..ef6d2b6390c1 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/" |