diff options
author | Zac Medico <zmedico@gentoo.org> | 2013-02-25 21:39:15 +0000 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2013-02-25 21:39:15 +0000 |
commit | 41c138472a2717310f5546e948a0783a0270d814 (patch) | |
tree | 4627c7794601efb7377f90acb62df44d95b01b5c /dev-lang | |
parent | Add ~arm-linux keyword. (diff) | |
download | gentoo-2-41c138472a2717310f5546e948a0783a0270d814.tar.gz gentoo-2-41c138472a2717310f5546e948a0783a0270d814.tar.bz2 gentoo-2-41c138472a2717310f5546e948a0783a0270d814.zip |
Add ~arm-linux keyword.
(Portage version: 2.2.0_alpha163_p13/cvs/Linux i686, signed Manifest commit with key 0xFDE8EF85AE5719A3)
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/tcl/ChangeLog | 5 | ||||
-rw-r--r-- | dev-lang/tcl/tcl-8.6.0-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-lang/tcl/ChangeLog b/dev-lang/tcl/ChangeLog index 5ae3d9375db9..bc98fd1c729c 100644 --- a/dev-lang/tcl/ChangeLog +++ b/dev-lang/tcl/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-lang/tcl # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/tcl/ChangeLog,v 1.180 2013/02/24 17:47:36 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/tcl/ChangeLog,v 1.181 2013/02/25 21:39:15 zmedico Exp $ + + 25 Feb 2013; Zac Medico <zmedico@gentoo.org> tcl-8.6.0-r1.ebuild: + Add ~arm-linux keyword. 24 Feb 2013; Agostino Sarubbo <ago@gentoo.org> tcl-8.5.13-r1.ebuild: Stable for sh, wrt bug #456408 diff --git a/dev-lang/tcl/tcl-8.6.0-r1.ebuild b/dev-lang/tcl/tcl-8.6.0-r1.ebuild index b807ced5aae2..f0c4deecb5db 100644 --- a/dev-lang/tcl/tcl-8.6.0-r1.ebuild +++ b/dev-lang/tcl/tcl-8.6.0-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/tcl/tcl-8.6.0-r1.ebuild,v 1.4 2013/01/11 16:50:05 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/tcl/tcl-8.6.0-r1.ebuild,v 1.5 2013/02/25 21:39:15 zmedico Exp $ EAPI=5 @@ -14,7 +14,7 @@ SRC_URI="mirror://sourceforge/tcl/${PN}-core${PV}-src.tar.gz" LICENSE="tcltk" SLOT="0/8.6" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x86-solaris" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x86-solaris" IUSE="debug +threads" SPARENT="${WORKDIR}/${MY_P}" |