diff options
Diffstat (limited to 'sys-apps/hal/hal-0.5.7.ebuild')
-rw-r--r-- | sys-apps/hal/hal-0.5.7.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-apps/hal/hal-0.5.7.ebuild b/sys-apps/hal/hal-0.5.7.ebuild index 41dde1c78d46..1ab1ae8cfc34 100644 --- a/sys-apps/hal/hal-0.5.7.ebuild +++ b/sys-apps/hal/hal-0.5.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/hal/hal-0.5.7.ebuild,v 1.3 2006/04/13 13:54:28 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/hal/hal-0.5.7.ebuild,v 1.4 2006/04/27 05:48:26 steev Exp $ inherit eutils linux-info debug @@ -61,8 +61,8 @@ function notify_uevent_2_6_16() { pkg_setup() { linux-info_pkg_setup - kernel_is ge 2 6 13 \ - || die "You need a 2.6.13 or newer kernel to run this package" + kernel_is ge 2 6 15 \ + || die "You need a 2.6.15 or newer kernel to run this package" if kernel_is lt 2 6 16 ; then linux_chkconfig_present KOBJECT_UEVENT \ |