diff options
author | 2004-04-08 23:00:35 +0000 | |
---|---|---|
committer | 2004-04-08 23:00:35 +0000 | |
commit | ca37a86cf96646a61e9f6cb407a5cad4f06c9904 (patch) | |
tree | 5c228be25b1b007bdd99cb4acbddf64c7e17f83d /x11-base/xorg-x11 | |
parent | add inherit eutils (diff) | |
download | gentoo-2-ca37a86cf96646a61e9f6cb407a5cad4f06c9904.tar.gz gentoo-2-ca37a86cf96646a61e9f6cb407a5cad4f06c9904.tar.bz2 gentoo-2-ca37a86cf96646a61e9f6cb407a5cad4f06c9904.zip |
Change XVendorString to be compatible with upstream so people can strstr for The X.Org Foundation.
Diffstat (limited to 'x11-base/xorg-x11')
-rw-r--r-- | x11-base/xorg-x11/ChangeLog | 6 | ||||
-rw-r--r-- | x11-base/xorg-x11/xorg-x11-6.7.0.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/x11-base/xorg-x11/ChangeLog b/x11-base/xorg-x11/ChangeLog index c31aec340117..0ab06142fcdd 100644 --- a/x11-base/xorg-x11/ChangeLog +++ b/x11-base/xorg-x11/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-base/xorg-x11 # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-base/xorg-x11/ChangeLog,v 1.13 2004/04/08 16:25:40 spyderous Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-base/xorg-x11/ChangeLog,v 1.14 2004/04/08 23:00:35 spyderous Exp $ + + 08 Apr 2004; Donnie Berkholz <spyderous@gentoo.org>; xorg-x11-6.7.0.ebuild: + Change XVendorString to be compatible with upstream so people can strstr for + The X.Org Foundation. 08 Apr 2004; Donnie Berkholz <spyderous@gentoo.org>; xorg-x11-6.7.0.ebuild: Add GccAliasingArgs to the optimized CFLAGS and CXXFLAGS setup, so we get diff --git a/x11-base/xorg-x11/xorg-x11-6.7.0.ebuild b/x11-base/xorg-x11/xorg-x11-6.7.0.ebuild index 37da37572195..222060b24fa6 100644 --- a/x11-base/xorg-x11/xorg-x11-6.7.0.ebuild +++ b/x11-base/xorg-x11/xorg-x11-6.7.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-base/xorg-x11/xorg-x11-6.7.0.ebuild,v 1.12 2004/04/08 16:25:40 spyderous Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-base/xorg-x11/xorg-x11-6.7.0.ebuild,v 1.13 2004/04/08 23:00:35 spyderous Exp $ # This is a snapshot of the XORG-RELEASE-1 branch. @@ -386,7 +386,7 @@ fi ebegin "Setting up config/cf/host.def" cd ${S}; cp ${FILES_DIR}/site.def config/cf/host.def || die - echo "#define XVendorString \"Gentoo Linux (X.Org X11 ${PV}, revision ${PR})\"" \ + echo "#define XVendorString \"Gentoo Linux (The X.Org Foundation ${PV}, revision ${PR})\"" \ >> config/cf/host.def # Makes ld bail at link time on undefined symbols |