diff options
author | Jon Hood <squinky86@gentoo.org> | 2004-07-01 21:47:52 +0000 |
---|---|---|
committer | Jon Hood <squinky86@gentoo.org> | 2004-07-01 21:47:52 +0000 |
commit | 8d4d92b75eb99822c0f3a7c11adb17ca6e0832b7 (patch) | |
tree | a604a0b32ad2dfe3bb0fbb0df947c05c64d30f84 /net-misc/pipes | |
parent | Fixed header files. Added ~amd64 to KEYWORDS. (Manifest recommit) (diff) | |
download | gentoo-2-8d4d92b75eb99822c0f3a7c11adb17ca6e0832b7.tar.gz gentoo-2-8d4d92b75eb99822c0f3a7c11adb17ca6e0832b7.tar.bz2 gentoo-2-8d4d92b75eb99822c0f3a7c11adb17ca6e0832b7.zip |
virtual/glibc -> virtual/libc
Diffstat (limited to 'net-misc/pipes')
-rw-r--r-- | net-misc/pipes/ChangeLog | 5 | ||||
-rw-r--r-- | net-misc/pipes/pipes-1.16.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-misc/pipes/ChangeLog b/net-misc/pipes/ChangeLog index 53c867f882a9..459397f3f216 100644 --- a/net-misc/pipes/ChangeLog +++ b/net-misc/pipes/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-misc/pipes # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/pipes/ChangeLog,v 1.7 2004/06/25 00:05:08 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/pipes/ChangeLog,v 1.8 2004/07/01 21:44:32 squinky86 Exp $ + + 01 Jul 2004; Jon Hood <squinky86@gentoo.org> pipes-1.16.ebuild: + change virtual/glibc to virtual/libc *pipes-1.16 (20 Feb 2004) diff --git a/net-misc/pipes/pipes-1.16.ebuild b/net-misc/pipes/pipes-1.16.ebuild index e7dada14da53..a6ce57e62e12 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 # 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.4 2004/06/25 00:05:08 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/pipes/pipes-1.16.ebuild,v 1.5 2004/07/01 21:44:32 squinky86 Exp $ DESCRIPTION="Very versatile TCP pipes" HOMEPAGE="http://bisqwit.iki.fi/source/pipes.html" @@ -11,7 +11,7 @@ SLOT="0" KEYWORDS="x86 s390" IUSE="" -RDEPEND="virtual/glibc" +RDEPEND="virtual/libc" DEPEND="${RDEPEND} >=sys-apps/sed-4" |