diff options
author | Jeremy Huddleston <eradicator@gentoo.org> | 2004-07-02 05:14:34 +0000 |
---|---|---|
committer | Jeremy Huddleston <eradicator@gentoo.org> | 2004-07-02 05:14:34 +0000 |
commit | fcf93129ca775891a51589f89f656a64012c3f96 (patch) | |
tree | fd1f9d8ba1a27221607fd2f6a0975d84a6bd538b /dev-util/cweb/cweb-3.63-r1.ebuild | |
parent | virtual/glibc -> virtual/libc (diff) | |
download | historical-fcf93129ca775891a51589f89f656a64012c3f96.tar.gz historical-fcf93129ca775891a51589f89f656a64012c3f96.tar.bz2 historical-fcf93129ca775891a51589f89f656a64012c3f96.zip |
virtual/glibc -> virtual/libc
Diffstat (limited to 'dev-util/cweb/cweb-3.63-r1.ebuild')
-rw-r--r-- | dev-util/cweb/cweb-3.63-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/cweb/cweb-3.63-r1.ebuild b/dev-util/cweb/cweb-3.63-r1.ebuild index 9763a56fb908..8ef06bc6698c 100644 --- a/dev-util/cweb/cweb-3.63-r1.ebuild +++ b/dev-util/cweb/cweb-3.63-r1.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/dev-util/cweb/cweb-3.63-r1.ebuild,v 1.7 2004/06/25 02:27:04 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/cweb/cweb-3.63-r1.ebuild,v 1.8 2004/07/02 05:06:35 eradicator Exp $ S=${WORKDIR} DESCRIPTION="Knuth's and Levy's C/C++ documenting system" @@ -11,7 +11,7 @@ SLOT="0" LICENSE="BSD" KEYWORDS="x86 sparc " -DEPEND="virtual/glibc" +DEPEND="virtual/libc" src_compile() { #emake won't work, because cweave needs ctangle to compile |