diff options
author | Hans de Graaff <graaff@gentoo.org> | 2011-03-16 06:01:07 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2011-03-16 06:01:07 +0000 |
commit | 90f30c05e9142ac7ab52890a4cfb3d07f573eb70 (patch) | |
tree | 3796b092584609bad008a53540d4c23d4762bf87 /dev-ruby | |
parent | Version bump. (diff) | |
download | gentoo-2-90f30c05e9142ac7ab52890a4cfb3d07f573eb70.tar.gz gentoo-2-90f30c05e9142ac7ab52890a4cfb3d07f573eb70.tar.bz2 gentoo-2-90f30c05e9142ac7ab52890a4cfb3d07f573eb70.zip |
Add back jruby since it breaks the dependency chain for Rails otherwise.
(Portage version: 2.1.9.42/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby')
-rw-r--r-- | dev-ruby/tzinfo/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/tzinfo/tzinfo-0.3.24.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ruby/tzinfo/ChangeLog b/dev-ruby/tzinfo/ChangeLog index e816050ce77f..fee5cb28d462 100644 --- a/dev-ruby/tzinfo/ChangeLog +++ b/dev-ruby/tzinfo/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/tzinfo # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tzinfo/ChangeLog,v 1.73 2011/03/15 21:08:55 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tzinfo/ChangeLog,v 1.74 2011/03/16 06:01:07 graaff Exp $ + + 16 Mar 2011; Hans de Graaff <graaff@gentoo.org> tzinfo-0.3.24.ebuild: + Add back jruby since it breaks the dependency chain for Rails otherwise. *tzinfo-0.3.25 (15 Mar 2011) diff --git a/dev-ruby/tzinfo/tzinfo-0.3.24.ebuild b/dev-ruby/tzinfo/tzinfo-0.3.24.ebuild index 0f5ed342eacb..7fc1521e354e 100644 --- a/dev-ruby/tzinfo/tzinfo-0.3.24.ebuild +++ b/dev-ruby/tzinfo/tzinfo-0.3.24.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tzinfo/tzinfo-0.3.24.ebuild,v 1.2 2011/03/15 21:08:55 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tzinfo/tzinfo-0.3.24.ebuild,v 1.3 2011/03/16 06:01:07 graaff Exp $ EAPI=2 -USE_RUBY="ruby18 ree18" +USE_RUBY="ruby18 ree18 jruby" RUBY_FAKEGEM_DOCDIR="doc" RUBY_FAKEGEM_EXTRADOC="CHANGES README" |