Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/activesupport/
Date: Sat, 25 Apr 2020 12:44:18
Message-Id: 1587818638.7b551aab63dec013e270daafd600429b22cdac73.slyfox@gentoo
1 commit: 7b551aab63dec013e270daafd600429b22cdac73
2 Author: Rolf Eike Beer <eike <AT> sf-mail <DOT> de>
3 AuthorDate: Sat Apr 25 12:14:08 2020 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 25 12:43:58 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b551aab
7
8 dev-ruby/activesupport: keyworded 6.0.2.2 for hppa, bug #692324
9
10 Package-Manager: Portage-2.3.89, Repoman-2.3.20
11 RepoMan-Options: --include-arches="hppa"
12 Signed-off-by: Rolf Eike Beer <eike <AT> sf-mail.de>
13 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
14
15 dev-ruby/activesupport/activesupport-6.0.2.2.ebuild | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18 diff --git a/dev-ruby/activesupport/activesupport-6.0.2.2.ebuild b/dev-ruby/activesupport/activesupport-6.0.2.2.ebuild
19 index 493768eb523..29e908aae23 100644
20 --- a/dev-ruby/activesupport/activesupport-6.0.2.2.ebuild
21 +++ b/dev-ruby/activesupport/activesupport-6.0.2.2.ebuild
22 @@ -19,7 +19,7 @@ SRC_URI="https://github.com/rails/rails/archive/v${PV}.tar.gz -> rails-${PV}.tgz
23
24 LICENSE="MIT"
25 SLOT="$(ver_cut 1-2)"
26 -KEYWORDS="~amd64 ~arm ~arm64 ~sparc ~x86"
27 +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~sparc ~x86"
28 IUSE=""
29
30 RUBY_S="rails-${PV}/${PN}"