diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2014-11-12 23:17:41 +0000 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2014-11-12 23:17:41 +0000 |
commit | 4de5476c42f7ea8d3d9e178d197a24ffc6a58a7a (patch) | |
tree | 6b4c5caafd16665fefbe506e133f89208e10f4a7 /sci-visualization | |
parent | poppler-0.28 seems to be unproblematic, unmasking (diff) | |
download | gentoo-2-4de5476c42f7ea8d3d9e178d197a24ffc6a58a7a.tar.gz gentoo-2-4de5476c42f7ea8d3d9e178d197a24ffc6a58a7a.tar.bz2 gentoo-2-4de5476c42f7ea8d3d9e178d197a24ffc6a58a7a.zip |
Fix build by modifying the PyQt4 patch, as suggested by Fabio Rossi, bug 528724
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key EBE6A336BE19039C!)
Diffstat (limited to 'sci-visualization')
-rw-r--r-- | sci-visualization/qtiplot/ChangeLog | 7 | ||||
-rw-r--r-- | sci-visualization/qtiplot/files/qtiplot-0.9.8.9-PyQt4-4.10.patch | 2 |
2 files changed, 7 insertions, 2 deletions
diff --git a/sci-visualization/qtiplot/ChangeLog b/sci-visualization/qtiplot/ChangeLog index 2cba4b7d2c67..d4c80828cfab 100644 --- a/sci-visualization/qtiplot/ChangeLog +++ b/sci-visualization/qtiplot/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for sci-visualization/qtiplot # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-visualization/qtiplot/ChangeLog,v 1.107 2014/10/27 16:49:07 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/qtiplot/ChangeLog,v 1.108 2014/11/12 23:17:41 dilfridge Exp $ + + 12 Nov 2014; Andreas K. Huettel <dilfridge@gentoo.org> + files/qtiplot-0.9.8.9-PyQt4-4.10.patch: + Fix build by modifying the PyQt4 patch, as suggested by Fabio Rossi, bug + 528724 27 Oct 2014; Justin Lecher <jlec@gentoo.org> files/qtiplot-0.9.8.9-PyQt4-4.10.patch: diff --git a/sci-visualization/qtiplot/files/qtiplot-0.9.8.9-PyQt4-4.10.patch b/sci-visualization/qtiplot/files/qtiplot-0.9.8.9-PyQt4-4.10.patch index a011782550d6..67bd0a32d105 100644 --- a/sci-visualization/qtiplot/files/qtiplot-0.9.8.9-PyQt4-4.10.patch +++ b/sci-visualization/qtiplot/files/qtiplot-0.9.8.9-PyQt4-4.10.patch @@ -25,7 +25,7 @@ index f643194..d8d1ef2 100755 + import PyQt4.pyqtconfig + SIP_FLAGS = PyQt4.pyqtconfig.Configuration().pyqt_sip_flags + -+PYQT_SIP_DIR = os.path.join(sipconfig.Configuration().default_sip_dir, 'PyQt4') ++PYQT_SIP_DIR = os.path.join(sipconfig.Configuration().default_sip_dir) +SIP_BIN = sipconfig.Configuration().sip_bin +SIP_INC_DIR = sipconfig.Configuration().sip_inc_dir + |