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/facter/
Date: Sun, 25 Feb 2018 21:52:43
Message-Id: 1519595437.b249499689e8f96335f7fe9f4649d919eb0e9b50.slyfox@gentoo
1 commit: b249499689e8f96335f7fe9f4649d919eb0e9b50
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 25 21:42:01 2018 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 25 21:50:37 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2494996
7
8 dev-ruby/facter: stable 3.9.2 for ppc, bug #622158 (thanks to ernsteiswuerfel)
9
10 Package-Manager: Portage-2.3.24, Repoman-2.3.6
11 RepoMan-Options: --include-arches="ppc"
12
13 dev-ruby/facter/facter-3.9.2.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/dev-ruby/facter/facter-3.9.2.ebuild b/dev-ruby/facter/facter-3.9.2.ebuild
17 index e81bc08542d..f285659e15b 100644
18 --- a/dev-ruby/facter/facter-3.9.2.ebuild
19 +++ b/dev-ruby/facter/facter-3.9.2.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2017 Gentoo Foundation
22 +# Copyright 1999-2018 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=6
26 @@ -14,7 +14,7 @@ S="${S}/all/${P}"
27 LICENSE="Apache-2.0"
28 SLOT="0"
29 IUSE="debug test"
30 -KEYWORDS="amd64 ~arm ~hppa ~ppc ppc64 sparc x86"
31 +KEYWORDS="amd64 ~arm ~hppa ppc ppc64 sparc x86"
32
33 BDEPEND="
34 >=sys-devel/gcc-4.8:*