diff options
author | Kevyn Shortell <trance@gentoo.org> | 2002-11-08 10:57:30 +0000 |
---|---|---|
committer | Kevyn Shortell <trance@gentoo.org> | 2002-11-08 10:57:30 +0000 |
commit | 1bf3f842a290ee1373984e8f52ddbabbaf259c3f (patch) | |
tree | 8c508be48124c544364350c5a73216ab472c99fd /sys-kernel/ppc-sources-dev | |
parent | added missing IUSE (diff) | |
download | historical-1bf3f842a290ee1373984e8f52ddbabbaf259c3f.tar.gz historical-1bf3f842a290ee1373984e8f52ddbabbaf259c3f.tar.bz2 historical-1bf3f842a290ee1373984e8f52ddbabbaf259c3f.zip |
updated to 2.4.20 kernel
Diffstat (limited to 'sys-kernel/ppc-sources-dev')
-rw-r--r-- | sys-kernel/ppc-sources-dev/files/digest-ppc-sources-dev-2.4.19 | 2 | ||||
-rw-r--r-- | sys-kernel/ppc-sources-dev/ppc-sources-dev-2.4.19.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/sys-kernel/ppc-sources-dev/files/digest-ppc-sources-dev-2.4.19 b/sys-kernel/ppc-sources-dev/files/digest-ppc-sources-dev-2.4.19 index 67b92af17917..470b04b3ce92 100644 --- a/sys-kernel/ppc-sources-dev/files/digest-ppc-sources-dev-2.4.19 +++ b/sys-kernel/ppc-sources-dev/files/digest-ppc-sources-dev-2.4.19 @@ -1 +1 @@ -MD5 94406e01b704eec855c909df3d4ee971 linux-2.4.20-r8.tar.bz2 27499126 +MD5 3aebd0657b164220f828561a293085f6 linux-2.4.19-r7.tar.bz2 767137 diff --git a/sys-kernel/ppc-sources-dev/ppc-sources-dev-2.4.19.ebuild b/sys-kernel/ppc-sources-dev/ppc-sources-dev-2.4.19.ebuild index 2405464cd85f..40440b220568 100644 --- a/sys-kernel/ppc-sources-dev/ppc-sources-dev-2.4.19.ebuild +++ b/sys-kernel/ppc-sources-dev/ppc-sources-dev-2.4.19.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Id: ppc-sources-dev-2.4.19.ebuild,v 1.6 2002/11/08 10:56:07 trance Exp $ +# $Id: ppc-sources-dev-2.4.19.ebuild,v 1.7 2002/11/08 10:57:30 trance Exp $ #OKV=original kernel version, KV=patched kernel version. They can be the same. #we use this next variable to avoid duplicating stuff on cvs GFILESDIR=${PORTDIR}/sys-kernel/linux-sources/files OKV=${PVR} -KV=2.4.20-r8 +KV=2.4.19-r7 S=${WORKDIR}/linux-${KV} ETYPE="sources" |