summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2013-07-10 07:07:33 +0000
committerJustin Lecher <jlec@gentoo.org>2013-07-10 07:07:33 +0000
commite95a8b466e32d7dfb3f44e37acc4367dc89c4051 (patch)
tree1834c6c0e5fbc9b31faad8ca7b3e48ff166d6979 /sci-visualization
parentgnome-extra/activity-log-manager: Version Bump, fix automake version (diff)
downloadgentoo-2-e95a8b466e32d7dfb3f44e37acc4367dc89c4051.tar.gz
gentoo-2-e95a8b466e32d7dfb3f44e37acc4367dc89c4051.tar.bz2
gentoo-2-e95a8b466e32d7dfb3f44e37acc4367dc89c4051.zip
sci-visualization/qtiplot: Fix installation with USE=-python, #475806
(Portage version: 2.2.0_alpha187/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
Diffstat (limited to 'sci-visualization')
-rw-r--r--sci-visualization/qtiplot/ChangeLog5
-rw-r--r--sci-visualization/qtiplot/qtiplot-0.9.8.9-r2.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-visualization/qtiplot/ChangeLog b/sci-visualization/qtiplot/ChangeLog
index 3ac67a071798..6d8ed4bf1be7 100644
--- a/sci-visualization/qtiplot/ChangeLog
+++ b/sci-visualization/qtiplot/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sci-visualization/qtiplot
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-visualization/qtiplot/ChangeLog,v 1.99 2013/07/04 12:52:57 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-visualization/qtiplot/ChangeLog,v 1.100 2013/07/10 07:07:33 jlec Exp $
+
+ 10 Jul 2013; Justin Lecher <jlec@gentoo.org> qtiplot-0.9.8.9-r2.ebuild:
+ Fix installation with USE=-python, #475806
*qtiplot-0.9.8.9-r2 (04 Jul 2013)
diff --git a/sci-visualization/qtiplot/qtiplot-0.9.8.9-r2.ebuild b/sci-visualization/qtiplot/qtiplot-0.9.8.9-r2.ebuild
index 7ccd5cdeba11..16c26d1c0020 100644
--- a/sci-visualization/qtiplot/qtiplot-0.9.8.9-r2.ebuild
+++ b/sci-visualization/qtiplot/qtiplot-0.9.8.9-r2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-visualization/qtiplot/qtiplot-0.9.8.9-r2.ebuild,v 1.1 2013/07/04 12:52:57 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-visualization/qtiplot/qtiplot-0.9.8.9-r2.ebuild,v 1.2 2013/07/10 07:07:33 jlec Exp $
EAPI=5
@@ -107,7 +107,6 @@ src_prepare() {
EMF_INCLUDEPATH = "${EPREFIX}/usr/include/libEMF
SYS_LIBS = -lgl2ps ${mylibs} -lGLU
- PYTHON = ${PYTHON}
LUPDATE = lupdate
LRELEASE = lrelease
@@ -127,6 +126,7 @@ src_prepare() {
use bindist && echo "DEFINES += QTIPLOT_SUPPORT" >> build.conf
use bindist || echo "DEFINES += QTIPLOT_PRO" >> build.conf
use python && echo "SCRIPTING_LANGS += Python" >> build.conf
+ use python && echo "PYTHON = ${EPYTHON}" >> build.conf
use latex && echo "TEX_ENGINE_LIBS = -lQTeXEngine" >> build.conf
sed \