diff options
author | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2011-06-06 22:16:36 +0000 |
---|---|---|
committer | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2011-06-06 22:16:36 +0000 |
commit | 65ef0d327c0eca0b33335a56b34fd429bee6cbf2 (patch) | |
tree | 6f60ec1ff06e5949ef43c3e01f657ac9123af32e /x11-base/xorg-drivers/xorg-drivers-1.10.ebuild | |
parent | Fix typo. (diff) | |
download | gentoo-2-65ef0d327c0eca0b33335a56b34fd429bee6cbf2.tar.gz gentoo-2-65ef0d327c0eca0b33335a56b34fd429bee6cbf2.tar.bz2 gentoo-2-65ef0d327c0eca0b33335a56b34fd429bee6cbf2.zip |
Update for non-working drivers, bug #366297, bug #368691, bug #369885. Bump for next xorg-server release.
(Portage version: 2.2.0_alpha37/cvs/Linux x86_64)
Diffstat (limited to 'x11-base/xorg-drivers/xorg-drivers-1.10.ebuild')
-rw-r--r-- | x11-base/xorg-drivers/xorg-drivers-1.10.ebuild | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/x11-base/xorg-drivers/xorg-drivers-1.10.ebuild b/x11-base/xorg-drivers/xorg-drivers-1.10.ebuild index 83febc29b544..b3da3ee9144f 100644 --- a/x11-base/xorg-drivers/xorg-drivers-1.10.ebuild +++ b/x11-base/xorg-drivers/xorg-drivers-1.10.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-base/xorg-drivers/xorg-drivers-1.10.ebuild,v 1.3 2011/04/20 21:40:54 chithanh Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-base/xorg-drivers/xorg-drivers-1.10.ebuild,v 1.4 2011/06/06 22:16:36 chithanh Exp $ EAPI=4 @@ -15,13 +15,10 @@ KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86- IUSE_INPUT_DEVICES=" input_devices_acecad input_devices_aiptek - input_devices_elographics input_devices_evdev - input_devices_fpit input_devices_joystick input_devices_keyboard input_devices_mouse - input_devices_penmount input_devices_tslib input_devices_virtualbox input_devices_vmmouse @@ -87,13 +84,10 @@ IUSE="${IUSE_VIDEO_CARDS} ${IUSE_INPUT_DEVICES}" PDEPEND=" input_devices_acecad? ( x11-drivers/xf86-input-acecad ) input_devices_aiptek? ( x11-drivers/xf86-input-aiptek ) - input_devices_elographics? ( x11-drivers/xf86-input-elographics ) input_devices_evdev? ( x11-drivers/xf86-input-evdev ) - input_devices_fpit? ( x11-drivers/xf86-input-fpit ) input_devices_joystick? ( x11-drivers/xf86-input-joystick ) input_devices_keyboard? ( x11-drivers/xf86-input-keyboard ) input_devices_mouse? ( x11-drivers/xf86-input-mouse ) - input_devices_penmount? ( x11-drivers/xf86-input-penmount ) input_devices_tslib? ( x11-drivers/xf86-input-tslib ) input_devices_virtualbox? ( x11-drivers/xf86-input-virtualbox ) input_devices_vmmouse? ( x11-drivers/xf86-input-vmmouse ) @@ -150,8 +144,11 @@ PDEPEND=" video_cards_voodoo? ( x11-drivers/xf86-video-voodoo ) !x11-drivers/xf86-input-citron + !x11-drivers/xf86-input-elographics + !x11-drivers/xf86-input-fpit !x11-drivers/xf86-input-hyperpen !x11-drivers/xf86-input-mutouch + !x11-drivers/xf86-input-penmount !x11-drivers/xf86-video-cyrix !x11-drivers/xf86-video-impact !x11-drivers/xf86-video-nsc |