diff options
author | Martin Holzer <mholzer@gentoo.org> | 2003-06-25 15:08:41 +0000 |
---|---|---|
committer | Martin Holzer <mholzer@gentoo.org> | 2003-06-25 15:08:41 +0000 |
commit | cda227387e0bb44214d5edfeb4170ee6b1af0e74 (patch) | |
tree | 394291ab60ea8f548bcd98b72167aa59f4ce033e /sys-kernel/vanilla-sources/vanilla-sources-2.4.21.ebuild | |
parent | fixed typo in sample dhcpd.conf and unmasked 3.0.9-r1 (diff) | |
download | gentoo-2-cda227387e0bb44214d5edfeb4170ee6b1af0e74.tar.gz gentoo-2-cda227387e0bb44214d5edfeb4170ee6b1af0e74.tar.bz2 gentoo-2-cda227387e0bb44214d5edfeb4170ee6b1af0e74.zip |
Changed SRC_URI to use mirror://kernel
Diffstat (limited to 'sys-kernel/vanilla-sources/vanilla-sources-2.4.21.ebuild')
-rw-r--r-- | sys-kernel/vanilla-sources/vanilla-sources-2.4.21.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-kernel/vanilla-sources/vanilla-sources-2.4.21.ebuild b/sys-kernel/vanilla-sources/vanilla-sources-2.4.21.ebuild index cc33962f9cbf..bc92ea138416 100644 --- a/sys-kernel/vanilla-sources/vanilla-sources-2.4.21.ebuild +++ b/sys-kernel/vanilla-sources/vanilla-sources-2.4.21.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/vanilla-sources/vanilla-sources-2.4.21.ebuild,v 1.1 2003/06/13 15:27:25 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/vanilla-sources/vanilla-sources-2.4.21.ebuild,v 1.2 2003/06/25 15:08:31 mholzer Exp $ #OKV=original kernel version, KV=patched kernel version. They can be the same. ETYPE="sources" @@ -16,7 +16,7 @@ S=${WORKDIR}/linux-${KV} # stock 2.4.21 kernel sources DESCRIPTION="Full sources for the Linux kernel" -SRC_URI="http://www.kernel.org/pub/linux/kernel/v2.4/linux-${OKV}.tar.bz2" +SRC_URI="mirror://kernel/linux/kernel/v2.4/linux-${OKV}.tar.bz2" HOMEPAGE="http://www.kernel.org/ http://www.gentoo.org/" KEYWORDS="x86 ppc sparc alpha" SLOT="${KV}" |