diff options
author | Marcelo Góes <vanquirius@gentoo.org> | 2008-08-03 20:45:48 +0000 |
---|---|---|
committer | Marcelo Góes <vanquirius@gentoo.org> | 2008-08-03 20:45:48 +0000 |
commit | 41c2d5e6ba377bf07b60b8cd75de6c4711b82165 (patch) | |
tree | 44938231846d9bdc4d04441bda2e16a42fb1ba5d /sys-fs/vhba | |
parent | amd64 stable wrt security bug #230269 (diff) | |
download | gentoo-2-41c2d5e6ba377bf07b60b8cd75de6c4711b82165.tar.gz gentoo-2-41c2d5e6ba377bf07b60b8cd75de6c4711b82165.tar.bz2 gentoo-2-41c2d5e6ba377bf07b60b8cd75de6c4711b82165.zip |
Scatterlist patch should be for kernels >= 2.6.25, not just 2.6.25. Thanks to Michael
Brown <mike at mjbinvestments dot com> and Krzysztof Nowicki <krissn at op dot pl> at
bug 233342.
(Portage version: 2.1.4.4)
Diffstat (limited to 'sys-fs/vhba')
-rw-r--r-- | sys-fs/vhba/ChangeLog | 7 | ||||
-rw-r--r-- | sys-fs/vhba/vhba-1.0.0.ebuild | 4 |
2 files changed, 8 insertions, 3 deletions
diff --git a/sys-fs/vhba/ChangeLog b/sys-fs/vhba/ChangeLog index e09eb7c6c0f3..1071a343f7ac 100644 --- a/sys-fs/vhba/ChangeLog +++ b/sys-fs/vhba/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for sys-fs/vhba # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/vhba/ChangeLog,v 1.5 2008/07/16 00:56:51 vanquirius Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/vhba/ChangeLog,v 1.6 2008/08/03 20:45:48 vanquirius Exp $ + + 03 Aug 2008; Marcelo Goes <vanquirius@gentoo.org> vhba-1.0.0.ebuild: + Scatterlist patch should be for kernels >= 2.6.25, not just 2.6.25. Thanks + to Michael Brown <mike at mjbinvestments dot com> and Krzysztof Nowicki + <krissn at op dot pl> at bug 233342. *vhba-1.1.0 (16 Jul 2008) diff --git a/sys-fs/vhba/vhba-1.0.0.ebuild b/sys-fs/vhba/vhba-1.0.0.ebuild index 9bea65cd0084..4e9a33409c0c 100644 --- a/sys-fs/vhba/vhba-1.0.0.ebuild +++ b/sys-fs/vhba/vhba-1.0.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/vhba/vhba-1.0.0.ebuild,v 1.4 2008/06/26 13:27:30 coldwind Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/vhba/vhba-1.0.0.ebuild,v 1.5 2008/08/03 20:45:48 vanquirius Exp $ inherit linux-info linux-mod eutils @@ -35,7 +35,7 @@ src_unpack() { einfo "Patching scatterlist" epatch "${FILESDIR}"/${P}-scatterlist.patch || die "Failed to patch scatterlist" fi - if kernel_is 2 6 25 ; then + if kernel_is ge 2 6 25 ; then einfo "Patching scatterlist" epatch "${FILESDIR}"/${P}-scatterlist.patch || die "Failed to patch scatterlist" einfo "Patching scsi_cmnd" |