summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'x11-misc')
-rw-r--r--x11-misc/keytouch-editor/ChangeLog8
-rw-r--r--x11-misc/keytouch-editor/keytouch-editor-3.1.3.ebuild6
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