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: Sat, 07 May 2022 15:58:47
Message-Id: 1651939113.141f6359ef21eab1dcac76e596ac41dae9c230e6.prometheanfire@gentoo
1 commit: 141f6359ef21eab1dcac76e596ac41dae9c230e6
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Sat May 7 15:55:05 2022 +0000
4 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Sat May 7 15:58:33 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=141f6359
7
8 dev-ruby/facter: 3.14.23 stable amd64/x86
9
10 Package-Manager: Portage-3.0.30, Repoman-3.0.3
11 Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>
12
13 dev-ruby/facter/facter-3.14.23.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-ruby/facter/facter-3.14.23.ebuild b/dev-ruby/facter/facter-3.14.23.ebuild
17 index 1c29d28561ba..a8b3fb88f65b 100644
18 --- a/dev-ruby/facter/facter-3.14.23.ebuild
19 +++ b/dev-ruby/facter/facter-3.14.23.ebuild
20 @@ -19,7 +19,7 @@ if [[ ${PV} == 9999 ]] ; then
21 EGIT_BRANCH="master"
22 else
23 [[ "${PV}" = *_rc* ]] || \
24 - KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
25 + KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc x86"
26 SRC_URI="https://github.com/puppetlabs/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
27 fi