Gentoo Archives: gentoo-commits

From: Hans de Graaff <graaff@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/activesupport/
Date: Thu, 29 Dec 2016 13:06:41
Message-Id: 1483016731.015403e0d5c0572dec4b297d900a04670d0fe0eb.graaff@gentoo
1 commit: 015403e0d5c0572dec4b297d900a04670d0fe0eb
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Thu Dec 29 08:07:37 2016 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Thu Dec 29 13:05:31 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=015403e0
7
8 dev-ruby/activesupport: drop ~ppc, keywording timeout
9
10 Package-Manager: portage-2.3.0
11
12 dev-ruby/activesupport/activesupport-4.2.6.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-ruby/activesupport/activesupport-4.2.6.ebuild b/dev-ruby/activesupport/activesupport-4.2.6.ebuild
16 index 5615ead..52e7d40 100644
17 --- a/dev-ruby/activesupport/activesupport-4.2.6.ebuild
18 +++ b/dev-ruby/activesupport/activesupport-4.2.6.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2015 Gentoo Foundation
21 +# Copyright 1999-2016 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23 # $Id$
24
25 @@ -22,7 +22,7 @@ SRC_URI="https://github.com/rails/rails/archive/v${PV}.tar.gz -> rails-${PV}.tgz
26
27 LICENSE="MIT"
28 SLOT="$(get_version_component_range 1-2)"
29 -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
30 +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc64 ~x86 ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
31 IUSE=""
32
33 RUBY_S="rails-${PV}/${PN}"