diff options
author | Jon Hood <squinky86@gentoo.org> | 2004-07-01 20:28:12 +0000 |
---|---|---|
committer | Jon Hood <squinky86@gentoo.org> | 2004-07-01 20:28:12 +0000 |
commit | fc768caf9d26feaa93966de8282db5a9b7da89ae (patch) | |
tree | 8fa21f9def024b941d663b8b06a0de8cb90ed0ed /net-analyzer/tcpslice | |
parent | stable on ppc64, bug #54804 (diff) | |
download | historical-fc768caf9d26feaa93966de8282db5a9b7da89ae.tar.gz historical-fc768caf9d26feaa93966de8282db5a9b7da89ae.tar.bz2 historical-fc768caf9d26feaa93966de8282db5a9b7da89ae.zip |
virtual/glibc -> virtual/libc
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 | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-analyzer/tcpslice/ChangeLog b/net-analyzer/tcpslice/ChangeLog index 39e5b2f880ae..0b18539b4ed1 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.3 2004/06/24 22:20:58 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/tcpslice/ChangeLog,v 1.4 2004/07/01 20:24:58 squinky86 Exp $ + + 01 Jul 2004; Jon Hood <squinky86@gentoo.org> tcpslice-1.1_alpha3.ebuild: + change virtual/glibc to virtual/libc 27 Apr 2004; Aron Griffis <agriffis@gentoo.org> tcpslice-1.1_alpha3.ebuild: Add inherit eutils diff --git a/net-analyzer/tcpslice/tcpslice-1.1_alpha3.ebuild b/net-analyzer/tcpslice/tcpslice-1.1_alpha3.ebuild index 91e0f9ecfd2a..9c27183377a9 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.4 2004/06/24 22:20:58 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/tcpslice/tcpslice-1.1_alpha3.ebuild,v 1.5 2004/07/01 20:24:58 squinky86 Exp $ inherit eutils @@ -16,7 +16,7 @@ LICENSE="BSD" SLOT="0" KEYWORDS="x86" IUSE="" -DEPEND="virtual/glibc +DEPEND="virtual/libc >=net-libs/libpcap-0.6.2-r1" RDEPEND="${DEPEND}" |