diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2010-01-10 08:18:01 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2010-01-10 08:18:01 +0000 |
commit | 6e770fffb67d5d5c07e1f93e5c9f5a654287273b (patch) | |
tree | bafdab552952e517e5f39210c0f63daade903ad4 /x11-misc | |
parent | Bug #283320 cleanup: linux_config_exists before linux_chkconfig*. (diff) | |
download | gentoo-2-6e770fffb67d5d5c07e1f93e5c9f5a654287273b.tar.gz gentoo-2-6e770fffb67d5d5c07e1f93e5c9f5a654287273b.tar.bz2 gentoo-2-6e770fffb67d5d5c07e1f93e5c9f5a654287273b.zip |
Bug #283320 cleanup. This package is actually installing just a script and should bring in only linux-info for warnings, not linux-mod.
(Portage version: 2.2_rc61/cvs/Linux x86_64)
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/keytouch-editor/ChangeLog | 8 | ||||
-rw-r--r-- | x11-misc/keytouch-editor/keytouch-editor-3.1.3.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/x11-misc/keytouch-editor/ChangeLog b/x11-misc/keytouch-editor/ChangeLog index 8e8995f4aff8..4e14f8143215 100644 --- a/x11-misc/keytouch-editor/ChangeLog +++ b/x11-misc/keytouch-editor/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-misc/keytouch-editor -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/keytouch-editor/ChangeLog,v 1.7 2008/07/21 20:25:07 nyhm Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/keytouch-editor/ChangeLog,v 1.8 2010/01/10 08:18:01 robbat2 Exp $ + + 10 Jan 2010; Robin H. Johnson <robbat2@gentoo.org> + keytouch-editor-3.1.3.ebuild: + Bug #283320 cleanup: linux_config_exists before linux_chkconfig*. 21 Jul 2008; Tristan Heaven <nyhm@gentoo.org> +files/keytouch-editor-3.1.3-glibc28.patch, keytouch-editor-3.1.3.ebuild: diff --git a/x11-misc/keytouch-editor/keytouch-editor-3.1.3.ebuild b/x11-misc/keytouch-editor/keytouch-editor-3.1.3.ebuild index c2938209b513..5cb19aea7d99 100644 --- a/x11-misc/keytouch-editor/keytouch-editor-3.1.3.ebuild +++ b/x11-misc/keytouch-editor/keytouch-editor-3.1.3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/keytouch-editor/keytouch-editor-3.1.3.ebuild,v 1.3 2008/07/21 20:25:07 nyhm Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/keytouch-editor/keytouch-editor-3.1.3.ebuild,v 1.4 2010/01/10 08:18:01 robbat2 Exp $ inherit eutils linux-info @@ -41,7 +41,7 @@ src_install() { } pkg_postinst() { - if ! linux_chkconfig_present INPUT_EVDEV ; then + if ! linux_config_exists || ! linux_chkconfig_present INPUT_EVDEV; then ewarn "To use ${PN}, CONFIG_INPUT_EVDEV must" ewarn "be enabled in your kernel config." ewarn |