diff options
Diffstat (limited to 'dev-ruby/activerecord')
-rw-r--r-- | dev-ruby/activerecord/ChangeLog | 6 | ||||
-rw-r--r-- | dev-ruby/activerecord/activerecord-4.0.2.ebuild | 6 | ||||
-rw-r--r-- | dev-ruby/activerecord/activerecord-4.0.3.ebuild | 4 |
3 files changed, 10 insertions, 6 deletions
diff --git a/dev-ruby/activerecord/ChangeLog b/dev-ruby/activerecord/ChangeLog index 329cb02af1e4..f5dd06f3bedf 100644 --- a/dev-ruby/activerecord/ChangeLog +++ b/dev-ruby/activerecord/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-ruby/activerecord # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/ChangeLog,v 1.256 2014/02/19 08:05:27 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/ChangeLog,v 1.257 2014/03/11 20:24:05 johu Exp $ + + 11 Mar 2014; Johannes Huber <johu@gentoo.org> activerecord-4.0.2.ebuild, + activerecord-4.0.3.ebuild: + ~x86 added, bug #487206 *activerecord-4.0.3 (19 Feb 2014) diff --git a/dev-ruby/activerecord/activerecord-4.0.2.ebuild b/dev-ruby/activerecord/activerecord-4.0.2.ebuild index 338c914f19b9..8d10aa3f118d 100644 --- a/dev-ruby/activerecord/activerecord-4.0.2.ebuild +++ b/dev-ruby/activerecord/activerecord-4.0.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/activerecord-4.0.2.ebuild,v 1.1 2013/12/04 19:24:35 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/activerecord-4.0.2.ebuild,v 1.2 2014/03/11 20:24:05 johu Exp $ EAPI=5 USE_RUBY="ruby19" @@ -21,7 +21,7 @@ SRC_URI="http://github.com/rails/rails/archive/v${PV}.tar.gz -> rails-${PV}.tgz" LICENSE="MIT" SLOT="$(get_version_component_range 1-2)" -KEYWORDS="~amd64 ~arm" +KEYWORDS="~amd64 ~arm ~x86" IUSE="mysql postgres sqlite3" RUBY_S="rails-${PV}/${PN}" diff --git a/dev-ruby/activerecord/activerecord-4.0.3.ebuild b/dev-ruby/activerecord/activerecord-4.0.3.ebuild index 3c5be73fda25..31d7860882b9 100644 --- a/dev-ruby/activerecord/activerecord-4.0.3.ebuild +++ b/dev-ruby/activerecord/activerecord-4.0.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/activerecord-4.0.3.ebuild,v 1.1 2014/02/19 08:05:27 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/activerecord-4.0.3.ebuild,v 1.2 2014/03/11 20:24:05 johu Exp $ EAPI=5 USE_RUBY="ruby19" @@ -21,7 +21,7 @@ SRC_URI="http://github.com/rails/rails/archive/v${PV}.tar.gz -> rails-${PV}.tgz" LICENSE="MIT" SLOT="$(get_version_component_range 1-2)" -KEYWORDS="~amd64 ~arm" +KEYWORDS="~amd64 ~arm ~x86" IUSE="mysql postgres sqlite3" RUBY_S="rails-${PV}/${PN}" |