diff options
author | Daniel Robbins <drobbins@gentoo.org> | 2002-09-08 03:03:32 +0000 |
---|---|---|
committer | Daniel Robbins <drobbins@gentoo.org> | 2002-09-08 03:03:32 +0000 |
commit | 729274fa97439eb6dc0475c43dd646bb853de4f3 (patch) | |
tree | 19b10a599dabc0f69b4ac450ec5630e6a0a64f56 /sys-kernel/xfs-sources | |
parent | removing extraneous ebuild (diff) | |
download | gentoo-2-729274fa97439eb6dc0475c43dd646bb853de4f3.tar.gz gentoo-2-729274fa97439eb6dc0475c43dd646bb853de4f3.tar.bz2 gentoo-2-729274fa97439eb6dc0475c43dd646bb853de4f3.zip |
URI fix
Diffstat (limited to 'sys-kernel/xfs-sources')
-rw-r--r-- | sys-kernel/xfs-sources/xfs-sources-2.4.19.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-kernel/xfs-sources/xfs-sources-2.4.19.ebuild b/sys-kernel/xfs-sources/xfs-sources-2.4.19.ebuild index 3d251e0727f8..828be7dd7769 100644 --- a/sys-kernel/xfs-sources/xfs-sources-2.4.19.ebuild +++ b/sys-kernel/xfs-sources/xfs-sources-2.4.19.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/xfs-sources/xfs-sources-2.4.19.ebuild,v 1.1 2002/09/03 19:26:45 lostlogic Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/xfs-sources/xfs-sources-2.4.19.ebuild,v 1.2 2002/09/08 03:03:32 drobbins 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 @@ -20,7 +20,7 @@ ETYPE="sources" DESCRIPTION="Full sources for the Gentoo Linux kernel" SRC_URI="http://www.kernel.org/pub/linux/kernel/v2.4/linux-${OKV}.tar.bz2 ftp://oss.sgi.com/projects/xfs/download/patches/2.4.19/xfs-2.4.19-all-i386.bz2 - http://gentoo.lostlogicx.com/patch-2.4.19-xfs.bz2" + mirror://gentoo/patch-2.4.19-xfs.bz2" PROVIDE="virtual/linux-sources" HOMEPAGE="http://www.kernel.org/ http://oss.sgi.com/projects/xfs http://evms.sourceforge.net" |