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 | 51349a44035476ecd838f71d8a84f04bce6c78b4 (patch) | |
tree | fc89b3f9f6be9c4ba9309feea62e6c2ce7ec9288 /net-analyzer/tcpslice | |
parent | stable on ppc64, bug #54804 (Manifest recommit) (diff) | |
download | gentoo-2-51349a44035476ecd838f71d8a84f04bce6c78b4.tar.gz gentoo-2-51349a44035476ecd838f71d8a84f04bce6c78b4.tar.bz2 gentoo-2-51349a44035476ecd838f71d8a84f04bce6c78b4.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}" |