Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/getdata/
Date: Sun, 20 Dec 2015 17:06:55
Message-Id: 1450631204.328b892fae4e9d10e125ec3da33522d892852c38.jlec@gentoo
1 commit: 328b892fae4e9d10e125ec3da33522d892852c38
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Sun Dec 20 16:44:18 2015 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Sun Dec 20 17:06:44 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=328b892f
7
8 sci-libs/getdata: Build correctly for single python
9
10 Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=568650
11
12 Package-Manager: portage-2.2.26
13 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
14
15 sci-libs/getdata/getdata-0.8.5.ebuild | 4 ++--
16 1 file changed, 2 insertions(+), 2 deletions(-)
17
18 diff --git a/sci-libs/getdata/getdata-0.8.5.ebuild b/sci-libs/getdata/getdata-0.8.5.ebuild
19 index 4282094..ef6d2b6 100644
20 --- a/sci-libs/getdata/getdata-0.8.5.ebuild
21 +++ b/sci-libs/getdata/getdata-0.8.5.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2014 Gentoo Foundation
24 +# Copyright 1999-2015 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 # $Id$
27
28 @@ -11,7 +11,7 @@ AUTOTOOLS_AUTORECONF=true
29 FORTRAN_STANDARD="95"
30 FORTRAN_NEEDED=fortran
31
32 -inherit autotools-utils fortran-2 python-r1
33 +inherit autotools-utils fortran-2 python-single-r1
34
35 DESCRIPTION="Reference implementation of the Dirfile, format for time-ordered binary data"
36 HOMEPAGE="http://getdata.sourceforge.net/"