diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-04-17 07:21:20 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-04-17 07:21:20 +0000 |
commit | 95a096b7c2c5608c9c1bce388ecaee9fc4c933af (patch) | |
tree | a8b6300561243783270723e6b74cafc14a8c3297 /sys-kernel/win4lin-sources | |
parent | Adding gentoo support to alsaconf. Closes bug #47289. Thanks Carter Smithha... (diff) | |
download | gentoo-2-95a096b7c2c5608c9c1bce388ecaee9fc4c933af.tar.gz gentoo-2-95a096b7c2c5608c9c1bce388ecaee9fc4c933af.tar.bz2 gentoo-2-95a096b7c2c5608c9c1bce388ecaee9fc4c933af.zip |
fix patch name (bug #48029)
Diffstat (limited to 'sys-kernel/win4lin-sources')
-rw-r--r-- | sys-kernel/win4lin-sources/ChangeLog | 6 | ||||
-rw-r--r-- | sys-kernel/win4lin-sources/win4lin-sources-2.6.5-r1.ebuild | 6 |
2 files changed, 8 insertions, 4 deletions
diff --git a/sys-kernel/win4lin-sources/ChangeLog b/sys-kernel/win4lin-sources/ChangeLog index a06bbadc9951..ad3afb1895c2 100644 --- a/sys-kernel/win4lin-sources/ChangeLog +++ b/sys-kernel/win4lin-sources/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-kernel/win4lin-sources # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/win4lin-sources/ChangeLog,v 1.18 2004/04/15 07:42:36 plasmaroo Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/win4lin-sources/ChangeLog,v 1.19 2004/04/17 07:21:20 mr_bones_ Exp $ + + 17 Apr 2004; Michael Sterrett <mr_bones_@gentoo.org> + win4lin-sources-2.6.5-r1.ebuild: + fix patch name (bug #48029) *win4lin-sources-2.6.5-r1 (15 Apr 2004) diff --git a/sys-kernel/win4lin-sources/win4lin-sources-2.6.5-r1.ebuild b/sys-kernel/win4lin-sources/win4lin-sources-2.6.5-r1.ebuild index b6b834cfcf55..4c1004fd6009 100644 --- a/sys-kernel/win4lin-sources/win4lin-sources-2.6.5-r1.ebuild +++ b/sys-kernel/win4lin-sources/win4lin-sources-2.6.5-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/win4lin-sources/win4lin-sources-2.6.5-r1.ebuild,v 1.2 2004/04/15 23:36:58 plasmaroo Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/win4lin-sources/win4lin-sources-2.6.5-r1.ebuild,v 1.3 2004/04/17 07:21:20 mr_bones_ Exp $ # OKV=original kernel version, KV=patched kernel version. They can be the same. inherit eutils @@ -39,8 +39,8 @@ src_unpack() { cd ${S} epatch ${DISTDIR}/Kernel-Win4Lin3-${OKV}.patch || die "Error: Failed to appky Win4Lin3 patch!" - ebegin "Applying mki-adapter26_1_3_3.patch" - patch -Np1 -i ${DISTDIR}/mki-adapter26_1_3_3.patch > /dev/null 2>&1 || die "Error: Failed to apply mki-adapter patch!" + ebegin "Applying mki-adapter26_1_3_4.patch" + patch -Np1 -i ${DISTDIR}/mki-adapter26_1_3_4.patch > /dev/null 2>&1 || die "Error: Failed to apply mki-adapter patch!" eend $? epatch ${FILESDIR}/${P}.CAN-2004-0109.patch || die "Failed to patch CAN-2004-0109 vulnerability!" |