diff options
author | Mike Frysinger <vapier@gentoo.org> | 2002-10-19 03:42:44 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2002-10-19 03:42:44 +0000 |
commit | 13ba070fb85c7a18edf9c14267eb1ef164f9760c (patch) | |
tree | bf963d8da0ade434be45f19057c4bf56c87abb7a /sys-apps/iproute | |
parent | lintool fixes for #9258 (diff) | |
download | gentoo-2-13ba070fb85c7a18edf9c14267eb1ef164f9760c.tar.gz gentoo-2-13ba070fb85c7a18edf9c14267eb1ef164f9760c.tar.bz2 gentoo-2-13ba070fb85c7a18edf9c14267eb1ef164f9760c.zip |
lintool fixes for #9258
Diffstat (limited to 'sys-apps/iproute')
-rw-r--r-- | sys-apps/iproute/iproute-20010824-r1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys-apps/iproute/iproute-20010824-r1.ebuild b/sys-apps/iproute/iproute-20010824-r1.ebuild index bf036c30c961..1e110eadd6c1 100644 --- a/sys-apps/iproute/iproute-20010824-r1.ebuild +++ b/sys-apps/iproute/iproute-20010824-r1.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-apps/iproute/iproute-20010824-r1.ebuild,v 1.5 2002/10/04 23:39:58 jmorgan Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/iproute/iproute-20010824-r1.ebuild,v 1.6 2002/10/19 03:42:44 vapier Exp $ S=${WORKDIR}/iproute2 DESCRIPTION="Kernel 2.4 routing and traffic control utilities" @@ -10,6 +10,7 @@ HOMEPAGE="http://www.worldbank.ro/ip-routing/" SLOT="0" KEYWORDS="x86 ppc sparc sparc64" DEPEND="virtual/linux-sources" +RDEPEND="${DEPEND}" LICENSE="GPL-2" |