diff options
author | Stephen Klimaszewski <steev@gentoo.org> | 2006-04-27 05:48:26 +0000 |
---|---|---|
committer | Stephen Klimaszewski <steev@gentoo.org> | 2006-04-27 05:48:26 +0000 |
commit | 25007831a9c479f28c071b5d433335200ded0c6a (patch) | |
tree | f1f56a962ade7492e58b0fa5dc292bb9a8c47164 /sys-apps | |
parent | make X depends optional #131336 by Pierre Cassimans (diff) | |
download | gentoo-2-25007831a9c479f28c071b5d433335200ded0c6a.tar.gz gentoo-2-25007831a9c479f28c071b5d433335200ded0c6a.tar.bz2 gentoo-2-25007831a9c479f28c071b5d433335200ded0c6a.zip |
hal 0.5.7 depends on /proc/mounts which is in 2.6.15, so we require at least that version now. Closes bug #127692. Thanks to Peter Clifton for reporting.
(Portage version: 2.1_pre9-r4)
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/hal/ChangeLog | 7 | ||||
-rw-r--r-- | sys-apps/hal/hal-0.5.7-r1.ebuild | 6 | ||||
-rw-r--r-- | sys-apps/hal/hal-0.5.7.ebuild | 6 |
3 files changed, 12 insertions, 7 deletions
diff --git a/sys-apps/hal/ChangeLog b/sys-apps/hal/ChangeLog index 3214b2760dfd..cad7c8aed515 100644 --- a/sys-apps/hal/ChangeLog +++ b/sys-apps/hal/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for sys-apps/hal # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/hal/ChangeLog,v 1.83 2006/04/27 02:05:55 compnerd Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/hal/ChangeLog,v 1.84 2006/04/27 05:48:26 steev Exp $ + + 27 Apr 2006; Steev Klimaszewski <steev@gentoo.org> hal-0.5.7.ebuild, + hal-0.5.7-r1.ebuild: + hal 0.5.7 depends on /proc/mounts which is in 2.6.15, so we require at least + that version now. Closes bug #127692. Thanks to Peter Clifton for reporting. *hal-0.5.7-r1 (27 Apr 2006) diff --git a/sys-apps/hal/hal-0.5.7-r1.ebuild b/sys-apps/hal/hal-0.5.7-r1.ebuild index 6a63b179a774..a99dafcd1e8e 100644 --- a/sys-apps/hal/hal-0.5.7-r1.ebuild +++ b/sys-apps/hal/hal-0.5.7-r1.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-r1.ebuild,v 1.1 2006/04/27 02:05:55 compnerd Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/hal/hal-0.5.7-r1.ebuild,v 1.2 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 \ 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 \ |