diff options
Diffstat (limited to 'dev-lang/tcl/tcl-8.4.6.ebuild')
-rw-r--r-- | dev-lang/tcl/tcl-8.4.6.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-lang/tcl/tcl-8.4.6.ebuild b/dev-lang/tcl/tcl-8.4.6.ebuild index e9dc28b58235..4d1bdea20786 100644 --- a/dev-lang/tcl/tcl-8.4.6.ebuild +++ b/dev-lang/tcl/tcl-8.4.6.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-lang/tcl/tcl-8.4.6.ebuild,v 1.11 2004/06/24 22:58:03 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/tcl/tcl-8.4.6.ebuild,v 1.12 2004/07/02 04:32:39 eradicator Exp $ DESCRIPTION="Tool Command Language" HOMEPAGE="http://dev.scriptics.com/software/tcltk/" @@ -11,7 +11,7 @@ SLOT="0" KEYWORDS="~x86 ~ppc sparc mips ~alpha arm ~hppa amd64 ~ia64 ppc64 s390" IUSE="threads" -DEPEND="virtual/glibc" +DEPEND="virtual/libc" S=${WORKDIR}/${PN}${PV} |