diff options
Diffstat (limited to 'app-text/tree/tree-1.3.ebuild')
-rw-r--r-- | app-text/tree/tree-1.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-text/tree/tree-1.3.ebuild b/app-text/tree/tree-1.3.ebuild index 646a642f8b8a..49b0a86d206c 100644 --- a/app-text/tree/tree-1.3.ebuild +++ b/app-text/tree/tree-1.3.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/app-text/tree/tree-1.3.ebuild,v 1.11 2004/06/24 22:53:59 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/tree/tree-1.3.ebuild,v 1.12 2004/07/01 12:09:02 eradicator Exp $ DESCRIPTION="Lists directories recursively, and produces an indented listing of files." HOMEPAGE="http://mama.indstate.edu/users/ice/tree/" @@ -11,7 +11,7 @@ SLOT="0" KEYWORDS="x86 ppc sparc alpha" IUSE="" -DEPEND="virtual/glibc" +DEPEND="virtual/libc" src_compile() { emake || die |