summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Hood <squinky86@gentoo.org>2004-07-01 17:26:05 +0000
committerJon Hood <squinky86@gentoo.org>2004-07-01 17:26:05 +0000
commit1bc7bf71997bb0428ba592ff825b6b7bd103cf3f (patch)
treecf6ecb72185682307ae47d59bc3ebe6a5c65940d /net-analyzer/bing
parentadd missing IUSE and metadata, virtual/glibc -> virtual/libc (Manifest recommit) (diff)
downloadgentoo-2-1bc7bf71997bb0428ba592ff825b6b7bd103cf3f.tar.gz
gentoo-2-1bc7bf71997bb0428ba592ff825b6b7bd103cf3f.tar.bz2
gentoo-2-1bc7bf71997bb0428ba592ff825b6b7bd103cf3f.zip
virtual/glibc -> virtual/libc
Diffstat (limited to 'net-analyzer/bing')
-rw-r--r--net-analyzer/bing/ChangeLog5
-rw-r--r--net-analyzer/bing/bing-1.1.3.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/net-analyzer/bing/ChangeLog b/net-analyzer/bing/ChangeLog
index 3669e1c68bd1..bc7ccfbfc867 100644
--- a/net-analyzer/bing/ChangeLog
+++ b/net-analyzer/bing/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-analyzer/bing
# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/bing/ChangeLog,v 1.4 2004/06/24 21:57:29 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/bing/ChangeLog,v 1.5 2004/07/01 17:24:52 squinky86 Exp $
+
+ 01 Jul 2004; Jon Hood <squinky86@gentoo.org> bing-1.1.3.ebuild:
+ change virtual/glibc to virtual/libc
05 Oct 2003; Chuck Short <zul@gentoo.org> bing-1.1.3.ebuild:
Added ~ia64 to keywords.
diff --git a/net-analyzer/bing/bing-1.1.3.ebuild b/net-analyzer/bing/bing-1.1.3.ebuild
index 9435e68c8a24..7ce19d4f760c 100644
--- a/net-analyzer/bing/bing-1.1.3.ebuild
+++ b/net-analyzer/bing/bing-1.1.3.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/bing/bing-1.1.3.ebuild,v 1.6 2004/06/24 21:57:29 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/bing/bing-1.1.3.ebuild,v 1.7 2004/07/01 17:24:52 squinky86 Exp $
DESCRIPTION="A point-to-point bandwidth measurement tool."
SRC_URI="http://distro.ibiblio.org/pub/Linux/distributions/debian/pool/main/b/bing/${PN}_${PV}.orig.tar.gz"
@@ -11,7 +11,7 @@ SLOT="0"
LICENSE="as-is"
IUSE=""
-RDEPEND="virtual/glibc"
+RDEPEND="virtual/libc"
DEPEND="${RDEPEND}
>=sys-apps/sed-4"