diff options
author | 2014-08-12 21:36:58 +0000 | |
---|---|---|
committer | 2014-08-12 21:36:58 +0000 | |
commit | 23820b79a14863c4e6dcee468c9c0bbc6abfc569 (patch) | |
tree | d2876312881824c04f6174a5fa5925e3e5a9055b /dev-ruby/activesupport | |
parent | Revbump to fix a segmentation fault with lastpipe. Removed old (diff) | |
download | gentoo-2-23820b79a14863c4e6dcee468c9c0bbc6abfc569.tar.gz gentoo-2-23820b79a14863c4e6dcee468c9c0bbc6abfc569.tar.bz2 gentoo-2-23820b79a14863c4e6dcee468c9c0bbc6abfc569.zip |
Keyword ~ppc and ~ppc64, bug #519170
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)
Diffstat (limited to 'dev-ruby/activesupport')
-rw-r--r-- | dev-ruby/activesupport/ChangeLog | 6 | ||||
-rw-r--r-- | dev-ruby/activesupport/activesupport-4.0.8.ebuild | 4 | ||||
-rw-r--r-- | dev-ruby/activesupport/activesupport-4.1.4.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/dev-ruby/activesupport/ChangeLog b/dev-ruby/activesupport/ChangeLog index 6a3f26441132..2dc9fdc7f642 100644 --- a/dev-ruby/activesupport/ChangeLog +++ b/dev-ruby/activesupport/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-ruby/activesupport # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/ChangeLog,v 1.265 2014/07/22 16:51:48 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/ChangeLog,v 1.266 2014/08/12 21:36:58 blueness Exp $ + + 12 Aug 2014; Anthony G. Basile <blueness@gentoo.org> + activesupport-4.0.8.ebuild, activesupport-4.1.4.ebuild: + Keyword ~ppc and ~ppc64, bug #519170 22 Jul 2014; Tobias Klausmann <klausman@gentoo.org> activesupport-4.1.4.ebuild: 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}" diff --git a/dev-ruby/activesupport/activesupport-4.1.4.ebuild b/dev-ruby/activesupport/activesupport-4.1.4.ebuild index f7c547c469c8..bc746081bc7a 100644 --- a/dev-ruby/activesupport/activesupport-4.1.4.ebuild +++ b/dev-ruby/activesupport/activesupport-4.1.4.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.1.4.ebuild,v 1.2 2014/07/22 16:51:48 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/activesupport-4.1.4.ebuild,v 1.3 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="~alpha ~amd64 ~arm ~hppa ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86" IUSE="" RUBY_S="rails-${PV}/${PN}" |