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 4552B1382FE for ; Mon, 11 Jul 2016 16:01:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7EF50E0B3A; Mon, 11 Jul 2016 16:01:03 +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 2C164E0B3A for ; Mon, 11 Jul 2016 16:01:03 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 CF90B340C69 for ; Mon, 11 Jul 2016 16:01:01 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9EF142435 for ; Mon, 11 Jul 2016 16:00:59 +0000 (UTC) From: "Chí-Thanh Christopher Nguyễn" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Chí-Thanh Christopher Nguyễn" Message-ID: <1468252800.5f05325e9d27c835da550206724fa7614b94e329.chithanh@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-qt/qtx11extras/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-qt/qtx11extras/qtx11extras-5.6.1.ebuild X-VCS-Directories: dev-qt/qtx11extras/ X-VCS-Committer: chithanh X-VCS-Committer-Name: Chí-Thanh Christopher Nguyễn X-VCS-Revision: 5f05325e9d27c835da550206724fa7614b94e329 X-VCS-Branch: master Date: Mon, 11 Jul 2016 16:00:59 +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: f5082642-e5a8-402b-be88-384aee1a5c30 X-Archives-Hash: 994d5784bfa814fa4dd689f79b509aea commit: 5f05325e9d27c835da550206724fa7614b94e329 Author: Chí-Thanh Christopher Nguyễn gentoo org> AuthorDate: Mon Jul 11 15:59:34 2016 +0000 Commit: Chí-Thanh Christopher Nguyễn gentoo org> CommitDate: Mon Jul 11 16:00:00 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f05325e dev-qt/qtx11extras: keyword ~ppc Bug: https://bugs.gentoo.org/show_bug.cgi?id=584860 Package-Manager: portage-2.2.28 dev-qt/qtx11extras/qtx11extras-5.6.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-qt/qtx11extras/qtx11extras-5.6.1.ebuild b/dev-qt/qtx11extras/qtx11extras-5.6.1.ebuild index 3195a74..a8962d3 100644 --- a/dev-qt/qtx11extras/qtx11extras-5.6.1.ebuild +++ b/dev-qt/qtx11extras/qtx11extras-5.6.1.ebuild @@ -8,7 +8,7 @@ inherit qt5-build DESCRIPTION="Linux/X11-specific support library for the Qt5 framework" if [[ ${QT5_BUILD_TYPE} == release ]]; then - KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc64 ~x86" + KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86" fi IUSE=""