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: Sun, 16 Apr 2017 18:51:31
Message-Id: 1492368659.6c5c5b9497a7bfb85316bdee39cb5545f8ec0a30.prometheanfire@gentoo
1 commit: 6c5c5b9497a7bfb85316bdee39cb5545f8ec0a30
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Sun Apr 16 18:43:19 2017 +0000
4 Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Sun Apr 16 18:50:59 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c5c5b94
7
8 dev-ruby/facter: 3.6.3 stable amd64 and x86
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 dev-ruby/facter/facter-3.6.3.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-ruby/facter/facter-3.6.3.ebuild b/dev-ruby/facter/facter-3.6.3.ebuild
16 index 475bfab3a9a..a10a77ea60e 100644
17 --- a/dev-ruby/facter/facter-3.6.3.ebuild
18 +++ b/dev-ruby/facter/facter-3.6.3.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:*