Gentoo Archives: gentoo-commits

From: "Michael Palimaka (kensington)" <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-visualization/kst/files: kst-2.0.7-cfitsio-includes.patch
Date: Thu, 01 Aug 2013 18:28:20
Message-Id: 20130801182816.F22BD2171D@flycatcher.gentoo.org
1 kensington 13/08/01 18:28:16
2
3 Added: kst-2.0.7-cfitsio-includes.patch
4 Log:
5 Version bump. Remove old.
6
7 (Portage version: 2.1.13.2/cvs/Linux x86_64, signed Manifest commit with key 675D0D2C)
8
9 Revision Changes Path
10 1.1 sci-visualization/kst/files/kst-2.0.7-cfitsio-includes.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/kst/files/kst-2.0.7-cfitsio-includes.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-visualization/kst/files/kst-2.0.7-cfitsio-includes.patch?rev=1.1&content-type=text/plain
14
15 Index: kst-2.0.7-cfitsio-includes.patch
16 ===================================================================
17 diff --git a/src/datasources/lfiio/lfiio.h b/src/datasources/lfiio/lfiio.h
18 index bb6493c..8ed748c 100644
19 --- a/src/datasources/lfiio/lfiio.h
20 +++ b/src/datasources/lfiio/lfiio.h
21 @@ -18,7 +18,7 @@
22
23 #include <datasource.h>
24 #include <dataplugin.h>
25 -#include <libcfitsio0/fitsio.h>
26 +#include <fitsio.h>
27
28 class LFIIOSource : public Kst::DataSource {
29 Q_OBJECT
30 diff --git a/src/datasources/planckIDEF/planckIDEF.h b/src/datasources/planckIDEF/planckIDEF.h
31 index 7fb226f..6e6d82f 100644
32 --- a/src/datasources/planckIDEF/planckIDEF.h
33 +++ b/src/datasources/planckIDEF/planckIDEF.h
34 @@ -16,7 +16,7 @@
35
36 #include <datasource.h>
37 #include <dataplugin.h>
38 -#include <libcfitsio0/fitsio.h>
39 +#include <fitsio.h>
40
41 typedef struct {
42 QString file;