diff options
author | 2009-09-23 18:18:10 +0000 | |
---|---|---|
committer | 2009-09-23 18:18:10 +0000 | |
commit | f9aab5fd84b869afc3ec2580ce2b37e076ae664e (patch) | |
tree | a63e6840484c731cddd151c976b21bba881a6c40 /net-analyzer/bing | |
parent | Remove virtual/libc (diff) | |
download | gentoo-2-f9aab5fd84b869afc3ec2580ce2b37e076ae664e.tar.gz gentoo-2-f9aab5fd84b869afc3ec2580ce2b37e076ae664e.tar.bz2 gentoo-2-f9aab5fd84b869afc3ec2580ce2b37e076ae664e.zip |
Remove virtual/libc
(Portage version: 2.2_rc41/cvs/Linux x86_64)
Diffstat (limited to 'net-analyzer/bing')
-rw-r--r-- | net-analyzer/bing/ChangeLog | 7 | ||||
-rw-r--r-- | net-analyzer/bing/bing-1.1.3.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/net-analyzer/bing/ChangeLog b/net-analyzer/bing/ChangeLog index dee49d009e43..626a09136566 100644 --- a/net-analyzer/bing/ChangeLog +++ b/net-analyzer/bing/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-analyzer/bing -# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/bing/ChangeLog,v 1.15 2008/04/21 17:46:14 phreak Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/bing/ChangeLog,v 1.16 2009/09/23 18:18:10 patrick Exp $ + + 23 Sep 2009; Patrick Lauer <patrick@gentoo.org> bing-1.1.3.ebuild: + Remove virtual/libc 21 Apr 2008; Christian Heim <phreak@gentoo.org> metadata.xml: Fix up metadata.xml. If there's no maintainer for the package, the metadata diff --git a/net-analyzer/bing/bing-1.1.3.ebuild b/net-analyzer/bing/bing-1.1.3.ebuild index fc4f594767b4..89976ea056cc 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-2007 Gentoo Foundation +# Copyright 1999-2009 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.14 2007/07/02 14:36:02 peper Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/bing/bing-1.1.3.ebuild,v 1.15 2009/09/23 18:18:10 patrick Exp $ DESCRIPTION="A point-to-point bandwidth measurement tool." SRC_URI="mirror://debian/pool/main/b/bing/${PN}_${PV}.orig.tar.gz" @@ -12,7 +12,7 @@ SLOT="0" LICENSE="as-is" IUSE="" -RDEPEND="virtual/libc" +RDEPEND="" DEPEND="${RDEPEND} >=sys-apps/sed-4" |