diff options
author | Markus Meier <maekke@gentoo.org> | 2013-10-13 22:05:36 +0000 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2013-10-13 22:05:36 +0000 |
commit | b9a07f2c836c14da366445c5348049f8e2993992 (patch) | |
tree | 648efe91822692ac0304c5e2847fbb2597a4b4ce /dev-ruby | |
parent | add ~arm, bug #487206 (diff) | |
download | gentoo-2-b9a07f2c836c14da366445c5348049f8e2993992.tar.gz gentoo-2-b9a07f2c836c14da366445c5348049f8e2993992.tar.bz2 gentoo-2-b9a07f2c836c14da366445c5348049f8e2993992.zip |
add ~arm, bug #487206
(Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --include-arches="arm", signed Manifest commit with key 072AD062)
Diffstat (limited to 'dev-ruby')
-rw-r--r-- | dev-ruby/activesupport/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/activesupport/activesupport-4.0.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-ruby/activesupport/ChangeLog b/dev-ruby/activesupport/ChangeLog index e5914d6ffa34..3ccf44288cf3 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.233 2013/10/13 16:05:34 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/ChangeLog,v 1.234 2013/10/13 22:05:36 maekke Exp $ + + 13 Oct 2013; Markus Meier <maekke@gentoo.org> activesupport-4.0.0.ebuild: + add ~arm, bug #487206 13 Oct 2013; Hans de Graaff <graaff@gentoo.org> activesupport-4.0.0.ebuild: Slot tzinfo dependency to match the gemspec. diff --git a/dev-ruby/activesupport/activesupport-4.0.0.ebuild b/dev-ruby/activesupport/activesupport-4.0.0.ebuild index 8d4658c80cd3..0479010d9f16 100644 --- a/dev-ruby/activesupport/activesupport-4.0.0.ebuild +++ b/dev-ruby/activesupport/activesupport-4.0.0.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-4.0.0.ebuild,v 1.4 2013/10/13 16:05:34 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/activesupport-4.0.0.ebuild,v 1.5 2013/10/13 22:05:36 maekke 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" +KEYWORDS=" ~amd64 ~arm" IUSE="" RUBY_S="rails-${PV}/${PN}" |