diff options
author | Jeremy Olexa <darkside@gentoo.org> | 2009-12-14 16:00:37 +0000 |
---|---|---|
committer | Jeremy Olexa <darkside@gentoo.org> | 2009-12-14 16:00:37 +0000 |
commit | 1410c62fee1e5c72b5f182b95a1fc67530e27daf (patch) | |
tree | 21a69b006830c14812dc66b7de3d62c18702430e /x11-drivers/xf86-input-synaptics | |
parent | app-emacs/ngnus removal, bug 293302. (diff) | |
download | gentoo-2-1410c62fee1e5c72b5f182b95a1fc67530e27daf.tar.gz gentoo-2-1410c62fee1e5c72b5f182b95a1fc67530e27daf.tar.bz2 gentoo-2-1410c62fee1e5c72b5f182b95a1fc67530e27daf.zip |
QA: s/linux_chkconfig_exists/linux_config_exists/
(Portage version: 2.1.7.10/cvs/Linux x86_64)
Diffstat (limited to 'x11-drivers/xf86-input-synaptics')
-rw-r--r-- | x11-drivers/xf86-input-synaptics/ChangeLog | 6 | ||||
-rw-r--r-- | x11-drivers/xf86-input-synaptics/xf86-input-synaptics-1.2.0.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/x11-drivers/xf86-input-synaptics/ChangeLog b/x11-drivers/xf86-input-synaptics/ChangeLog index c9f960f8fcb4..943826e2ac85 100644 --- a/x11-drivers/xf86-input-synaptics/ChangeLog +++ b/x11-drivers/xf86-input-synaptics/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-drivers/xf86-input-synaptics # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-synaptics/ChangeLog,v 1.36 2009/12/13 21:16:16 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-synaptics/ChangeLog,v 1.37 2009/12/14 16:00:37 darkside Exp $ + + 14 Dec 2009; Jeremy Olexa <darkside@gentoo.org> + xf86-input-synaptics-1.2.0.ebuild: + QA: s/linux_chkconfig_exists/linux_config_exists/ 13 Dec 2009; Gilles Dartiguelongue <eva@gentoo.org> xf86-input-synaptics-1.2.0.ebuild: diff --git a/x11-drivers/xf86-input-synaptics/xf86-input-synaptics-1.2.0.ebuild b/x11-drivers/xf86-input-synaptics/xf86-input-synaptics-1.2.0.ebuild index 66e9ddc2959b..709496700cc5 100644 --- a/x11-drivers/xf86-input-synaptics/xf86-input-synaptics-1.2.0.ebuild +++ b/x11-drivers/xf86-input-synaptics/xf86-input-synaptics-1.2.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 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.2.0.ebuild,v 1.5 2009/12/13 21:16:16 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-synaptics/xf86-input-synaptics-1.2.0.ebuild,v 1.6 2009/12/14 16:00:37 darkside Exp $ inherit linux-info x-modular @@ -32,7 +32,7 @@ src_install() { pkg_postinst() { x-modular_pkg_postinst # Just a friendly warning - if linux_chkconfig_exists; then + if linux_config_exists; then if ! linux_chkconfig_present INPUT_EVDEV; then echo ewarn "This driver requires event interface support in your kernel" |