Gentoo Archives: gentoo-commits

From: Matt Thode <prometheanfire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/facter/
Date: Thu, 09 Mar 2017 17:51:12
Message-Id: 1489081853.2d63337e89d3be94c533cc0e5e53f2af9ec934fe.prometheanfire@gentoo
1 commit: 2d63337e89d3be94c533cc0e5e53f2af9ec934fe
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Thu Mar 9 17:50:53 2017 +0000
4 Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Thu Mar 9 17:50:53 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d63337e
7
8 dev-ruby/facter: 3.6.1 stable amd64 and x86
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 dev-ruby/facter/facter-3.6.1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-ruby/facter/facter-3.6.1.ebuild b/dev-ruby/facter/facter-3.6.1.ebuild
16 index 804466effd7..bf72714bc21 100644
17 --- a/dev-ruby/facter/facter-3.6.1.ebuild
18 +++ b/dev-ruby/facter/facter-3.6.1.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 ~hppa ~ppc ~ppc64 x86"
25
26 BDEPEND="
27 >=sys-devel/gcc-4.8:*