diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2015-01-01 11:00:20 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2015-01-01 11:00:20 +0000 |
commit | b610908d2b0496da7ef51ee07f37d42461ba987c (patch) | |
tree | 9e9116632eb81330904af38ed0f6bc426faafef4 | |
parent | Stable for ~ppc64, wrt bug #534186 (diff) | |
download | gentoo-2-b610908d2b0496da7ef51ee07f37d42461ba987c.tar.gz gentoo-2-b610908d2b0496da7ef51ee07f37d42461ba987c.tar.bz2 gentoo-2-b610908d2b0496da7ef51ee07f37d42461ba987c.zip |
Stable for ~ppc64, wrt bug #534186
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="~ppc64", signed Manifest commit with key 7194459F)
-rw-r--r-- | dev-ruby/railties/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/railties/railties-4.2.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ruby/railties/ChangeLog b/dev-ruby/railties/ChangeLog index 57033ed97bd8..a787d3065910 100644 --- a/dev-ruby/railties/ChangeLog +++ b/dev-ruby/railties/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/railties # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/railties/ChangeLog,v 1.96 2015/01/01 10:59:32 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/railties/ChangeLog,v 1.97 2015/01/01 11:00:20 ago Exp $ + + 01 Jan 2015; Agostino Sarubbo <ago@gentoo.org> railties-4.2.0.ebuild: + Stable for ~ppc64, wrt bug #534186 01 Jan 2015; Agostino Sarubbo <ago@gentoo.org> railties-4.2.0.ebuild: Stable for ~ppc, wrt bug #534186 diff --git a/dev-ruby/railties/railties-4.2.0.ebuild b/dev-ruby/railties/railties-4.2.0.ebuild index e08320835979..9666c5336856 100644 --- a/dev-ruby/railties/railties-4.2.0.ebuild +++ b/dev-ruby/railties/railties-4.2.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/railties/railties-4.2.0.ebuild,v 1.2 2015/01/01 10:59:32 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/railties/railties-4.2.0.ebuild,v 1.3 2015/01/01 11:00:20 ago Exp $ EAPI=5 USE_RUBY="ruby19 ruby20 ruby21" @@ -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 ~ppc" +KEYWORDS="~amd64 ~ppc ~ppc64" IUSE="" RUBY_S="rails-${PV}/${PN}" |