diff options
author | Donnie Berkholz <spyderous@gentoo.org> | 2005-05-25 00:06:20 +0000 |
---|---|---|
committer | Donnie Berkholz <spyderous@gentoo.org> | 2005-05-25 00:06:20 +0000 |
commit | 51fd2220b2203ec1c4f01b7b7f8e6cafc5772805 (patch) | |
tree | ada9160dec1ba0b1352f5d394869b3452bba7f2f /x11-base/xorg-x11 | |
parent | now we need gnome-base/libglade (diff) | |
download | gentoo-2-51fd2220b2203ec1c4f01b7b7f8e6cafc5772805.tar.gz gentoo-2-51fd2220b2203ec1c4f01b7b7f8e6cafc5772805.tar.bz2 gentoo-2-51fd2220b2203ec1c4f01b7b7f8e6cafc5772805.zip |
Patchset 0.1.3. (#93864, #90672#c18) Add missing comma. This fixes a parse error in ATIDRIScreenInit in atidri.c.
Diffstat (limited to 'x11-base/xorg-x11')
-rw-r--r-- | x11-base/xorg-x11/ChangeLog | 7 | ||||
-rw-r--r-- | x11-base/xorg-x11/files/digest-xorg-x11-6.8.99.8 | 2 | ||||
-rw-r--r-- | x11-base/xorg-x11/xorg-x11-6.8.99.8.ebuild | 4 |
3 files changed, 9 insertions, 4 deletions
diff --git a/x11-base/xorg-x11/ChangeLog b/x11-base/xorg-x11/ChangeLog index 264e53e7c4f7..1c376f4a4acd 100644 --- a/x11-base/xorg-x11/ChangeLog +++ b/x11-base/xorg-x11/ChangeLog @@ -1,6 +1,11 @@ # 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.397 2005/05/24 22:50:02 spyderous Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-base/xorg-x11/ChangeLog,v 1.398 2005/05/25 00:06:20 spyderous Exp $ + + 25 May 2005; Donnie Berkholz <spyderous@gentoo.org>; + xorg-x11-6.8.99.8.ebuild: + Patchset 0.1.3. (#93864, #90672#c18) Add missing comma. This fixes a parse + error in ATIDRIScreenInit in atidri.c. 24 May 2005; Donnie Berkholz <spyderous@gentoo.org>; xorg-x11-6.8.99.8.ebuild: diff --git a/x11-base/xorg-x11/files/digest-xorg-x11-6.8.99.8 b/x11-base/xorg-x11/files/digest-xorg-x11-6.8.99.8 index a49c1979c3e5..c9ab1324ecc5 100644 --- a/x11-base/xorg-x11/files/digest-xorg-x11-6.8.99.8 +++ b/x11-base/xorg-x11/files/digest-xorg-x11-6.8.99.8 @@ -3,5 +3,5 @@ MD5 01a21c248e5ac4ba02cbbea994fc774a xfsft-encodings-0.1.tar.bz2 11892 MD5 d0fab996daf97adf095e2dad0bd9012e gentoo-cursors-tad-0.3.1.tar.bz2 1196991 MD5 3d4ee581df78c9dacc6e97aa07a1af72 gemini-koi8-u.tar.bz2 439173 MD5 b2d7959bb5b25177d7bb345042d7a75c xorg-x11-6.8.99.8-files-0.1.tar.bz2 10105 -MD5 78270d0f00a93f3dac68868c776ebce9 xorg-x11-6.8.99.8-patches-0.1.2.tar.bz2 119416 +MD5 e120bec933791f884a8be3bdbfd20aab xorg-x11-6.8.99.8-patches-0.1.3.tar.bz2 119680 MD5 5c43b8d37b24189f468fa8db747060e3 xorg-x11-6.8.99.8.tar.bz2 44721199 diff --git a/x11-base/xorg-x11/xorg-x11-6.8.99.8.ebuild b/x11-base/xorg-x11/xorg-x11-6.8.99.8.ebuild index d53039fc618c..8c166cdc56ee 100644 --- a/x11-base/xorg-x11/xorg-x11-6.8.99.8.ebuild +++ b/x11-base/xorg-x11/xorg-x11-6.8.99.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-base/xorg-x11/xorg-x11-6.8.99.8.ebuild,v 1.5 2005/05/24 22:50:02 spyderous Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-base/xorg-x11/xorg-x11-6.8.99.8.ebuild,v 1.6 2005/05/25 00:06:20 spyderous Exp $ # Set TDFX_RISKY to "yes" to get 16-bit, 1024x768 or higher on low-memory # voodoo3 cards. @@ -51,7 +51,7 @@ IUSE="3dfx 3dnow bitmap-fonts cjk debug dlloader dmx doc font-server # IUSE_INPUT_DEVICES="synaptics wacom" FILES_VER="0.1" -PATCH_VER="0.1.2" +PATCH_VER="0.1.3" XCUR_VER="0.3.1" XFSFT_ENC_VER="0.1" |