From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-897013-garchives=archives.gentoo.org@lists.gentoo.org> 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 162AE13832F for <garchives@archives.gentoo.org>; Mon, 15 Aug 2016 05:57:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EA69B21C060; Mon, 15 Aug 2016 05:56:54 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 312EDE0962 for <gentoo-commits@lists.gentoo.org>; Mon, 15 Aug 2016 05:56:54 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 398C5340CCD for <gentoo-commits@lists.gentoo.org>; Mon, 15 Aug 2016 05:56:53 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9B6C8245C for <gentoo-commits@lists.gentoo.org>; Mon, 15 Aug 2016 05:56:50 +0000 (UTC) From: "Jeroen Roovers" <jer@gentoo.org> 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" <jer@gentoo.org> Message-ID: <1471240498.b41627ee1a1e4b642a5f66175e0e70b616011c20.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-qt/qtsensors/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-qt/qtsensors/qtsensors-5.6.1.ebuild X-VCS-Directories: dev-qt/qtsensors/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: b41627ee1a1e4b642a5f66175e0e70b616011c20 X-VCS-Branch: master Date: Mon, 15 Aug 2016 05:56:50 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: fee00f39-fc07-43de-b145-5edecfd17cb3 X-Archives-Hash: 2966e83e0fdac87f0da46ccc4f16bad1 commit: b41627ee1a1e4b642a5f66175e0e70b616011c20 Author: Jeroen Roovers <jer <AT> gentoo <DOT> org> AuthorDate: Mon Aug 15 05:29:09 2016 +0000 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org> CommitDate: Mon Aug 15 05:54:58 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b41627ee dev-qt/qtsensors: Stable for HPPA PPC64 (bug #586180). Package-Manager: portage-2.3.0 RepoMan-Options: --ignore-arches dev-qt/qtsensors/qtsensors-5.6.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-qt/qtsensors/qtsensors-5.6.1.ebuild b/dev-qt/qtsensors/qtsensors-5.6.1.ebuild index 10c0b13..bc4db57 100644 --- a/dev-qt/qtsensors/qtsensors-5.6.1.ebuild +++ b/dev-qt/qtsensors/qtsensors-5.6.1.ebuild @@ -8,7 +8,7 @@ inherit qt5-build DESCRIPTION="Hardware sensor access library for the Qt5 framework" if [[ ${QT5_BUILD_TYPE} == release ]]; then - KEYWORDS="amd64 ~arm ~hppa ~ppc64 x86" + KEYWORDS="amd64 ~arm hppa ppc64 x86" fi IUSE="qml"