chithanh 15/02/25 14:52:18 Modified: xf86-input-synaptics-1.8.1.ebuild ChangeLog Log: Raise minimum xorg-server dependency, bug #540820. (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0x2324E7B566DF2611!)
Revision Changes Path 1.6 x11-drivers/xf86-input-synaptics/xf86-input-synaptics-1.8.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-input-synaptics/xf86-input-synaptics-1.8.1.ebuild?rev=1.6&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-input-synaptics/xf86-input-synaptics-1.8.1.ebuild?rev=1.6&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-input-synaptics/xf86-input-synaptics-1.8.1.ebuild?r1=1.5&r2=1.6 Index: xf86-input-synaptics-1.8.1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-synaptics/xf86-input-synaptics-1.8.1.ebuild,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- xf86-input-synaptics-1.8.1.ebuild 21 Feb 2015 08:55:54 -0000 1.5 +++ xf86-input-synaptics-1.8.1.ebuild 25 Feb 2015 14:52:17 -0000 1.6 @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-synaptics/xf86-input-synaptics-1.8.1.ebuild,v 1.5 2015/02/21 08:55:54 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-synaptics/xf86-input-synaptics-1.8.1.ebuild,v 1.6 2015/02/25 14:52:17 chithanh Exp $ EAPI=5 @@ -13,7 +13,7 @@ IUSE="kernel_linux" RDEPEND="kernel_linux? ( >=dev-libs/libevdev-0.4 ) - >=x11-base/xorg-server-1.12 + >=x11-base/xorg-server-1.14 >=x11-libs/libXi-1.2 >=x11-libs/libXtst-1.1.0" DEPEND="${RDEPEND} 1.114 x11-drivers/xf86-input-synaptics/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-input-synaptics/ChangeLog?rev=1.114&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-input-synaptics/ChangeLog?rev=1.114&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-drivers/xf86-input-synaptics/ChangeLog?r1=1.113&r2=1.114 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-synaptics/ChangeLog,v retrieving revision 1.113 retrieving revision 1.114 diff -u -r1.113 -r1.114 --- ChangeLog 21 Feb 2015 08:55:54 -0000 1.113 +++ ChangeLog 25 Feb 2015 14:52:17 -0000 1.114 @@ -1,6 +1,10 @@ # ChangeLog for x11-drivers/xf86-input-synaptics # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-synaptics/ChangeLog,v 1.113 2015/02/21 08:55:54 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-synaptics/ChangeLog,v 1.114 2015/02/25 14:52:17 chithanh Exp $ + + 25 Feb 2015; Chí-Thanh Christopher Nguyễn <[email protected]> + xf86-input-synaptics-1.8.1.ebuild: + Raise minimum xorg-server dependency, bug #540820. 21 Feb 2015; Agostino Sarubbo <[email protected]> xf86-input-synaptics-1.8.1.ebuild:
