Gentoo Archives: gentoo-commits

From: Matthew Thode <prometheanfire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/facter/
Date: Mon, 29 Jun 2020 21:48:00
Message-Id: 1593467268.39b0b8a62dde04f4e0baa523aff90fc8fc8fc8cc.prometheanfire@gentoo
1 commit: 39b0b8a62dde04f4e0baa523aff90fc8fc8fc8cc
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jun 29 21:41:59 2020 +0000
4 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Mon Jun 29 21:47:48 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39b0b8a6
7
8 dev-ruby/facter: 3.14.11 stable amd64/x86
9
10 Package-Manager: Portage-2.3.99, Repoman-2.3.23
11 Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>
12
13 dev-ruby/facter/facter-3.14.11.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-ruby/facter/facter-3.14.11.ebuild b/dev-ruby/facter/facter-3.14.11.ebuild
17 index b7819b83844..f2b40c9e3b7 100644
18 --- a/dev-ruby/facter/facter-3.14.11.ebuild
19 +++ b/dev-ruby/facter/facter-3.14.11.ebuild
20 @@ -19,7 +19,7 @@ if [[ ${PV} == 9999 ]] ; then
21 EGIT_BRANCH="master"
22 else
23 [[ "${PV}" = *_rc* ]] || \
24 - KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86"
25 + KEYWORDS="amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc x86"
26 SRC_URI="https://github.com/puppetlabs/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
27 fi