diff options
author | Markus Meier <maekke@gentoo.org> | 2015-06-09 18:31:03 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2015-06-09 18:31:03 +0000 |
commit | 9bae38866598d697acf5798b879b97e7ae6d3630 (patch) | |
tree | 925a2aaeebcc7506eb178e66386b14aa2221d029 /dev-lang/jimtcl | |
parent | add ~arm, bug #545592 (diff) | |
download | gentoo-2-9bae38866598d697acf5798b879b97e7ae6d3630.tar.gz gentoo-2-9bae38866598d697acf5798b879b97e7ae6d3630.tar.bz2 gentoo-2-9bae38866598d697acf5798b879b97e7ae6d3630.zip |
arm stable, bug #535104
(Portage version: 2.2.20/cvs/Linux x86_64, RepoMan options: --include-arches="arm", signed Manifest commit with key 072AD062)
Diffstat (limited to 'dev-lang/jimtcl')
-rw-r--r-- | dev-lang/jimtcl/ChangeLog | 5 | ||||
-rw-r--r-- | dev-lang/jimtcl/jimtcl-0.76.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-lang/jimtcl/ChangeLog b/dev-lang/jimtcl/ChangeLog index 014feb3a637c..f5e9a8968c3b 100644 --- a/dev-lang/jimtcl/ChangeLog +++ b/dev-lang/jimtcl/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-lang/jimtcl # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/jimtcl/ChangeLog,v 1.19 2015/06/07 08:44:57 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/jimtcl/ChangeLog,v 1.20 2015/06/09 18:31:03 maekke Exp $ + + 09 Jun 2015; Markus Meier <maekke@gentoo.org> jimtcl-0.76.ebuild: + arm stable, bug #535104 07 Jun 2015; Justin Lecher <jlec@gentoo.org> metadata.xml: Add github to remote-id in metadata.xml diff --git a/dev-lang/jimtcl/jimtcl-0.76.ebuild b/dev-lang/jimtcl/jimtcl-0.76.ebuild index 5dd099e2633b..e81221102456 100644 --- a/dev-lang/jimtcl/jimtcl-0.76.ebuild +++ b/dev-lang/jimtcl/jimtcl-0.76.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/jimtcl/jimtcl-0.76.ebuild,v 1.3 2015/05/27 11:27:20 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/jimtcl/jimtcl-0.76.ebuild,v 1.4 2015/06/09 18:31:03 maekke Exp $ EAPI="5" @@ -12,7 +12,7 @@ if [[ ${PV} == "9999" ]] ; then else inherit vcs-snapshot SRC_URI="https://github.com/msteveb/jimtcl/zipball/${PV} -> ${P}.zip" - KEYWORDS="amd64 ~arm ~arm64 ~m68k ~mips ~s390 ~sh x86" + KEYWORDS="amd64 arm ~arm64 ~m68k ~mips ~s390 ~sh x86" fi DESCRIPTION="Small footprint implementation of Tcl programming language" |