diff options
author | Christoph Mende <angelos@gentoo.org> | 2010-06-29 10:31:57 +0000 |
---|---|---|
committer | Christoph Mende <angelos@gentoo.org> | 2010-06-29 10:31:57 +0000 |
commit | fc0cea161f7d3cdb46129c452b28697a1bca45cc (patch) | |
tree | 2729078870aed2d44e8419ee162eb47fc99b0ea9 | |
parent | Stable on amd64 wrt bug #312547 (diff) | |
download | historical-fc0cea161f7d3cdb46129c452b28697a1bca45cc.tar.gz historical-fc0cea161f7d3cdb46129c452b28697a1bca45cc.tar.bz2 historical-fc0cea161f7d3cdb46129c452b28697a1bca45cc.zip |
Stable on amd64 wrt bug #325695
Package-Manager: portage-2.1.8.3/cvs/Linux x86_64
-rw-r--r-- | dev-ruby/json/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/json/json-1.4.3-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ruby/json/ChangeLog b/dev-ruby/json/ChangeLog index 75dccbc501c7..2e3be7cbde94 100644 --- a/dev-ruby/json/ChangeLog +++ b/dev-ruby/json/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/json # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/json/ChangeLog,v 1.34 2010/06/26 11:48:40 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/json/ChangeLog,v 1.35 2010/06/29 10:31:57 angelos Exp $ + + 29 Jun 2010; Christoph Mende <angelos@gentoo.org> json-1.4.3-r1.ebuild: + Stable on amd64 wrt bug #325695 *json-1.4.3-r2 (26 Jun 2010) diff --git a/dev-ruby/json/json-1.4.3-r1.ebuild b/dev-ruby/json/json-1.4.3-r1.ebuild index 77b787ca1a69..f19cc48d8952 100644 --- a/dev-ruby/json/json-1.4.3-r1.ebuild +++ b/dev-ruby/json/json-1.4.3-r1.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-ruby/json/json-1.4.3-r1.ebuild,v 1.3 2010/06/26 11:48:40 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/json/json-1.4.3-r1.ebuild,v 1.4 2010/06/29 10:31:57 angelos Exp $ EAPI=2 USE_RUBY="ruby18 jruby" @@ -16,7 +16,7 @@ HOMEPAGE="http://json.rubyforge.org/" LICENSE="|| ( Ruby GPL-2 )" SRC_URI="mirror://rubygems/${P}.gem" -KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~x86-solaris ~x64-macos" +KEYWORDS="amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-solaris" SLOT="0" IUSE="" |