diff options
author | Joshua Baergen <joshuabaergen@gentoo.org> | 2006-04-14 17:30:44 +0000 |
---|---|---|
committer | Joshua Baergen <joshuabaergen@gentoo.org> | 2006-04-14 17:30:44 +0000 |
commit | 005fa6712f9770d25b28213d5e7563ee1708370c (patch) | |
tree | 50592dbf95c1c9d526217d61d42c5df000cb3a95 /x11-drivers/xf86-input-void/xf86-input-void-1.1.0.ebuild | |
parent | Add mask for X.Org 7.1 RC. (diff) | |
download | gentoo-2-005fa6712f9770d25b28213d5e7563ee1708370c.tar.gz gentoo-2-005fa6712f9770d25b28213d5e7563ee1708370c.tar.bz2 gentoo-2-005fa6712f9770d25b28213d5e7563ee1708370c.zip |
Bump drivers for 7.1RC1.
(Portage version: 2.1_pre7-r5)
Diffstat (limited to 'x11-drivers/xf86-input-void/xf86-input-void-1.1.0.ebuild')
-rw-r--r-- | x11-drivers/xf86-input-void/xf86-input-void-1.1.0.ebuild | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/x11-drivers/xf86-input-void/xf86-input-void-1.1.0.ebuild b/x11-drivers/xf86-input-void/xf86-input-void-1.1.0.ebuild new file mode 100644 index 000000000000..630bc0b51530 --- /dev/null +++ b/x11-drivers/xf86-input-void/xf86-input-void-1.1.0.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-void/xf86-input-void-1.1.0.ebuild,v 1.1 2006/04/14 17:30:42 joshuabaergen Exp $ + +# Must be before x-modular eclass is inherited +#SNAPSHOT="yes" + +inherit x-modular + +DESCRIPTION="X.Org driver for void input devices" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86" +RDEPEND=">=x11-base/xorg-server-1.0.99" +DEPEND="${RDEPEND} + x11-proto/inputproto + x11-proto/randrproto + x11-proto/xproto" |