summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>2015-02-04 17:44:36 +0000
committerChí-Thanh Christopher Nguyễn <chithanh@gentoo.org>2015-02-04 17:44:36 +0000
commitfb8dd78094b90959983db6943d63d1c32198f33f (patch)
tree22448e9d0400e0f16c31defa6f2c01553012a3d0 /x11-base
parentEAPI 5 (diff)
downloadgentoo-2-fb8dd78094b90959983db6943d63d1c32198f33f.tar.gz
gentoo-2-fb8dd78094b90959983db6943d63d1c32198f33f.tar.bz2
gentoo-2-fb8dd78094b90959983db6943d63d1c32198f33f.zip
Add libinput flag and dependency
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0x2324E7B566DF2611!)
Diffstat (limited to 'x11-base')
-rw-r--r--x11-base/xorg-drivers/ChangeLog8
-rw-r--r--x11-base/xorg-drivers/xorg-drivers-1.16.ebuild6
2 files changed, 10 insertions, 4 deletions
diff --git a/x11-base/xorg-drivers/ChangeLog b/x11-base/xorg-drivers/ChangeLog
index a23d47d10edc..009d807fa872 100644
--- a/x11-base/xorg-drivers/ChangeLog
+++ b/x11-base/xorg-drivers/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-base/xorg-drivers
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-base/xorg-drivers/ChangeLog,v 1.119 2014/06/08 09:15:41 ago Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-base/xorg-drivers/ChangeLog,v 1.120 2015/02/04 17:44:36 chithanh Exp $
+
+ 04 Feb 2015; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
+ xorg-drivers-1.16.ebuild:
+ Add libinput flag and dependency
08 Jun 2014; Agostino Sarubbo <ago@gentoo.org> xorg-drivers-1.15.ebuild:
Stable for arm, wrt bug #500368
diff --git a/x11-base/xorg-drivers/xorg-drivers-1.16.ebuild b/x11-base/xorg-drivers/xorg-drivers-1.16.ebuild
index 93f894435757..04e6c954f476 100644
--- a/x11-base/xorg-drivers/xorg-drivers-1.16.ebuild
+++ b/x11-base/xorg-drivers/xorg-drivers-1.16.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-base/xorg-drivers/xorg-drivers-1.16.ebuild,v 1.1 2014/05/27 15:18:34 chithanh Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-base/xorg-drivers/xorg-drivers-1.16.ebuild,v 1.2 2015/02/04 17:44:36 chithanh Exp $
EAPI=5
@@ -21,6 +21,7 @@ IUSE_INPUT_DEVICES="
input_devices_hyperpen
input_devices_joystick
input_devices_keyboard
+ input_devices_libinput
input_devices_mouse
input_devices_mutouch
input_devices_penmount
@@ -94,6 +95,7 @@ PDEPEND="
input_devices_hyperpen? ( x11-drivers/xf86-input-hyperpen )
input_devices_joystick? ( x11-drivers/xf86-input-joystick )
input_devices_keyboard? ( x11-drivers/xf86-input-keyboard )
+ input_devices_libinput? ( x11-drivers/xf86-input-libinput )
input_devices_mouse? ( x11-drivers/xf86-input-mouse )
input_devices_mutouch? ( x11-drivers/xf86-input-mutouch )
input_devices_penmount? ( x11-drivers/xf86-input-penmount )