diff options
Diffstat (limited to 'dev-ruby/activesupport/activesupport-4.0.8.ebuild')
-rw-r--r-- | dev-ruby/activesupport/activesupport-4.0.8.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ruby/activesupport/activesupport-4.0.8.ebuild b/dev-ruby/activesupport/activesupport-4.0.8.ebuild index af5032e6b9fd..6c75fb1d3bc3 100644 --- a/dev-ruby/activesupport/activesupport-4.0.8.ebuild +++ b/dev-ruby/activesupport/activesupport-4.0.8.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/activesupport/activesupport-4.0.8.ebuild,v 1.1 2014/07/03 05:57:03 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/activesupport-4.0.8.ebuild,v 1.2 2014/08/12 21:36:58 blueness Exp $ EAPI=5 @@ -22,7 +22,7 @@ SRC_URI="https://github.com/rails/rails/archive/v${PV}.tar.gz -> rails-${PV}.tgz LICENSE="MIT" SLOT="$(get_version_component_range 1-2)" -KEYWORDS="~amd64 ~arm ~hppa ~x86" +KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86" IUSE="" RUBY_S="rails-${PV}/${PN}" |