diff options
author | Donnie Berkholz <spyderous@gentoo.org> | 2004-04-08 23:03:29 +0000 |
---|---|---|
committer | Donnie Berkholz <spyderous@gentoo.org> | 2004-04-08 23:03:29 +0000 |
commit | fcb2706d7cc60bed94dffa379a294da9e16c8ebd (patch) | |
tree | 5ef9df780926574a3ea1357c94580ecebe72d31f /x11-base | |
parent | add inherit eutils (diff) | |
download | gentoo-2-fcb2706d7cc60bed94dffa379a294da9e16c8ebd.tar.gz gentoo-2-fcb2706d7cc60bed94dffa379a294da9e16c8ebd.tar.bz2 gentoo-2-fcb2706d7cc60bed94dffa379a294da9e16c8ebd.zip |
Add PATCH_VER to XVendorString. It could come in handy.
Diffstat (limited to 'x11-base')
-rw-r--r-- | x11-base/xorg-x11/ChangeLog | 5 | ||||
-rw-r--r-- | x11-base/xorg-x11/xorg-x11-6.7.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-base/xorg-x11/ChangeLog b/x11-base/xorg-x11/ChangeLog index 0ab06142fcdd..6ee96b435cf5 100644 --- a/x11-base/xorg-x11/ChangeLog +++ b/x11-base/xorg-x11/ChangeLog @@ -1,6 +1,9 @@ # 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.14 2004/04/08 23:00:35 spyderous Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-base/xorg-x11/ChangeLog,v 1.15 2004/04/08 23:03:29 spyderous Exp $ + + 08 Apr 2004; Donnie Berkholz <spyderous@gentoo.org>; xorg-x11-6.7.0.ebuild: + Add PATCH_VER to XVendorString. It could come in handy. 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 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 222060b24fa6..e353fbf74564 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.13 2004/04/08 23:00:35 spyderous Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-base/xorg-x11/xorg-x11-6.7.0.ebuild,v 1.14 2004/04/08 23:03:29 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 (The X.Org Foundation ${PV}, revision ${PR})\"" \ + echo "#define XVendorString \"Gentoo Linux (The X.Org Foundation ${PV}, revision ${PR}-${PATCH_VER})\"" \ >> config/cf/host.def # Makes ld bail at link time on undefined symbols |