From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-829727-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	by finch.gentoo.org (Postfix) with ESMTP id 522E3139891
	for <garchives@archives.gentoo.org>; Sun, 23 Aug 2015 09:25:01 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id EAF5C14244;
	Sun, 23 Aug 2015 09:24:57 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	(using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id DA5B71423F
	for <gentoo-commits@lists.gentoo.org>; Sun, 23 Aug 2015 09:24:56 +0000 (UTC)
Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84])
	(using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 1AD55340998
	for <gentoo-commits@lists.gentoo.org>; Sun, 23 Aug 2015 09:24:56 +0000 (UTC)
Received: from localhost.localdomain (localhost [127.0.0.1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 5E19B16B
	for <gentoo-commits@lists.gentoo.org>; Sun, 23 Aug 2015 09:24:51 +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: <1440320181.b2a27b7feb2c76926666a4b2fe6658755acc8a2d.jer@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-qt/qtcore/
X-VCS-Repository: repo/gentoo
X-VCS-Files: dev-qt/qtcore/qtcore-5.4.2.ebuild
X-VCS-Directories: dev-qt/qtcore/
X-VCS-Committer: jer
X-VCS-Committer-Name: Jeroen Roovers
X-VCS-Revision: b2a27b7feb2c76926666a4b2fe6658755acc8a2d
X-VCS-Branch: master
Date: Sun, 23 Aug 2015 09:24:51 +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: 9382b38a-d5c0-4f64-b9e0-cffa1adc6c42
X-Archives-Hash: c73bc27726b505b8ed17e2e4082242d3

commit:     b2a27b7feb2c76926666a4b2fe6658755acc8a2d
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 23 08:56:21 2015 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Sun Aug 23 08:56:21 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2a27b7f

dev-qt/qtcore: Stable for HPPA (bug #543326).

Package-Manager: portage-2.2.20.1

 dev-qt/qtcore/qtcore-5.4.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-qt/qtcore/qtcore-5.4.2.ebuild b/dev-qt/qtcore/qtcore-5.4.2.ebuild
index 6ba815b..37be959 100644
--- a/dev-qt/qtcore/qtcore-5.4.2.ebuild
+++ b/dev-qt/qtcore/qtcore-5.4.2.ebuild
@@ -9,7 +9,7 @@ inherit qt5-build
 DESCRIPTION="Cross-platform application development framework"
 
 if [[ ${QT5_BUILD_TYPE} == release ]]; then
-	KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc64 ~x86"
+	KEYWORDS="~amd64 ~arm ~arm64 hppa ~ppc64 ~x86"
 fi
 
 IUSE="icu systemd"