summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen de Groot <yngwin@gentoo.org>2013-02-01 12:34:13 +0000
committerBen de Groot <yngwin@gentoo.org>2013-02-01 12:34:13 +0000
commite5fbd5b0a4ba51fb3edc1cf8152a055ccb410c0b (patch)
treecf1ea4f0c6fc416a3681e5dc521e2869fc585e3b /sci-libs
parentStable for x86, wrt bug #454906 (diff)
downloadgentoo-2-e5fbd5b0a4ba51fb3edc1cf8152a055ccb410c0b.tar.gz
gentoo-2-e5fbd5b0a4ba51fb3edc1cf8152a055ccb410c0b.tar.bz2
gentoo-2-e5fbd5b0a4ba51fb3edc1cf8152a055ccb410c0b.zip
Correct freefont path
(Portage version: 2.2.0_alpha161/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'sci-libs')
-rw-r--r--sci-libs/plplot/ChangeLog5
-rw-r--r--sci-libs/plplot/plplot-5.9.9-r1.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-libs/plplot/ChangeLog b/sci-libs/plplot/ChangeLog
index f101652b338e..2a695d1b27fb 100644
--- a/sci-libs/plplot/ChangeLog
+++ b/sci-libs/plplot/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sci-libs/plplot
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/plplot/ChangeLog,v 1.46 2013/01/31 19:54:55 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/plplot/ChangeLog,v 1.47 2013/02/01 12:34:13 yngwin Exp $
+
+ 01 Feb 2013; Ben de Groot <yngwin@gentoo.org> plplot-5.9.9-r1.ebuild:
+ Correct freefont path
31 Jan 2013; Sébastien Fabbro <bicatali@gentoo.org> plplot-5.9.9-r1.ebuild:
media-libs/freefont-ttf -> media-libs/freefont
diff --git a/sci-libs/plplot/plplot-5.9.9-r1.ebuild b/sci-libs/plplot/plplot-5.9.9-r1.ebuild
index e274e88b6635..5850d1a5b048 100644
--- a/sci-libs/plplot/plplot-5.9.9-r1.ebuild
+++ b/sci-libs/plplot/plplot-5.9.9-r1.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-libs/plplot/plplot-5.9.9-r1.ebuild,v 1.8 2013/01/31 19:54:55 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/plplot/plplot-5.9.9-r1.ebuild,v 1.9 2013/02/01 12:34:13 yngwin Exp $
EAPI=4
@@ -159,7 +159,7 @@ src_configure() {
)
use truetype && mycmakeargs+=(
- -DPL_FREETYPE_FONT_PATH:PATH="${EPREFIX}/usr/share/fonts/freefont-ttf"
+ -DPL_FREETYPE_FONT_PATH:PATH="${EPREFIX}/usr/share/fonts/freefont"
)
use python && mycmakeargs+=( $(cmake-utils_use_enable qt4 pyqt4) )