From 0e1c980c70ec206db3e64e704dd141fb5e57cd8f Mon Sep 17 00:00:00 2001 From: Doug Goldstein Date: Fri, 13 Jul 2007 21:58:15 +0000 Subject: Fix #185238 (Portage version: 2.1.3_rc8) --- x11-libs/cairo/ChangeLog | 6 +++++- x11-libs/cairo/files/cairo-1.4.6-ctype.patch | 4 ++-- 2 files changed, 7 insertions(+), 3 deletions(-) (limited to 'x11-libs') diff --git a/x11-libs/cairo/ChangeLog b/x11-libs/cairo/ChangeLog index e617b1e63a27..d0d235b8d844 100644 --- a/x11-libs/cairo/ChangeLog +++ b/x11-libs/cairo/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-libs/cairo # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/ChangeLog,v 1.136 2007/07/13 14:30:21 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/cairo/ChangeLog,v 1.137 2007/07/13 21:58:15 cardoe Exp $ + + 13 Jul 2007; Doug Goldstein + files/cairo-1.4.6-ctype.patch: + Fix #185238 13 Jul 2007; Doug Goldstein +files/cairo-1.4.6-ctype.patch, cairo-1.4.6.ebuild: diff --git a/x11-libs/cairo/files/cairo-1.4.6-ctype.patch b/x11-libs/cairo/files/cairo-1.4.6-ctype.patch index a40ef8d545eb..84e5a5140658 100644 --- a/x11-libs/cairo/files/cairo-1.4.6-ctype.patch +++ b/x11-libs/cairo/files/cairo-1.4.6-ctype.patch @@ -1,5 +1,5 @@ ---- cairo-type1-subset.c.bak 2007-05-18 15:13:37.000000000 +0800 -+++ cairo-type1-subset.c 2007-05-18 15:36:07.000000000 +0800 +--- a/src/cairo-type1-subset.c 2007-05-18 15:13:37.000000000 +0800 ++++ b/src/cairo-type1-subset.c 2007-05-18 15:36:07.000000000 +0800 @@ -41,6 +41,7 @@ /* XXX: Eventually, we need to handle other font backends */ #include "cairo-ft-private.h" -- cgit v1.2.3-65-gdbad