diff options
author | Hans de Graaff <graaff@gentoo.org> | 2013-02-10 09:27:53 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2013-02-10 09:27:53 +0000 |
commit | 414d733832c0e19f0069ec047ca4da6feb8e6597 (patch) | |
tree | 1db2bdc6c398bc2f1511c396b806c74aba08061b /dev-ruby | |
parent | Forgot to add removal date again. (diff) | |
download | gentoo-2-414d733832c0e19f0069ec047ca4da6feb8e6597.tar.gz gentoo-2-414d733832c0e19f0069ec047ca4da6feb8e6597.tar.bz2 gentoo-2-414d733832c0e19f0069ec047ca4da6feb8e6597.zip |
Add missing tzinfo to the test dependencies, bug 455036.
(Portage version: 2.1.11.50/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
Diffstat (limited to 'dev-ruby')
-rw-r--r-- | dev-ruby/activesupport/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/activesupport/activesupport-3.2.11.ebuild | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/dev-ruby/activesupport/ChangeLog b/dev-ruby/activesupport/ChangeLog index c1e8daa086d6..9dc199035ff6 100644 --- a/dev-ruby/activesupport/ChangeLog +++ b/dev-ruby/activesupport/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/activesupport # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/ChangeLog,v 1.210 2013/01/31 17:46:47 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/ChangeLog,v 1.211 2013/02/10 09:27:53 graaff Exp $ + + 10 Feb 2013; Hans de Graaff <graaff@gentoo.org> activesupport-3.2.11.ebuild: + Add missing tzinfo to the test dependencies, bug 455036. 31 Jan 2013; Agostino Sarubbo <ago@gentoo.org> activesupport-2.3.16.ebuild: Stable for ppc64, wrt bug #453844 diff --git a/dev-ruby/activesupport/activesupport-3.2.11.ebuild b/dev-ruby/activesupport/activesupport-3.2.11.ebuild index 93be5c0828cb..e81605c742a7 100644 --- a/dev-ruby/activesupport/activesupport-3.2.11.ebuild +++ b/dev-ruby/activesupport/activesupport-3.2.11.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/activesupport-3.2.11.ebuild,v 1.2 2013/01/15 07:19:48 zerochaos Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/activesupport-3.2.11.ebuild,v 1.3 2013/02/10 09:27:53 graaff Exp $ EAPI=4 @@ -38,6 +38,7 @@ ruby_add_bdepend "test? ( >=dev-ruby/memcache-client-1.5.8 dev-ruby/nokogiri >=dev-ruby/builder-3.0.3:3 + >=dev-ruby/tzinfo-0.3.29 )" # libxml is not strictly needed, there are tests using this code. jruby |