diff options
author | 2010-12-23 18:37:30 +0000 | |
---|---|---|
committer | 2010-12-23 18:37:30 +0000 | |
commit | 9ddfc2bb507c148a562031468032e3a92fdafe78 (patch) | |
tree | 2ef33fe84fa153c5b47a7a07aa04ea8c53817397 /dev-lang/tcl/tcl-8.4.19.ebuild | |
parent | Add patch to fix namespace issue in cmake files (bug #348632). Thanks to tare... (diff) | |
download | gentoo-2-9ddfc2bb507c148a562031468032e3a92fdafe78.tar.gz gentoo-2-9ddfc2bb507c148a562031468032e3a92fdafe78.tar.bz2 gentoo-2-9ddfc2bb507c148a562031468032e3a92fdafe78.zip |
Dropped mips keywords for <tcl-8.5.9, bug 339571
(Portage version: 2.1.9.25/cvs/Linux x86_64)
Diffstat (limited to 'dev-lang/tcl/tcl-8.4.19.ebuild')
-rw-r--r-- | dev-lang/tcl/tcl-8.4.19.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-lang/tcl/tcl-8.4.19.ebuild b/dev-lang/tcl/tcl-8.4.19.ebuild index 81ab667916ac..e51365dcdad1 100644 --- a/dev-lang/tcl/tcl-8.4.19.ebuild +++ b/dev-lang/tcl/tcl-8.4.19.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/tcl/tcl-8.4.19.ebuild,v 1.4 2010/12/06 16:15:24 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/tcl/tcl-8.4.19.ebuild,v 1.5 2010/12/23 18:37:30 mattst88 Exp $ inherit autotools eutils multilib toolchain-funcs @@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/tcl/${PN}${PV}-src.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd" IUSE="debug threads" S="${WORKDIR}/${PN}${PV}" |