summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Chvatal <scarabeus@gentoo.org>2010-12-17 07:04:03 +0000
committerTomas Chvatal <scarabeus@gentoo.org>2010-12-17 07:04:03 +0000
commit798b21d5b6cdecaefb672a7c00fa1940c9de8d9a (patch)
treea70c7499daf99b6c1eeea2596333387421cc3a82 /sci-libs/plplot
parentrev bump for bug #335372 (diff)
downloadgentoo-2-798b21d5b6cdecaefb672a7c00fa1940c9de8d9a.tar.gz
gentoo-2-798b21d5b6cdecaefb672a7c00fa1940c9de8d9a.tar.bz2
gentoo-2-798b21d5b6cdecaefb672a7c00fa1940c9de8d9a.zip
Fix typo (_ instead of -)
(Portage version: 2.2.0_alpha8/cvs/Linux x86_64)
Diffstat (limited to 'sci-libs/plplot')
-rw-r--r--sci-libs/plplot/ChangeLog5
-rw-r--r--sci-libs/plplot/plplot-5.9.7-r1.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-libs/plplot/ChangeLog b/sci-libs/plplot/ChangeLog
index 4dcfd26d67b1..511a296dce78 100644
--- a/sci-libs/plplot/ChangeLog
+++ b/sci-libs/plplot/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sci-libs/plplot
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/plplot/ChangeLog,v 1.31 2010/11/30 23:23:59 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/plplot/ChangeLog,v 1.32 2010/12/17 07:04:03 scarabeus Exp $
+
+ 17 Dec 2010; Tomáš Chvátal <scarabeus@gentoo.org> plplot-5.9.7-r1.ebuild:
+ Fix typo (_ instead of -)
*plplot-5.9.7-r1 (30 Nov 2010)
diff --git a/sci-libs/plplot/plplot-5.9.7-r1.ebuild b/sci-libs/plplot/plplot-5.9.7-r1.ebuild
index eac34afe3942..9b120b37f051 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-2010 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.2 2010/12/01 16:19:40 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/plplot/plplot-5.9.7-r1.ebuild,v 1.3 2010/12/17 07:04:03 scarabeus Exp $
EAPI="3"
@@ -146,7 +146,7 @@ src_configure() {
use truetype && mycmakeargs+=(
-DPL_FREETYPE_FONT_PATH:PATH="${EPREFIX}/usr/share/fonts/freefont-ttf" )
- use python && use qt4 && mycmakeargs+=( $(cmake_utils_pld pyqt) )
+ use python && use qt4 && mycmakeargs+=( $(cmake-utils_pld pyqt) )
use doc && mycmakeargs+=( -DPREBUILT_DOC=ON )
cmake-utils_src_configure
}