diff options
Diffstat (limited to 'x11-base/xorg-drivers/xorg-drivers-1.8.ebuild')
-rw-r--r-- | x11-base/xorg-drivers/xorg-drivers-1.8.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/x11-base/xorg-drivers/xorg-drivers-1.8.ebuild b/x11-base/xorg-drivers/xorg-drivers-1.8.ebuild index 3013c647df40..effeada8edf0 100644 --- a/x11-base/xorg-drivers/xorg-drivers-1.8.ebuild +++ b/x11-base/xorg-drivers/xorg-drivers-1.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 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.8.ebuild,v 1.2 2010/04/13 16:49:21 chithanh Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-base/xorg-drivers/xorg-drivers-1.8.ebuild,v 1.3 2010/06/20 19:47:14 chithanh Exp $ DESCRIPTION="Meta package containing deps on all xorg drivers" HOMEPAGE="http://www.gentoo.org/" @@ -13,6 +13,7 @@ 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_joystick input_devices_keyboard @@ -83,6 +84,7 @@ 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_joystick? ( x11-drivers/xf86-input-joystick ) input_devices_keyboard? ( x11-drivers/xf86-input-keyboard ) @@ -140,7 +142,6 @@ PDEPEND=" video_cards_xgi? ( x11-drivers/xf86-video-xgi ) !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 |