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/xorg-x11-6.7.0.ebuild | |
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/xorg-x11-6.7.0.ebuild')
-rw-r--r-- | x11-base/xorg-x11/xorg-x11-6.7.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
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 |