summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDonnie Berkholz <spyderous@gentoo.org>2005-02-10 06:45:49 +0000
committerDonnie Berkholz <spyderous@gentoo.org>2005-02-10 06:45:49 +0000
commit48fb3275fb37d47973916944123217704a6e0216 (patch)
treed1c5e2834cd15851456795b0bc1740b9868660b7 /x11-base/xorg-x11/ChangeLog
parentFix removal of broken symlinks in headers. Check for /usr/libdir/opengl rath... (diff)
downloadgentoo-2-48fb3275fb37d47973916944123217704a6e0216.tar.gz
gentoo-2-48fb3275fb37d47973916944123217704a6e0216.tar.bz2
gentoo-2-48fb3275fb37d47973916944123217704a6e0216.zip
(#81431) We should only be removing libGL.*, but unfortunately the dot matched any character so we needed libGL\.* instead. Note that this has been around since xfree-4.3.0.
(Portage version: 2.0.51-r15)
Diffstat (limited to 'x11-base/xorg-x11/ChangeLog')
-rw-r--r--x11-base/xorg-x11/ChangeLog8
1 files changed, 7 insertions, 1 deletions
diff --git a/x11-base/xorg-x11/ChangeLog b/x11-base/xorg-x11/ChangeLog
index cd13ac6c517d..17fac704638c 100644
--- a/x11-base/xorg-x11/ChangeLog
+++ b/x11-base/xorg-x11/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for x11-base/xorg-x11
# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-base/xorg-x11/ChangeLog,v 1.327 2005/02/08 20:09:22 dholm Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-base/xorg-x11/ChangeLog,v 1.328 2005/02/10 06:45:49 spyderous Exp $
+
+ 09 Feb 2005; Donnie Berkholz <spyderous@gentoo.org>;
+ xorg-x11-6.8.0-r4.ebuild, xorg-x11-6.8.1.904.ebuild:
+ (#81431) We should only be removing libGL.*, but unfortunately the dot
+ matched any character so we needed libGL\.* instead. Note that this has been
+ around since xfree-4.3.0.
08 Feb 2005; David Holm <dholm@gentoo.org> xorg-x11-6.8.1.904.ebuild:
Added to ~ppc.