From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id AC915138334 for ; Sat, 18 Aug 2018 02:46:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8E121E0885; Sat, 18 Aug 2018 02:46:25 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 66CFEE0885 for ; Sat, 18 Aug 2018 02:46:25 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 220B9335D9A for ; Sat, 18 Aug 2018 02:46:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 99EB82BA for ; Sat, 18 Aug 2018 02:46:21 +0000 (UTC) From: "Matt Thode" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Thode" Message-ID: <1534560362.3a149a4059d46f82fb8033bfc00f2367dcae9a6c.prometheanfire@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/facter/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/facter/facter-3.11.3-r1.ebuild X-VCS-Directories: dev-ruby/facter/ X-VCS-Committer: prometheanfire X-VCS-Committer-Name: Matt Thode X-VCS-Revision: 3a149a4059d46f82fb8033bfc00f2367dcae9a6c X-VCS-Branch: master Date: Sat, 18 Aug 2018 02:46:21 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: bf1da6d6-1dd9-4ca2-8c78-5036d1f547ca X-Archives-Hash: 85359ede153168d122520900d1299ca2 commit: 3a149a4059d46f82fb8033bfc00f2367dcae9a6c Author: Matthew Thode gentoo org> AuthorDate: Fri Aug 17 22:40:00 2018 +0000 Commit: Matt Thode gentoo org> CommitDate: Sat Aug 18 02:46:02 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a149a40 dev-ruby/facter: 3.11.3-r1 stable amd64 and x86 Package-Manager: Portage-2.3.44, Repoman-2.3.10 dev-ruby/facter/facter-3.11.3-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ruby/facter/facter-3.11.3-r1.ebuild b/dev-ruby/facter/facter-3.11.3-r1.ebuild index 683775e7668..5060a204e2a 100644 --- a/dev-ruby/facter/facter-3.11.3-r1.ebuild +++ b/dev-ruby/facter/facter-3.11.3-r1.ebuild @@ -19,7 +19,7 @@ if [[ ${PV} == 9999 ]] ; then EGIT_BRANCH="master" else [[ "${PV}" = *_rc* ]] || \ - KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86" + KEYWORDS="amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc x86" SRC_URI="https://github.com/puppetlabs/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" fi