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: Sat, 18 Aug 2018 02:46:26
Message-Id: 1534560362.3a149a4059d46f82fb8033bfc00f2367dcae9a6c.prometheanfire@gentoo
1 commit: 3a149a4059d46f82fb8033bfc00f2367dcae9a6c
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Fri Aug 17 22:40:00 2018 +0000
4 Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Sat Aug 18 02:46:02 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a149a40
7
8 dev-ruby/facter: 3.11.3-r1 stable amd64 and x86
9
10 Package-Manager: Portage-2.3.44, Repoman-2.3.10
11
12 dev-ruby/facter/facter-3.11.3-r1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-ruby/facter/facter-3.11.3-r1.ebuild b/dev-ruby/facter/facter-3.11.3-r1.ebuild
16 index 683775e7668..5060a204e2a 100644
17 --- a/dev-ruby/facter/facter-3.11.3-r1.ebuild
18 +++ b/dev-ruby/facter/facter-3.11.3-r1.ebuild
19 @@ -19,7 +19,7 @@ if [[ ${PV} == 9999 ]] ; then
20 EGIT_BRANCH="master"
21 else
22 [[ "${PV}" = *_rc* ]] || \
23 - KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86"
24 + KEYWORDS="amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc x86"
25 SRC_URI="https://github.com/puppetlabs/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
26 fi