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: Fri, 19 Aug 2022 22:38:17
Message-Id: 1660948688.5c80059a2b0e0b2d737749fced6d857df6af90d5.prometheanfire@gentoo
1 commit: 5c80059a2b0e0b2d737749fced6d857df6af90d5
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Fri Aug 19 22:36:48 2022 +0000
4 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Fri Aug 19 22:38:08 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c80059a
7
8 dev-ruby/facter: stabilize 3.14.24 for amd64, x86
9
10 Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>
11
12 dev-ruby/facter/facter-3.14.24.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-ruby/facter/facter-3.14.24.ebuild b/dev-ruby/facter/facter-3.14.24.ebuild
16 index cf3f65601ada..0eeddc26c2f1 100644
17 --- a/dev-ruby/facter/facter-3.14.24.ebuild
18 +++ b/dev-ruby/facter/facter-3.14.24.ebuild
19 @@ -19,7 +19,7 @@ if [[ ${PV} == 9999 ]] ; then
20 EGIT_BRANCH="master"
21 else
22 [[ "${PV}" = *_rc* ]] || \
23 - KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
24 + KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc x86"
25 SRC_URI="https://github.com/puppetlabs/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
26 fi