diff options
author | Ned Ludd <solar@gentoo.org> | 2010-02-07 19:45:58 +0000 |
---|---|---|
committer | Ned Ludd <solar@gentoo.org> | 2010-02-07 19:45:58 +0000 |
commit | eb3a36254ce89ff40725cf97e903e1c315bcb761 (patch) | |
tree | d71e378a4e2929aff14942860e992de654c4dfee /x11-libs/pango/ChangeLog | |
parent | amd64/x86 stable, bug #301886 (diff) | |
download | gentoo-2-eb3a36254ce89ff40725cf97e903e1c315bcb761.tar.gz gentoo-2-eb3a36254ce89ff40725cf97e903e1c315bcb761.tar.bz2 gentoo-2-eb3a36254ce89ff40725cf97e903e1c315bcb761.zip |
This version of pango 1.26.2 needs to export CXX to avoid c++ from the host being called directly when cross compiling.
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'x11-libs/pango/ChangeLog')
-rw-r--r-- | x11-libs/pango/ChangeLog | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/x11-libs/pango/ChangeLog b/x11-libs/pango/ChangeLog index a719aa1d4cab..482ddd9e38ff 100644 --- a/x11-libs/pango/ChangeLog +++ b/x11-libs/pango/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-libs/pango -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/pango/ChangeLog,v 1.280 2009/12/21 23:28:30 eva Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/pango/ChangeLog,v 1.281 2010/02/07 19:45:58 solar Exp $ + + 07 Feb 2010; <solar@gentoo.org> pango-1.26.2.ebuild: + - This version of pango needs to export CXX to avoid c++ from the host + being called directly when cross compiling. *pango-1.26.2 (21 Dec 2009) |