diff options
author | Peter Volkov <pva@gentoo.org> | 2007-07-22 08:06:57 +0000 |
---|---|---|
committer | Peter Volkov <pva@gentoo.org> | 2007-07-22 08:06:57 +0000 |
commit | a5a58604f6fb22a125cf7cd412c65af2d56091d6 (patch) | |
tree | 6b60b81bc797047d4c8832eca0ba66217e948d70 /net-analyzer/ttt | |
parent | Drop virtual/x11 references. (diff) | |
download | gentoo-2-a5a58604f6fb22a125cf7cd412c65af2d56091d6.tar.gz gentoo-2-a5a58604f6fb22a125cf7cd412c65af2d56091d6.tar.bz2 gentoo-2-a5a58604f6fb22a125cf7cd412c65af2d56091d6.zip |
Removed virtual/x11 dependency.
(Portage version: 2.1.3_rc8)
Diffstat (limited to 'net-analyzer/ttt')
-rw-r--r-- | net-analyzer/ttt/ChangeLog | 5 | ||||
-rw-r--r-- | net-analyzer/ttt/ttt-1.8.1-r1.ebuild | 14 | ||||
-rw-r--r-- | net-analyzer/ttt/ttt-1.8.1.ebuild | 7 |
3 files changed, 15 insertions, 11 deletions
diff --git a/net-analyzer/ttt/ChangeLog b/net-analyzer/ttt/ChangeLog index c6958a956d7d..2eac96fb23c2 100644 --- a/net-analyzer/ttt/ChangeLog +++ b/net-analyzer/ttt/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-analyzer/ttt # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ttt/ChangeLog,v 1.13 2007/07/09 17:48:59 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ttt/ChangeLog,v 1.14 2007/07/22 08:06:57 pva Exp $ + + 22 Jul 2007; <pva@gentoo.org> ttt-1.8.1.ebuild, ttt-1.8.1-r1.ebuild: + Removed virtual/x11 dependency. 09 Jul 2007; Raúl Porcel <armin76@gentoo.org> ttt-1.8.1-r1.ebuild: x86 stable 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} diff --git a/net-analyzer/ttt/ttt-1.8.1.ebuild b/net-analyzer/ttt/ttt-1.8.1.ebuild index ce1cfaa557ce..8103ab0de63e 100644 --- a/net-analyzer/ttt/ttt-1.8.1.ebuild +++ b/net-analyzer/ttt/ttt-1.8.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# 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.ebuild,v 1.5 2006/11/20 23:15:28 cedk Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ttt/ttt-1.8.1.ebuild,v 1.6 2007/07/22 08:06:57 pva Exp $ inherit eutils @@ -14,7 +14,8 @@ KEYWORDS="~ppc x86" IUSE="ipv6" DEPEND="virtual/libc - || ( ( x11-libs/libXt x11-proto/xproto ) virtual/x11 ) + x11-libs/libXt + x11-proto/xproto dev-lang/tcl dev-lang/tk >=dev-tcltk/blt-2.4 |