Gentoo Archives: gentoo-commits

From: Amy Winston <amynka@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-geosciences/qgis/files/, sci-geosciences/qgis/
Date: Wed, 30 Dec 2015 17:42:03
Message-Id: 1451497220.708c92eebcf3a3db223ccfdf49e36099e9ef72c4.amynka@gentoo
1 commit: 708c92eebcf3a3db223ccfdf49e36099e9ef72c4
2 Author: Amy Winston <amynka <AT> gentoo <DOT> org>
3 AuthorDate: Wed Dec 30 17:28:32 2015 +0000
4 Commit: Amy Winston <amynka <AT> gentoo <DOT> org>
5 CommitDate: Wed Dec 30 17:40:20 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=708c92ee
7
8 sci-geosciences/qgis: build failure repaired bug #482644.
9
10 Package-Manager: portage-2.2.24
11
12 sci-geosciences/qgis/files/qgis-1.8.0-private.patch | 10 ++++++++++
13 sci-geosciences/qgis/qgis-1.8.0.ebuild | 1 +
14 2 files changed, 11 insertions(+)
15
16 diff --git a/sci-geosciences/qgis/files/qgis-1.8.0-private.patch b/sci-geosciences/qgis/files/qgis-1.8.0-private.patch
17 new file mode 100644
18 index 0000000..59c3ca7
19 --- /dev/null
20 +++ b/sci-geosciences/qgis/files/qgis-1.8.0-private.patch
21 @@ -0,0 +1,10 @@
22 +--- a/src/core/qgsmaplayerregistry.h 2015-12-30 15:06:17.199889612 +0100
23 ++++ b/src/core/qgsmaplayerregistry.h 2015-12-30 15:05:50.159890061 +0100
24 +@@ -173,6 +173,7 @@
25 + /** debugging member
26 + invoked when a connect() is made to this object
27 + */
28 ++ public:
29 + void connectNotify( const char * signal );
30 +
31 +
32
33 diff --git a/sci-geosciences/qgis/qgis-1.8.0.ebuild b/sci-geosciences/qgis/qgis-1.8.0.ebuild
34 index 3b0c77d..92bf057 100644
35 --- a/sci-geosciences/qgis/qgis-1.8.0.ebuild
36 +++ b/sci-geosciences/qgis/qgis-1.8.0.ebuild
37 @@ -54,6 +54,7 @@ PATCHES=(
38 "${FILESDIR}/${PN}-1.7.0-avoid-deprecated-pyqtconfig.patch"
39 "${FILESDIR}/${PN}-1.8.0-no-python-pyc.patch"
40 "${FILESDIR}/${PN}-1.8.0-redrawning.patch"
41 + "${FILESDIR}/${PN}-1.8.0-private.patch"
42 )
43
44 pkg_setup() {