diff options
author | 2002-12-15 02:14:03 +0000 | |
---|---|---|
committer | 2002-12-15 02:14:03 +0000 | |
commit | 89adbae0d9ab01e41c0ace1a25c8179f87017612 (patch) | |
tree | b253475b21506f3bf20032f14770806358ddd494 /x11-libs | |
parent | Added alpha to KEYWORDS (diff) | |
download | gentoo-2-89adbae0d9ab01e41c0ace1a25c8179f87017612.tar.gz gentoo-2-89adbae0d9ab01e41c0ace1a25c8179f87017612.tar.bz2 gentoo-2-89adbae0d9ab01e41c0ace1a25c8179f87017612.zip |
Comment out slighthinting patch
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/pango/ChangeLog | 11 | ||||
-rw-r--r-- | x11-libs/pango/pango-1.1.3.ebuild | 4 |
2 files changed, 10 insertions, 5 deletions
diff --git a/x11-libs/pango/ChangeLog b/x11-libs/pango/ChangeLog index 11b0f8784e20..8d6c3e8c9a05 100644 --- a/x11-libs/pango/ChangeLog +++ b/x11-libs/pango/ChangeLog @@ -1,10 +1,15 @@ # ChangeLog for x11-libs/pango # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/x11-libs/pango/ChangeLog,v 1.24 2002/12/14 09:30:00 verwilst Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/pango/ChangeLog,v 1.25 2002/12/15 02:14:03 agriffis Exp $ + + 14 Dec 2002; Aron Griffis <agriffis@gentoo.org> pango-1.1.3.ebuild : + REALLY commented out the slighthinting patch, for the same reason as Bart + below. Maybe Bart forgot to commit the ebuild. ;-) 14 Dec 2002; Bart Verwilst <verwilst@gentoo.org> pango-1.1.3.ebuild : - Commented out the slighthinting patch temporarily, because it breaks compilation with xft2. - I'm sure Foser/Azarah will come up with a real fix soon, in a new revision or so :$ + Commented out the slighthinting patch temporarily, because it breaks + compilation with xft2. I'm sure Foser/Azarah will come up with a real fix + soon, in a new revision or so :$ 06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords diff --git a/x11-libs/pango/pango-1.1.3.ebuild b/x11-libs/pango/pango-1.1.3.ebuild index 7ee9091516f2..869e8aa99b56 100644 --- a/x11-libs/pango/pango-1.1.3.ebuild +++ b/x11-libs/pango/pango-1.1.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/pango/pango-1.1.3.ebuild,v 1.9 2002/12/06 23:11:11 foser Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-libs/pango/pango-1.1.3.ebuild,v 1.10 2002/12/15 02:14:03 agriffis Exp $ IUSE="doc" @@ -32,7 +32,7 @@ src_unpack() { cd ${S} # Some enhancements from Redhat epatch ${FILESDIR}/pango-1.0.99.020606-xfonts.patch - epatch ${FILESDIR}/pango-1.1.0-slighthint.patch + #epatch ${FILESDIR}/pango-1.1.0-slighthint.patch } src_compile() { |