diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-04-21 16:28:21 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-04-21 16:28:21 +0000 |
commit | aab03da08c58f1686926d08754cd94b7ad91a16a (patch) | |
tree | be73be2bcb85b00f58a33ebe0397cdadac77552b /sys-apps/tcng | |
parent | cleanup (diff) | |
download | historical-aab03da08c58f1686926d08754cd94b7ad91a16a.tar.gz historical-aab03da08c58f1686926d08754cd94b7ad91a16a.tar.bz2 historical-aab03da08c58f1686926d08754cd94b7ad91a16a.zip |
fix iproute dep
Diffstat (limited to 'sys-apps/tcng')
-rw-r--r-- | sys-apps/tcng/tcng-9i.ebuild | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/sys-apps/tcng/tcng-9i.ebuild b/sys-apps/tcng/tcng-9i.ebuild index 974a06ebb3ae..271d74128be9 100644 --- a/sys-apps/tcng/tcng-9i.ebuild +++ b/sys-apps/tcng/tcng-9i.ebuild @@ -1,9 +1,10 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/tcng/tcng-9i.ebuild,v 1.1 2003/12/17 11:58:17 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/tcng/tcng-9i.ebuild,v 1.2 2004/04/21 16:28:21 vapier Exp $ -DESCRIPTION="tcng - Traffic Control Next Generation" +DESCRIPTION="Traffic Control Next Generation" HOMEPAGE="http://tcng.sourceforge.net/" + LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" @@ -14,11 +15,11 @@ IUSE="doc tcsim" # os-headers as it compiles stuff with them # gcc/binutils as it compiles stuff DEPEND_COMMON="dev-lang/perl - sys-apps/iproute - net-dialup/linux-atm - virtual/os-headers - sys-devel/gcc - sys-devel/binutils" + sys-apps/iproute2 + net-dialup/linux-atm + virtual/os-headers + sys-devel/gcc + sys-devel/binutils" DEPEND="doc? ( virtual/ghostscript app-text/tetex media-gfx/transfig ) sys-devel/make |