diff options
author | Daniel Robbins <drobbins@gentoo.org> | 2002-04-25 06:56:23 +0000 |
---|---|---|
committer | Daniel Robbins <drobbins@gentoo.org> | 2002-04-25 06:56:23 +0000 |
commit | af8a9e9fa07b9bf6b42f6096af661bf4152f264c (patch) | |
tree | eef2a08aef2ae69218abdabeb240d33fff0ce1f8 /sys-kernel/vanilla-sources | |
parent | meep (diff) | |
download | gentoo-2-af8a9e9fa07b9bf6b42f6096af661bf4152f264c.tar.gz gentoo-2-af8a9e9fa07b9bf6b42f6096af661bf4152f264c.tar.bz2 gentoo-2-af8a9e9fa07b9bf6b42f6096af661bf4152f264c.zip |
global update: "virtual/kernel" has been depreciated and "virtual/linux-sources"
should be used instead. "virtual/linux-sources" means "a kernel source tree in /usr/src/linux"
Diffstat (limited to 'sys-kernel/vanilla-sources')
-rw-r--r-- | sys-kernel/vanilla-sources/vanilla-sources-2.4.18.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-kernel/vanilla-sources/vanilla-sources-2.4.18.ebuild b/sys-kernel/vanilla-sources/vanilla-sources-2.4.18.ebuild index 855b8dfe81f7..5844c1cc2638 100644 --- a/sys-kernel/vanilla-sources/vanilla-sources-2.4.18.ebuild +++ b/sys-kernel/vanilla-sources/vanilla-sources-2.4.18.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # Maintainer: Daniel Robbins <drobbins@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/vanilla-sources/vanilla-sources-2.4.18.ebuild,v 1.1 2002/04/25 02:06:14 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/vanilla-sources/vanilla-sources-2.4.18.ebuild,v 1.2 2002/04/25 06:56:23 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 @@ -18,7 +18,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" -PROVIDE="virtual/kernel" +PROVIDE="virtual/linux-sources" HOMEPAGE="http://www.kernel.org/ http://www.gentoo.org/" if [ $ETYPE = "sources" ] && [ -z "`use build`" ] |