diff options
author | Patrick Lauer <patrick@gentoo.org> | 2009-09-23 19:47:04 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2009-09-23 19:47:04 +0000 |
commit | 37831436c5202d609650508e3642af26529de73f (patch) | |
tree | 25d7c8f9699706c3a3501dc8c466dd5dcb5d4156 /net-misc | |
parent | Remove virtual/libc (diff) | |
download | gentoo-2-37831436c5202d609650508e3642af26529de73f.tar.gz gentoo-2-37831436c5202d609650508e3642af26529de73f.tar.bz2 gentoo-2-37831436c5202d609650508e3642af26529de73f.zip |
Remove virtual/libc
(Portage version: 2.2_rc41/cvs/Linux x86_64)
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/valve/ChangeLog | 7 | ||||
-rw-r--r-- | net-misc/valve/valve-1.0.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/net-misc/valve/ChangeLog b/net-misc/valve/ChangeLog index 25729a948305..2e8025bc4db3 100644 --- a/net-misc/valve/ChangeLog +++ b/net-misc/valve/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-misc/valve -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/valve/ChangeLog,v 1.2 2006/09/30 01:31:58 robbat2 Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/valve/ChangeLog,v 1.3 2009/09/23 19:47:04 patrick Exp $ + + 23 Sep 2009; Patrick Lauer <patrick@gentoo.org> valve-1.0.ebuild: + Remove virtual/libc 30 Sep 2006; Robin H. Johnson <robbat2@gentoo.org> valve-1.0.ebuild: Add ~amd64 so I can use it. diff --git a/net-misc/valve/valve-1.0.ebuild b/net-misc/valve/valve-1.0.ebuild index 07fc69b290bc..4f3179799d96 100644 --- a/net-misc/valve/valve-1.0.ebuild +++ b/net-misc/valve/valve-1.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/valve/valve-1.0.ebuild,v 1.2 2006/09/30 01:31:58 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/valve/valve-1.0.ebuild,v 1.3 2009/09/23 19:47:04 patrick Exp $ DESCRIPTION="copies data while enforcing a specified maximum transfer rate" HOMEPAGE="http://www.fourmilab.ch/webtools/valve/" @@ -10,7 +10,7 @@ SLOT="0" KEYWORDS="~x86 ~ppc ~amd64" IUSE="doc" -DEPEND="virtual/libc" +DEPEND="" src_compile() { econf || die "econf failed" |