summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastien Fabbro <bicatali@gentoo.org>2011-07-28 23:28:40 +0000
committerSebastien Fabbro <bicatali@gentoo.org>2011-07-28 23:28:40 +0000
commit8373d77bd80f8535848b383589963439a04fe197 (patch)
tree44efec408bf85467a14995147ca4909522ba6aa1 /sci-libs/plplot
parentDep fix for #366647 (diff)
downloadgentoo-2-8373d77bd80f8535848b383589963439a04fe197.tar.gz
gentoo-2-8373d77bd80f8535848b383589963439a04fe197.tar.bz2
gentoo-2-8373d77bd80f8535848b383589963439a04fe197.zip
Fixed syntax error causing qt to be set by plplot when qt4 is not (bug #374985)
(Portage version: 2.1.10.7/cvs/Linux x86_64)
Diffstat (limited to 'sci-libs/plplot')
-rw-r--r--sci-libs/plplot/ChangeLog6
-rw-r--r--sci-libs/plplot/plplot-5.9.7-r1.ebuild4
2 files changed, 7 insertions, 3 deletions
diff --git a/sci-libs/plplot/ChangeLog b/sci-libs/plplot/ChangeLog
index 0b1a31f6feaf..c2884bd23c8c 100644
--- a/sci-libs/plplot/ChangeLog
+++ b/sci-libs/plplot/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sci-libs/plplot
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/plplot/ChangeLog,v 1.35 2011/07/26 19:42:08 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/plplot/ChangeLog,v 1.36 2011/07/28 23:28:40 bicatali Exp $
+
+ 28 Jul 2011; Sébastien Fabbro <bicatali@gentoo.org> plplot-5.9.7-r1.ebuild:
+ Fixed syntax error causing qt to be set by plplot when qt4 is not (bug
+ #374985)
26 Jul 2011; Kacper Kowalik <xarthisius@gentoo.org> plplot-5.9.7-r1.ebuild:
Marked ~ppc wrt #358035
diff --git a/sci-libs/plplot/plplot-5.9.7-r1.ebuild b/sci-libs/plplot/plplot-5.9.7-r1.ebuild
index 087864a06511..0f0ef49ec08c 100644
--- a/sci-libs/plplot/plplot-5.9.7-r1.ebuild
+++ b/sci-libs/plplot/plplot-5.9.7-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/plplot/plplot-5.9.7-r1.ebuild,v 1.6 2011/07/26 19:42:08 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/plplot/plplot-5.9.7-r1.ebuild,v 1.7 2011/07/28 23:28:40 bicatali Exp $
EAPI="3"
@@ -134,7 +134,7 @@ src_configure() {
$(cmake-utils_pld qt4 pdfqt)
$(cmake-utils_pld qt4 pngqt)
$(cmake-utils_pld qt4 ppmqt)
- $(cmake-utils_pld qt4 qtwidgets)
+ $(cmake-utils_pld qt4 qtwidget)
$(cmake-utils_pld qt4 svgqt)
$(cmake-utils_pld qt4 tiffqt)
$(cmake-utils_pld wxwidgets wxwidgets)