diff options
author | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2011-06-29 12:54:53 +0000 |
---|---|---|
committer | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2011-06-29 12:54:53 +0000 |
commit | 1957fe39aa43e0a90d1108f150a9cfb07706b087 (patch) | |
tree | 4da377fc36e7b6c211b8ca1e29a4266cbd389ce7 /x11-base | |
parent | html doc files weren't being installed neither generated properly, bug #37344... (diff) | |
download | gentoo-2-1957fe39aa43e0a90d1108f150a9cfb07706b087.tar.gz gentoo-2-1957fe39aa43e0a90d1108f150a9cfb07706b087.tar.bz2 gentoo-2-1957fe39aa43e0a90d1108f150a9cfb07706b087.zip |
Allow xf86-input-{elographics,fpit,hyperpen,penmount,mutouch} back in.
(Portage version: 2.2.0_alpha41/cvs/Linux x86_64)
Diffstat (limited to 'x11-base')
-rw-r--r-- | x11-base/xorg-drivers/ChangeLog | 6 | ||||
-rw-r--r-- | x11-base/xorg-drivers/xorg-drivers-1.11.ebuild | 17 |
2 files changed, 16 insertions, 7 deletions
diff --git a/x11-base/xorg-drivers/ChangeLog b/x11-base/xorg-drivers/ChangeLog index 72f3250a8e5e..29a630cec7c6 100644 --- a/x11-base/xorg-drivers/ChangeLog +++ b/x11-base/xorg-drivers/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-base/xorg-drivers # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-base/xorg-drivers/ChangeLog,v 1.50 2011/06/28 21:21:43 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-base/xorg-drivers/ChangeLog,v 1.51 2011/06/29 12:54:53 chithanh Exp $ + + 29 Jun 2011; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> + xorg-drivers-1.11.ebuild: + Allow xf86-input-{elographics,fpit,hyperpen,penmount,mutouch} back in. 28 Jun 2011; Brent Baude <ranger@gentoo.org> xorg-drivers-1.10.ebuild: Marking xorg-drivers-1.10 ppc stable for bug 371857 diff --git a/x11-base/xorg-drivers/xorg-drivers-1.11.ebuild b/x11-base/xorg-drivers/xorg-drivers-1.11.ebuild index 4a440f2b2a93..f9088f428b73 100644 --- a/x11-base/xorg-drivers/xorg-drivers-1.11.ebuild +++ b/x11-base/xorg-drivers/xorg-drivers-1.11.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.11.ebuild,v 1.1 2011/06/06 22:16:36 chithanh Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-base/xorg-drivers/xorg-drivers-1.11.ebuild,v 1.2 2011/06/29 12:54:53 chithanh Exp $ EAPI=4 @@ -15,10 +15,15 @@ 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_hyperpen input_devices_joystick input_devices_keyboard input_devices_mouse + input_devices_mutouch + input_devices_penmount input_devices_tslib input_devices_virtualbox input_devices_vmmouse @@ -84,10 +89,15 @@ 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_hyperpen? ( x11-drivers/xf86-input-hyperpen ) 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_mutouch? ( x11-drivers/xf86-input-mutouch ) + 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 ) @@ -144,11 +154,6 @@ 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 |