diff options
Diffstat (limited to 'dev-lang/tcl/tcl-8.4.13.ebuild')
-rw-r--r-- | dev-lang/tcl/tcl-8.4.13.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-lang/tcl/tcl-8.4.13.ebuild b/dev-lang/tcl/tcl-8.4.13.ebuild index 8599adbbed93..e6d6b14b6fe1 100644 --- a/dev-lang/tcl/tcl-8.4.13.ebuild +++ b/dev-lang/tcl/tcl-8.4.13.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/tcl/tcl-8.4.13.ebuild,v 1.2 2006/06/04 15:29:56 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/tcl/tcl-8.4.13.ebuild,v 1.3 2006/09/04 08:51:41 vapier Exp $ inherit eutils multilib toolchain-funcs @@ -10,10 +10,10 @@ SRC_URI="mirror://sourceforge/tcl/${PN}${PV}-src.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" IUSE="debug threads" -DEPEND="virtual/libc" +DEPEND="" S=${WORKDIR}/${PN}${PV} |