summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2016-11-17 22:47:49 +0100
committerManuel Rüger <mrueg@gentoo.org>2016-11-17 22:48:11 +0100
commit4b51d7114f537f97b7c3a03f082dc41665d3bcc4 (patch)
tree1da6578b394b180d6ada6a96553c18861d670935 /x11-drivers/xf86-input-mouse/xf86-input-mouse-1.9.2.ebuild
parentx11-drivers/xf86-input-keyboard: Remove old (diff)
downloadgentoo-4b51d7114f537f97b7c3a03f082dc41665d3bcc4.tar.gz
gentoo-4b51d7114f537f97b7c3a03f082dc41665d3bcc4.tar.bz2
gentoo-4b51d7114f537f97b7c3a03f082dc41665d3bcc4.zip
x11-drivers/xf86-input-mouse: Version bump to 1.9.2
Package-Manager: portage-2.3.2
Diffstat (limited to 'x11-drivers/xf86-input-mouse/xf86-input-mouse-1.9.2.ebuild')
-rw-r--r--x11-drivers/xf86-input-mouse/xf86-input-mouse-1.9.2.ebuild14
1 files changed, 14 insertions, 0 deletions
diff --git a/x11-drivers/xf86-input-mouse/xf86-input-mouse-1.9.2.ebuild b/x11-drivers/xf86-input-mouse/xf86-input-mouse-1.9.2.ebuild
new file mode 100644
index 000000000000..0b22c2335968
--- /dev/null
+++ b/x11-drivers/xf86-input-mouse/xf86-input-mouse-1.9.2.ebuild
@@ -0,0 +1,14 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+inherit xorg-2
+
+DESCRIPTION="X.Org driver for mouse input devices"
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
+IUSE=""
+
+RDEPEND=">=x11-base/xorg-server-1.7"
+DEPEND="${RDEPEND}"