diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2011-03-21 11:40:57 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2011-03-21 11:40:57 +0000 |
commit | 13ed9c3733fb2b0228021dc0083244b99da1a0e8 (patch) | |
tree | dd06bc4ee782d96999a13c2d72abec9eb759616c /dev-ruby/tzinfo | |
parent | ppc64 stable wrt #352092 (diff) | |
download | gentoo-2-13ed9c3733fb2b0228021dc0083244b99da1a0e8.tar.gz gentoo-2-13ed9c3733fb2b0228021dc0083244b99da1a0e8.tar.bz2 gentoo-2-13ed9c3733fb2b0228021dc0083244b99da1a0e8.zip |
Stable on amd64 wrt bug #359091
(Portage version: 2.1.9.42/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby/tzinfo')
-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 fee5cb28d462..38a79e1ec56e 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.74 2011/03/16 06:01:07 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tzinfo/ChangeLog,v 1.75 2011/03/21 11:40:57 hwoarang Exp $ + + 21 Mar 2011; Markos Chandras <hwoarang@gentoo.org> tzinfo-0.3.24.ebuild: + Stable on amd64 wrt bug #359091 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. diff --git a/dev-ruby/tzinfo/tzinfo-0.3.24.ebuild b/dev-ruby/tzinfo/tzinfo-0.3.24.ebuild index 7fc1521e354e..ad738ad515c0 100644 --- a/dev-ruby/tzinfo/tzinfo-0.3.24.ebuild +++ b/dev-ruby/tzinfo/tzinfo-0.3.24.ebuild @@ -1,6 +1,6 @@ # 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.3 2011/03/16 06:01:07 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tzinfo/tzinfo-0.3.24.ebuild,v 1.4 2011/03/21 11:40:57 hwoarang Exp $ EAPI=2 USE_RUBY="ruby18 ree18 jruby" @@ -16,7 +16,7 @@ SRC_URI="mirror://rubyforge/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" +KEYWORDS="~alpha amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris" IUSE="" RDEPEND="" |