diff options
author | Patrick Lauer <patrick@gentoo.org> | 2009-09-23 19:42:48 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2009-09-23 19:42:48 +0000 |
commit | cf19007828f41d8b010a30d8ad9152d81f46447e (patch) | |
tree | be0c3b821164ea114366c593a92a7c92abb3a067 /net-misc/pipes | |
parent | Remove virtual/libc (diff) | |
download | gentoo-2-cf19007828f41d8b010a30d8ad9152d81f46447e.tar.gz gentoo-2-cf19007828f41d8b010a30d8ad9152d81f46447e.tar.bz2 gentoo-2-cf19007828f41d8b010a30d8ad9152d81f46447e.zip |
Remove virtual/libc
(Portage version: 2.2_rc41/cvs/Linux x86_64)
Diffstat (limited to 'net-misc/pipes')
-rw-r--r-- | net-misc/pipes/ChangeLog | 7 | ||||
-rw-r--r-- | net-misc/pipes/pipes-1.16.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/net-misc/pipes/ChangeLog b/net-misc/pipes/ChangeLog index b4c7a0830b1c..096eb530bb54 100644 --- a/net-misc/pipes/ChangeLog +++ b/net-misc/pipes/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-misc/pipes -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/pipes/ChangeLog,v 1.10 2007/02/09 04:51:12 flameeyes Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-misc/pipes/ChangeLog,v 1.11 2009/09/23 19:42:48 patrick Exp $ + + 23 Sep 2009; Patrick Lauer <patrick@gentoo.org> pipes-1.16.ebuild: + Remove virtual/libc 09 Feb 2007; Diego Pettenò <flameeyes@gentoo.org> ChangeLog: Regenerate digest in Manifest2 format. diff --git a/net-misc/pipes/pipes-1.16.ebuild b/net-misc/pipes/pipes-1.16.ebuild index b736a17d3415..dbc2691f935e 100644 --- a/net-misc/pipes/pipes-1.16.ebuild +++ b/net-misc/pipes/pipes-1.16.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 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/pipes/pipes-1.16.ebuild,v 1.6 2004/09/03 14:01:53 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/pipes/pipes-1.16.ebuild,v 1.7 2009/09/23 19:42:48 patrick Exp $ DESCRIPTION="Very versatile TCP pipes" HOMEPAGE="http://bisqwit.iki.fi/source/pipes.html" @@ -11,7 +11,7 @@ SLOT="0" KEYWORDS="x86 s390 ~ppc" IUSE="" -RDEPEND="virtual/libc" +RDEPEND="" DEPEND="${RDEPEND} >=sys-apps/sed-4" |