diff options
author | Hans de Graaff <graaff@gentoo.org> | 2013-10-13 16:04:35 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2013-10-13 16:04:35 +0000 |
commit | f83530ecb129f926486fa7ab07723f2e75b4e8e9 (patch) | |
tree | 7c05a8fb30995357cae2d20760eea49373e45660 /dev-ruby | |
parent | Slot tzinfo dependency to match the gemspec. (diff) | |
download | gentoo-2-f83530ecb129f926486fa7ab07723f2e75b4e8e9.tar.gz gentoo-2-f83530ecb129f926486fa7ab07723f2e75b4e8e9.tar.bz2 gentoo-2-f83530ecb129f926486fa7ab07723f2e75b4e8e9.zip |
Slot tzinfo dependency to match the gemspec.
(Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
Diffstat (limited to 'dev-ruby')
-rw-r--r-- | dev-ruby/activerecord/ChangeLog | 6 | ||||
-rw-r--r-- | dev-ruby/activerecord/activerecord-3.1.12.ebuild | 4 | ||||
-rw-r--r-- | dev-ruby/activerecord/activerecord-3.2.13.ebuild | 4 | ||||
-rw-r--r-- | dev-ruby/activerecord/activerecord-3.2.14.ebuild | 4 |
4 files changed, 11 insertions, 7 deletions
diff --git a/dev-ruby/activerecord/ChangeLog b/dev-ruby/activerecord/ChangeLog index 6d6601a5612c..867e3b134fd3 100644 --- a/dev-ruby/activerecord/ChangeLog +++ b/dev-ruby/activerecord/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-ruby/activerecord # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/ChangeLog,v 1.243 2013/10/07 12:36:27 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/ChangeLog,v 1.244 2013/10/13 16:04:35 graaff Exp $ + + 13 Oct 2013; Hans de Graaff <graaff@gentoo.org> activerecord-3.1.12.ebuild, + activerecord-3.2.13.ebuild, activerecord-3.2.14.ebuild: + Slot tzinfo dependency to match the gemspec. *activerecord-4.0.0 (07 Oct 2013) diff --git a/dev-ruby/activerecord/activerecord-3.1.12.ebuild b/dev-ruby/activerecord/activerecord-3.1.12.ebuild index cc8a160e6cde..3aee892ca8ea 100644 --- a/dev-ruby/activerecord/activerecord-3.1.12.ebuild +++ b/dev-ruby/activerecord/activerecord-3.1.12.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/activerecord/activerecord-3.1.12.ebuild,v 1.1 2013/03/30 13:17:56 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/activerecord-3.1.12.ebuild,v 1.2 2013/10/13 16:04:35 graaff Exp $ EAPI=4 USE_RUBY="ruby18 ruby19" @@ -29,7 +29,7 @@ RUBY_S="rails-rails-*/activerecord" ruby_add_rdepend "~dev-ruby/activesupport-${PV} ~dev-ruby/activemodel-${PV} >=dev-ruby/arel-2.2.3:2.1 - >=dev-ruby/tzinfo-0.3.29 + >=dev-ruby/tzinfo-0.3.29:0 sqlite3? ( >=dev-ruby/sqlite3-1.3.4 ) mysql? ( >=dev-ruby/mysql2-0.3.6:0.3 ) postgres? ( >=dev-ruby/pg-0.11.0 )" diff --git a/dev-ruby/activerecord/activerecord-3.2.13.ebuild b/dev-ruby/activerecord/activerecord-3.2.13.ebuild index 759c66f27cdd..3072fc7e4f2b 100644 --- a/dev-ruby/activerecord/activerecord-3.2.13.ebuild +++ b/dev-ruby/activerecord/activerecord-3.2.13.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/activerecord/activerecord-3.2.13.ebuild,v 1.1 2013/03/31 07:44:33 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/activerecord-3.2.13.ebuild,v 1.2 2013/10/13 16:04:35 graaff Exp $ EAPI=4 USE_RUBY="ruby18 ruby19" @@ -29,7 +29,7 @@ RUBY_S="rails-${PV}/${PN}" ruby_add_rdepend "~dev-ruby/activesupport-${PV} ~dev-ruby/activemodel-${PV} >=dev-ruby/arel-3.0.2:3.0 - >=dev-ruby/tzinfo-0.3.29 + >=dev-ruby/tzinfo-0.3.29:0 sqlite3? ( >=dev-ruby/sqlite3-1.3.5 ) mysql? ( >=dev-ruby/mysql2-0.3.10:0.3 ) postgres? ( >=dev-ruby/pg-0.11.0 )" diff --git a/dev-ruby/activerecord/activerecord-3.2.14.ebuild b/dev-ruby/activerecord/activerecord-3.2.14.ebuild index 34a3bf855979..223800a80805 100644 --- a/dev-ruby/activerecord/activerecord-3.2.14.ebuild +++ b/dev-ruby/activerecord/activerecord-3.2.14.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/activerecord/activerecord-3.2.14.ebuild,v 1.1 2013/08/17 10:32:26 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/activerecord-3.2.14.ebuild,v 1.2 2013/10/13 16:04:35 graaff Exp $ EAPI=4 USE_RUBY="ruby18 ruby19" @@ -29,7 +29,7 @@ RUBY_S="rails-${PV}/${PN}" ruby_add_rdepend "~dev-ruby/activesupport-${PV} ~dev-ruby/activemodel-${PV} >=dev-ruby/arel-3.0.2:3.0 - >=dev-ruby/tzinfo-0.3.29 + >=dev-ruby/tzinfo-0.3.29:0 sqlite3? ( >=dev-ruby/sqlite3-1.3.5 ) mysql? ( >=dev-ruby/mysql2-0.3.10:0.3 ) postgres? ( >=dev-ruby/pg-0.11.0 )" |