diff options
author | 2010-10-31 11:52:59 +0000 | |
---|---|---|
committer | 2010-10-31 11:52:59 +0000 | |
commit | ae99710bd403258de75ead541075b5b187d374ca (patch) | |
tree | 076a5a8b58ab0dca2776e14047bccbe807bf2d99 /x11-drivers/xf86-input-void/xf86-input-void-1.3.1.ebuild | |
parent | Revbump to fix bug #339988. Thanks to Chris Coleman for the solution and prob... (diff) | |
download | gentoo-2-ae99710bd403258de75ead541075b5b187d374ca.tar.gz gentoo-2-ae99710bd403258de75ead541075b5b187d374ca.tar.bz2 gentoo-2-ae99710bd403258de75ead541075b5b187d374ca.zip |
Version bump
(Portage version: 2.2_rc98/cvs/Linux x86_64)
Diffstat (limited to 'x11-drivers/xf86-input-void/xf86-input-void-1.3.1.ebuild')
-rw-r--r-- | x11-drivers/xf86-input-void/xf86-input-void-1.3.1.ebuild | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/x11-drivers/xf86-input-void/xf86-input-void-1.3.1.ebuild b/x11-drivers/xf86-input-void/xf86-input-void-1.3.1.ebuild new file mode 100644 index 000000000000..35f2166805cd --- /dev/null +++ b/x11-drivers/xf86-input-void/xf86-input-void-1.3.1.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2010 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.3.1.ebuild,v 1.1 2010/10/31 11:52:59 scarabeus Exp $ + +EAPI=3 +inherit xorg-2 + +DESCRIPTION="null input driver" + +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd" +IUSE="" + +RDEPEND="x11-base/xorg-server" +DEPEND="${RDEPEND} + x11-proto/inputproto + x11-proto/randrproto + x11-proto/xproto" |