diff options
author | Donnie Berkholz <dberkholz@gentoo.org> | 2007-09-14 09:11:46 +0000 |
---|---|---|
committer | Donnie Berkholz <dberkholz@gentoo.org> | 2007-09-14 09:11:46 +0000 |
commit | c8fc38551eae95ff1761ed03683d5b04418b2a39 (patch) | |
tree | 541ba3451a18d27e461218c5e2891d3fabedb6ec /x11-drivers/xf86-input-microtouch/xf86-input-microtouch-1.1.1.ebuild | |
parent | Bump for 7.3. (diff) | |
download | gentoo-2-c8fc38551eae95ff1761ed03683d5b04418b2a39.tar.gz gentoo-2-c8fc38551eae95ff1761ed03683d5b04418b2a39.tar.bz2 gentoo-2-c8fc38551eae95ff1761ed03683d5b04418b2a39.zip |
Bump for 7.3.
(Portage version: 2.1.3.9)
Diffstat (limited to 'x11-drivers/xf86-input-microtouch/xf86-input-microtouch-1.1.1.ebuild')
-rw-r--r-- | x11-drivers/xf86-input-microtouch/xf86-input-microtouch-1.1.1.ebuild | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/x11-drivers/xf86-input-microtouch/xf86-input-microtouch-1.1.1.ebuild b/x11-drivers/xf86-input-microtouch/xf86-input-microtouch-1.1.1.ebuild new file mode 100644 index 000000000000..938f871af06b --- /dev/null +++ b/x11-drivers/xf86-input-microtouch/xf86-input-microtouch-1.1.1.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-microtouch/xf86-input-microtouch-1.1.1.ebuild,v 1.1 2007/09/14 09:11:46 dberkholz Exp $ + +# Must be before x-modular eclass is inherited +#SNAPSHOT="yes" +XDPVER="4" + +inherit x-modular + +DESCRIPTION="MicroTouch input driver" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd" +RDEPEND=">=x11-base/xorg-server-1.0.99" +DEPEND="${RDEPEND} + >=x11-proto/inputproto-1.4.1 + x11-proto/randrproto + x11-proto/xproto" |