diff options
author | Stefan Schweizer <genstef@gentoo.org> | 2007-12-25 18:05:52 +0000 |
---|---|---|
committer | Stefan Schweizer <genstef@gentoo.org> | 2007-12-25 18:05:52 +0000 |
commit | 38f34e141ced3f9e3f6da4a116522acd9ad82265 (patch) | |
tree | ba8762bb1c254318077bfc22a3db36d91ed09863 /net-dialup/fcdsl/fcdsl-2.6.37.ebuild | |
parent | snapshot bump (diff) | |
download | historical-38f34e141ced3f9e3f6da4a116522acd9ad82265.tar.gz historical-38f34e141ced3f9e3f6da4a116522acd9ad82265.tar.bz2 historical-38f34e141ced3f9e3f6da4a116522acd9ad82265.zip |
new patch to also work with 2.6.23
Package-Manager: portage-2.1.4_rc11
Diffstat (limited to 'net-dialup/fcdsl/fcdsl-2.6.37.ebuild')
-rw-r--r-- | net-dialup/fcdsl/fcdsl-2.6.37.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-dialup/fcdsl/fcdsl-2.6.37.ebuild b/net-dialup/fcdsl/fcdsl-2.6.37.ebuild index 56f5b2cdb34b..988a697967a6 100644 --- a/net-dialup/fcdsl/fcdsl-2.6.37.ebuild +++ b/net-dialup/fcdsl/fcdsl-2.6.37.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dialup/fcdsl/fcdsl-2.6.37.ebuild,v 1.9 2007/12/21 23:15:54 genstef Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dialup/fcdsl/fcdsl-2.6.37.ebuild,v 1.10 2007/12/25 18:05:51 genstef Exp $ inherit linux-mod eutils rpm @@ -84,7 +84,7 @@ src_unpack() { patch -p0 -f < ${FILESDIR}/fcdslslusb-2.6.20.diff cd usr/src/kernel-modules/fcdsl/src kernel_is ge 2 6 20 && patch -p1 -f < ${FILESDIR}/usb-2.6.20.diff - kernel_is ge 2 6 24 && patch -p0 -f < ${FILESDIR}/fcdsl-2.6.24.diff + kernel_is ge 2 6 23 && patch -p0 -f < ${FILESDIR}/fcdsl-2.6.23.diff cd "${S}" if use x86; then |