diff options
author | Martin Schlemmer <azarah@gentoo.org> | 2002-01-01 22:35:51 +0000 |
---|---|---|
committer | Martin Schlemmer <azarah@gentoo.org> | 2002-01-01 22:35:51 +0000 |
commit | bd596777717f491a7caf14902f7f3dbf4f3a8c72 (patch) | |
tree | b700c5945b548c5f6683282532826713deec95c2 /sys-apps/iproute2 | |
parent | lots of cleanup. jpeg,zlib,libpng should now extract in the correct dirs (diff) | |
download | historical-bd596777717f491a7caf14902f7f3dbf4f3a8c72.tar.gz historical-bd596777717f491a7caf14902f7f3dbf4f3a8c72.tar.bz2 historical-bd596777717f491a7caf14902f7f3dbf4f3a8c72.zip |
header, tab fixes
Diffstat (limited to 'sys-apps/iproute2')
-rw-r--r-- | sys-apps/iproute2/iproute2-2.4.7.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/sys-apps/iproute2/iproute2-2.4.7.ebuild b/sys-apps/iproute2/iproute2-2.4.7.ebuild index d35e89da66e8..621bdbcca38b 100644 --- a/sys-apps/iproute2/iproute2-2.4.7.ebuild +++ b/sys-apps/iproute2/iproute2-2.4.7.ebuild @@ -1,11 +1,12 @@ -# Copyright 1999-2001 Gentoo Technologies, Inc. +# Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# Author: Daniel Robbins <drobbins@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/sys-apps/iproute2/iproute2-2.4.7.ebuild,v 1.3 2001/10/06 17:13:29 drobbins Exp $ +# Maintainer: Daniel Robbins <drobbins@gentoo.org> +# $Header: /var/cvsroot/gentoo-x86/sys-apps/iproute2/iproute2-2.4.7.ebuild,v 1.4 2002/01/01 22:35:51 azarah 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" src_unpack() { |