Gentoo Archives: gentoo-commits

From: "Patrick Lauer (patrick)" <patrick@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-benchmarks/phoronix-test-suite/files: font.patch
Date: Mon, 01 Mar 2010 15:23:39
Message-Id: E1Nm7T7-0000sC-UT@stork.gentoo.org
1 patrick 10/03/01 15:23:37
2
3 Added: font.patch
4 Log:
5 Fixing deps etc., closes #299121, thanks to Francisco Javier
6 (Portage version: 2.2_rc63/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.1 app-benchmarks/phoronix-test-suite/files/font.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-benchmarks/phoronix-test-suite/files/font.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-benchmarks/phoronix-test-suite/files/font.patch?rev=1.1&content-type=text/plain
13
14 Index: font.patch
15 ===================================================================
16 --- pts-core/objects/pts_Graph/pts_Graph.php.old 2009-11-11 17:39:37.000000000 +0100
17 +++ pts-core/objects/pts_Graph/pts_Graph.php 2009-12-30 12:46:27.816567436 +0100
18 @@ -121,7 +121,7 @@
19 }
20 }
21
22 - $this->graph_font = $font_type;
23 + $this->graph_font = $default_font;
24 }
25 public function requestRenderer($renderer)
26 {