diff options
author | 2006-09-04 08:51:41 +0000 | |
---|---|---|
committer | 2006-09-04 08:51:41 +0000 | |
commit | 6a4df858bbf254f73e1cdd641261a4606af16e24 (patch) | |
tree | 785c92c7264f250bb94257606382dc06c51178f5 /dev-lang/tcl/tcl-8.4.13.ebuild | |
parent | stable on x86 (diff) | |
download | historical-6a4df858bbf254f73e1cdd641261a4606af16e24.tar.gz historical-6a4df858bbf254f73e1cdd641261a4606af16e24.tar.bz2 historical-6a4df858bbf254f73e1cdd641261a4606af16e24.zip |
m68k love
Package-Manager: portage-2.1.1_rc1-r3
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} |