From 41c2d5e6ba377bf07b60b8cd75de6c4711b82165 Mon Sep 17 00:00:00 2001 From: Marcelo Góes Date: Sun, 3 Aug 2008 20:45:48 +0000 Subject: Scatterlist patch should be for kernels >= 2.6.25, not just 2.6.25. Thanks to Michael Brown and Krzysztof Nowicki at bug 233342. (Portage version: 2.1.4.4) --- sys-fs/vhba/ChangeLog | 7 ++++++- sys-fs/vhba/vhba-1.0.0.ebuild | 4 ++-- 2 files changed, 8 insertions(+), 3 deletions(-) (limited to 'sys-fs/vhba') 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 vhba-1.0.0.ebuild: + Scatterlist patch should be for kernels >= 2.6.25, not just 2.6.25. Thanks + to Michael Brown and Krzysztof Nowicki + 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" -- cgit v1.2.3-65-gdbad