diff options
author | Jon Hood <squinky86@gentoo.org> | 2004-07-01 22:16:47 +0000 |
---|---|---|
committer | Jon Hood <squinky86@gentoo.org> | 2004-07-01 22:16:47 +0000 |
commit | a872c1692e2f0d6056a8b51381e64a5c2fd456b4 (patch) | |
tree | 684e995d77738bd2422b0841a526abcde5d65e43 /net-misc/netsed | |
parent | New package, submitted by Ulrich Mueller <ulm@kph.uni-mainz.de> #50876 (diff) | |
download | historical-a872c1692e2f0d6056a8b51381e64a5c2fd456b4.tar.gz historical-a872c1692e2f0d6056a8b51381e64a5c2fd456b4.tar.bz2 historical-a872c1692e2f0d6056a8b51381e64a5c2fd456b4.zip |
virtual/glibc -> virtual/libc
Diffstat (limited to 'net-misc/netsed')
-rw-r--r-- | net-misc/netsed/ChangeLog | 5 | ||||
-rw-r--r-- | net-misc/netsed/netsed-0.01b.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-misc/netsed/ChangeLog b/net-misc/netsed/ChangeLog index a87a10a17cad..def2856346f1 100644 --- a/net-misc/netsed/ChangeLog +++ b/net-misc/netsed/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-misc/netsed # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-misc/netsed/ChangeLog,v 1.2 2004/06/24 23:59:59 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/netsed/ChangeLog,v 1.3 2004/07/01 21:38:00 squinky86 Exp $ + + 01 Jul 2004; Jon Hood <squinky86@gentoo.org> netsed-0.01b.ebuild: + change virtual/glibc to virtual/libc *netsed-0.01b (14 May 2004) diff --git a/net-misc/netsed/netsed-0.01b.ebuild b/net-misc/netsed/netsed-0.01b.ebuild index 6def05e9a4d0..7b60642f5d24 100644 --- a/net-misc/netsed/netsed-0.01b.ebuild +++ b/net-misc/netsed/netsed-0.01b.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/netsed/netsed-0.01b.ebuild,v 1.3 2004/06/24 23:59:59 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/netsed/netsed-0.01b.ebuild,v 1.4 2004/07/01 21:38:00 squinky86 Exp $ inherit eutils @@ -14,7 +14,7 @@ SLOT="0" KEYWORDS="~x86" IUSE="" -DEPEND="virtual/glibc" +DEPEND="virtual/libc" src_unpack() { mkdir -p ${S} |