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 F172C1382C5 for ; Sat, 10 Feb 2018 12:56:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F18F0E0967; Sat, 10 Feb 2018 12:56:15 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 D3A1DE0966 for ; Sat, 10 Feb 2018 12:56:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 E3994335C5C for ; Sat, 10 Feb 2018 12:56:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0DFEF1F0 for ; Sat, 10 Feb 2018 12:56:12 +0000 (UTC) From: "Jeroen Roovers" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jeroen Roovers" Message-ID: <1518267364.a2c52248f15edded8794361fa7a57a250f16c40c.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/facter/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/facter/facter-2.4.6.ebuild dev-ruby/facter/facter-3.1.8.ebuild X-VCS-Directories: dev-ruby/facter/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: a2c52248f15edded8794361fa7a57a250f16c40c X-VCS-Branch: master Date: Sat, 10 Feb 2018 12:56:12 +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: 62227892-64f8-471f-856f-0e997be3ae90 X-Archives-Hash: 07bfc5dd38fe629cf1194e1fa5ee2a75 commit: a2c52248f15edded8794361fa7a57a250f16c40c Author: Jeroen Roovers gentoo org> AuthorDate: Sat Feb 10 12:52:16 2018 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Sat Feb 10 12:56:04 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2c52248 dev-ruby/facter: Revert "dev-ruby/facter: Drop to ~hppa" Package-Manager: Portage-2.3.24, Repoman-2.3.6 dev-ruby/facter/facter-2.4.6.ebuild | 2 +- dev-ruby/facter/facter-3.1.8.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-ruby/facter/facter-2.4.6.ebuild b/dev-ruby/facter/facter-2.4.6.ebuild index 18180e3884e..bd8ef484f6a 100644 --- a/dev-ruby/facter/facter-2.4.6.ebuild +++ b/dev-ruby/facter/facter-2.4.6.ebuild @@ -17,7 +17,7 @@ HOMEPAGE="http://www.puppetlabs.com/puppet/related-projects/facter/" LICENSE="Apache-2.0" SLOT="0" IUSE="+dmi +pciutils +virt" -KEYWORDS="amd64 ~hppa ppc ppc64 ~sparc x86" +KEYWORDS="amd64 hppa ppc ppc64 ~sparc x86" CDEPEND=" app-emulation/virt-what diff --git a/dev-ruby/facter/facter-3.1.8.ebuild b/dev-ruby/facter/facter-3.1.8.ebuild index 5604ec6096d..3c5472826b0 100644 --- a/dev-ruby/facter/facter-3.1.8.ebuild +++ b/dev-ruby/facter/facter-3.1.8.ebuild @@ -14,7 +14,7 @@ S="${S}/all/${P}" LICENSE="Apache-2.0" SLOT="0" IUSE="debug test" -KEYWORDS="amd64 ~hppa ppc ppc64 x86" +KEYWORDS="amd64 hppa ppc ppc64 x86" CDEPEND=" >=sys-devel/gcc-4.8:*