Gentoo Archives: gentoo-commits

From: Jeroen Roovers <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/activesupport/
Date: Sat, 29 Apr 2017 20:13:51
Message-Id: 1493496820.adb1b529c967098f60e4fa0787a5fc5a5436306e.jer@gentoo
1 commit: adb1b529c967098f60e4fa0787a5fc5a5436306e
2 Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
3 AuthorDate: Sat Apr 29 20:12:39 2017 +0000
4 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 29 20:13:40 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=adb1b529
7
8 dev-ruby/activesupport: Mark ~hppa (bug #592756).
9
10 Package-Manager: Portage-2.3.5, Repoman-2.3.2
11 RepoMan-Options: --ignore-arches
12
13 dev-ruby/activesupport/activesupport-5.0.2.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-ruby/activesupport/activesupport-5.0.2.ebuild b/dev-ruby/activesupport/activesupport-5.0.2.ebuild
17 index 7bc5cc1d4e0..ba92ab80a76 100644
18 --- a/dev-ruby/activesupport/activesupport-5.0.2.ebuild
19 +++ b/dev-ruby/activesupport/activesupport-5.0.2.ebuild
20 @@ -21,7 +21,7 @@ SRC_URI="https://github.com/rails/rails/archive/v${PV}.tar.gz -> rails-${PV}.tgz
21
22 LICENSE="MIT"
23 SLOT="$(get_version_component_range 1-2)"
24 -KEYWORDS="~alpha ~amd64 ~arm ~ppc ~x86 ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
25 +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~x86 ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
26 IUSE=""
27
28 RUBY_S="rails-${PV}/${PN}"