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-apps/iproute | |
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-apps/iproute')
-rw-r--r-- | sys-apps/iproute/iproute-20010824.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/iproute/iproute-20010824.ebuild b/sys-apps/iproute/iproute-20010824.ebuild index bfa921b6b95a..fd1f66a48c07 100644 --- a/sys-apps/iproute/iproute-20010824.ebuild +++ b/sys-apps/iproute/iproute-20010824.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/iproute/iproute-20010824.ebuild,v 1.1 2002/04/20 05:25:47 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/iproute/iproute-20010824.ebuild,v 1.2 2002/04/25 06:56:23 drobbins Exp $ S=${WORKDIR}/iproute2 DESCRIPTION="Kernel 2.4 routing and traffic control utilities" SRC_URI="ftp://ftp.inr.ac.ru/ip-routing/iproute2-2.4.7-now-ss010824.tar.gz" -DEPEND="virtual/glibc virtual/kernel" +DEPEND="virtual/glibc virtual/linux-sources" src_unpack() { unpack ${A} |