diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2010-01-10 08:18:52 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2010-01-10 08:18:52 +0000 |
commit | 9304a88c0d924907dae70e7fb0eea134c5b968c2 (patch) | |
tree | f46c23b94733a530ed2c456d7790af7417257520 /x11-misc | |
parent | Bug #283320 cleanup. This package is actually installing just a script and sh... (diff) | |
download | gentoo-2-9304a88c0d924907dae70e7fb0eea134c5b968c2.tar.gz gentoo-2-9304a88c0d924907dae70e7fb0eea134c5b968c2.tar.bz2 gentoo-2-9304a88c0d924907dae70e7fb0eea134c5b968c2.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/xnots/ChangeLog | 7 | ||||
-rw-r--r-- | x11-misc/xnots/xnots-0.2.1.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/x11-misc/xnots/ChangeLog b/x11-misc/xnots/ChangeLog index 511136a0401b..b04ed47218fd 100644 --- a/x11-misc/xnots/ChangeLog +++ b/x11-misc/xnots/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/xnots -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xnots/ChangeLog,v 1.6 2009/03/21 22:00:39 nelchael Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xnots/ChangeLog,v 1.7 2010/01/10 08:18:52 robbat2 Exp $ + + 10 Jan 2010; Robin H. Johnson <robbat2@gentoo.org> xnots-0.2.1.ebuild: + Bug #283320 cleanup: linux_config_exists before linux_chkconfig*. 21 Mar 2009; Krzysiek Pawlik <nelchael@gentoo.org> -xnots-0.2.ebuild: Remove old versions. diff --git a/x11-misc/xnots/xnots-0.2.1.ebuild b/x11-misc/xnots/xnots-0.2.1.ebuild index 404b3c1fab22..e31e603978a0 100644 --- a/x11-misc/xnots/xnots-0.2.1.ebuild +++ b/x11-misc/xnots/xnots-0.2.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 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/xnots/xnots-0.2.1.ebuild,v 1.1 2009/01/13 00:58:43 nelchael Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xnots/xnots-0.2.1.ebuild,v 1.2 2010/01/10 08:18:52 robbat2 Exp $ EAPI="2" @@ -40,7 +40,7 @@ src_install() { } pkg_postinst() { - if ! linux_chkconfig_present INOTIFY; then + if ! linux_config_exists || ! linux_chkconfig_present INOTIFY; then ewarn "Your kernel is compiled without INOTIFY support." ewarn "xNots requires INOTIFY support to run." ewarn "Please enable CONFIG_INOTIFY in your kernel config." |