diff options
author | Eldad Zack <eldad@gentoo.org> | 2004-07-08 23:02:06 +0000 |
---|---|---|
committer | Eldad Zack <eldad@gentoo.org> | 2004-07-08 23:02:06 +0000 |
commit | 37aad4b12744671c98bd3dc9cdc152a10eb61b4b (patch) | |
tree | 02eacd278fcef5ec618de938ec6fb07edb262d80 /net-analyzer/tcpslice | |
parent | tidy up; x86 stable (diff) | |
download | historical-37aad4b12744671c98bd3dc9cdc152a10eb61b4b.tar.gz historical-37aad4b12744671c98bd3dc9cdc152a10eb61b4b.tar.bz2 historical-37aad4b12744671c98bd3dc9cdc152a10eb61b4b.zip |
tidy
Diffstat (limited to 'net-analyzer/tcpslice')
-rw-r--r-- | net-analyzer/tcpslice/ChangeLog | 5 | ||||
-rw-r--r-- | net-analyzer/tcpslice/tcpslice-1.1_alpha3.ebuild | 3 |
2 files changed, 5 insertions, 3 deletions
diff --git a/net-analyzer/tcpslice/ChangeLog b/net-analyzer/tcpslice/ChangeLog index 0b18539b4ed1..fa1f0f797808 100644 --- a/net-analyzer/tcpslice/ChangeLog +++ b/net-analyzer/tcpslice/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-analyzer/tcpslice # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/tcpslice/ChangeLog,v 1.4 2004/07/01 20:24:58 squinky86 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/tcpslice/ChangeLog,v 1.5 2004/07/08 22:58:30 eldad Exp $ + + 09 Jul 2004; Eldad Zack <eldad@gentoo.org> tcpslice-1.1_alpha3.ebuild: + Tidy up. 01 Jul 2004; Jon Hood <squinky86@gentoo.org> tcpslice-1.1_alpha3.ebuild: change virtual/glibc to virtual/libc diff --git a/net-analyzer/tcpslice/tcpslice-1.1_alpha3.ebuild b/net-analyzer/tcpslice/tcpslice-1.1_alpha3.ebuild index 9c27183377a9..8c8da2843dba 100644 --- a/net-analyzer/tcpslice/tcpslice-1.1_alpha3.ebuild +++ b/net-analyzer/tcpslice/tcpslice-1.1_alpha3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/tcpslice/tcpslice-1.1_alpha3.ebuild,v 1.5 2004/07/01 20:24:58 squinky86 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/tcpslice/tcpslice-1.1_alpha3.ebuild,v 1.6 2004/07/08 22:58:30 eldad Exp $ inherit eutils @@ -19,7 +19,6 @@ IUSE="" DEPEND="virtual/libc >=net-libs/libpcap-0.6.2-r1" -RDEPEND="${DEPEND}" S=${WORKDIR}/tcpslice-1.1a3 src_unpack() { |