diff options
-rw-r--r-- | sci-libs/plplot/ChangeLog | 5 | ||||
-rw-r--r-- | sci-libs/plplot/plplot-5.9.7-r1.ebuild | 4 |
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 } |