Gentoo Archives: gentoo-commits

From: Fabian Groffen <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/facter/
Date: Wed, 30 Aug 2017 18:13:39
Message-Id: 1504116801.1460282309d168b77bbce521a6bb5788654476f5.grobian@gentoo
1 commit: 1460282309d168b77bbce521a6bb5788654476f5
2 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
3 AuthorDate: Wed Aug 30 15:23:46 2017 +0000
4 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
5 CommitDate: Wed Aug 30 18:13:21 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14602823
7
8 dev-ruby/facter: marked ~arm
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.1
11
12 dev-ruby/facter/facter-3.8.0.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-ruby/facter/facter-3.8.0.ebuild b/dev-ruby/facter/facter-3.8.0.ebuild
16 index 9e7deeaa732..247eed1af45 100644
17 --- a/dev-ruby/facter/facter-3.8.0.ebuild
18 +++ b/dev-ruby/facter/facter-3.8.0.ebuild
19 @@ -14,7 +14,7 @@ S="${S}/all/${P}"
20 LICENSE="Apache-2.0"
21 SLOT="0"
22 IUSE="debug test"
23 -KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86"
24 +KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86"
25
26 BDEPEND="
27 >=sys-devel/gcc-4.8:*