diff options
author | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2011-01-12 00:05:19 +0000 |
---|---|---|
committer | Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> | 2011-01-12 00:05:19 +0000 |
commit | c3bfcb67ccace292fb7cb83cf7db9e0951b8305d (patch) | |
tree | 1a6be5c1fd68fcee867f76f7b59ac0c9584c1b44 /x11-drivers/xf86-input-evdev/xf86-input-evdev-2.6.0.ebuild | |
parent | version bump (diff) | |
download | gentoo-2-c3bfcb67ccace292fb7cb83cf7db9e0951b8305d.tar.gz gentoo-2-c3bfcb67ccace292fb7cb83cf7db9e0951b8305d.tar.bz2 gentoo-2-c3bfcb67ccace292fb7cb83cf7db9e0951b8305d.zip |
Version bump.
(Portage version: 2.2.0_alpha14/cvs/Linux x86_64)
Diffstat (limited to 'x11-drivers/xf86-input-evdev/xf86-input-evdev-2.6.0.ebuild')
-rw-r--r-- | x11-drivers/xf86-input-evdev/xf86-input-evdev-2.6.0.ebuild | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.6.0.ebuild b/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.6.0.ebuild new file mode 100644 index 000000000000..4af18f8bbb7c --- /dev/null +++ b/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.6.0.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-evdev/xf86-input-evdev-2.6.0.ebuild,v 1.1 2011/01/12 00:05:19 chithanh Exp $ + +EAPI=3 +inherit xorg-2 + +DESCRIPTION="Generic Linux input driver" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86" +IUSE="" + +RDEPEND=">=x11-base/xorg-server-1.6.3" +DEPEND="${RDEPEND} + >=sys-kernel/linux-headers-2.6 + x11-proto/inputproto + x11-proto/xproto" |