diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2009-12-25 15:43:01 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2009-12-25 15:43:01 +0000 |
commit | d00fefac88e2c5ce6463351605e2a35cd810a0ce (patch) | |
tree | 6e9b158697a35b10b308f6abceaff96feb14699d /dev-ruby/json | |
parent | Add prefix support, revbump due to otherwise unresolvable USE deps (diff) | |
download | gentoo-2-d00fefac88e2c5ce6463351605e2a35cd810a0ce.tar.gz gentoo-2-d00fefac88e2c5ce6463351605e2a35cd810a0ce.tar.bz2 gentoo-2-d00fefac88e2c5ce6463351605e2a35cd810a0ce.zip |
json works fine with Ruby 1.9 as well.
(Portage version: 2.2_rc61/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby/json')
-rw-r--r-- | dev-ruby/json/ChangeLog | 6 | ||||
-rw-r--r-- | dev-ruby/json/json-1.2.0-r1.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-ruby/json/ChangeLog b/dev-ruby/json/ChangeLog index fa9564a075d1..59b9e5f78063 100644 --- a/dev-ruby/json/ChangeLog +++ b/dev-ruby/json/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-ruby/json # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/json/ChangeLog,v 1.11 2009/12/23 01:15:41 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/json/ChangeLog,v 1.12 2009/12/25 15:43:01 flameeyes Exp $ + + 25 Dec 2009; Diego E. Pettenò <flameeyes@gentoo.org> + json-1.2.0-r1.ebuild: + json works fine with Ruby 1.9 as well. 23 Dec 2009; Jeroen Roovers <jer@gentoo.org> json-1.2.0-r1.ebuild: Marked ~hppa (bug #297622). diff --git a/dev-ruby/json/json-1.2.0-r1.ebuild b/dev-ruby/json/json-1.2.0-r1.ebuild index c5321d4bac3a..3a8353d5c650 100644 --- a/dev-ruby/json/json-1.2.0-r1.ebuild +++ b/dev-ruby/json/json-1.2.0-r1.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/json/json-1.2.0-r1.ebuild,v 1.3 2009/12/23 01:15:41 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/json/json-1.2.0-r1.ebuild,v 1.4 2009/12/25 15:43:01 flameeyes Exp $ EAPI=2 -USE_RUBY="ruby18" +USE_RUBY="ruby18 ruby19" RUBY_FAKEGEM_EXTRADOC="CHANGES TODO README" RUBY_FAKEGEM_DOCDIR="doc" |