diff options
Diffstat (limited to 'net-analyzer/ttt/ttt-1.8.1-r1.ebuild')
-rw-r--r-- | net-analyzer/ttt/ttt-1.8.1-r1.ebuild | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/net-analyzer/ttt/ttt-1.8.1-r1.ebuild b/net-analyzer/ttt/ttt-1.8.1-r1.ebuild index 28bb27c9d0a4..0d010d709e80 100644 --- a/net-analyzer/ttt/ttt-1.8.1-r1.ebuild +++ b/net-analyzer/ttt/ttt-1.8.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ttt/ttt-1.8.1-r1.ebuild,v 1.4 2007/07/09 17:48:59 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ttt/ttt-1.8.1-r1.ebuild,v 1.5 2007/07/22 08:06:57 pva Exp $ inherit eutils @@ -13,12 +13,12 @@ LICENSE="BSD" KEYWORDS="~ppc x86" IUSE="ipv6" -DEPEND="virtual/libc - dev-lang/tcl - dev-lang/tk - >=dev-tcltk/blt-2.4 - net-libs/libpcap - || ( ( x11-libs/libXt x11-proto/xproto ) virtual/x11 )" +DEPEND="dev-lang/tcl + dev-lang/tk + >=dev-tcltk/blt-2.4 + net-libs/libpcap + x11-libs/libXt + x11-proto/xproto" src_unpack() { unpack ${A} |