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 54B6613832E for ; Mon, 25 Jul 2016 16:25:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 80893E08C7; Mon, 25 Jul 2016 16:25:10 +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 2EF40E08C7 for ; Mon, 25 Jul 2016 16:25:10 +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 22184340B46 for ; Mon, 25 Jul 2016 16:25:09 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 52FA6E62 for ; Mon, 25 Jul 2016 16:25:07 +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: <1469463859.dcf95c61bcef13bffddab4ef6f7f05e2d0656961.chithanh@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-qt/qtpaths/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-qt/qtpaths/qtpaths-5.6.1.ebuild X-VCS-Directories: dev-qt/qtpaths/ X-VCS-Committer: chithanh X-VCS-Committer-Name: Chí-Thanh Christopher Nguyễn X-VCS-Revision: dcf95c61bcef13bffddab4ef6f7f05e2d0656961 X-VCS-Branch: master Date: Mon, 25 Jul 2016 16:25:07 +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: f2e38d37-7814-4a1a-bfab-a0ddf2c4c02c X-Archives-Hash: 08543798096920b972c9fad4d7a26807 commit: dcf95c61bcef13bffddab4ef6f7f05e2d0656961 Author: Chí-Thanh Christopher Nguyễn gentoo org> AuthorDate: Mon Jul 25 16:24:19 2016 +0000 Commit: Chí-Thanh Christopher Nguyễn gentoo org> CommitDate: Mon Jul 25 16:24:19 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dcf95c61 dev-qt/qtpaths: keyword ~ppc Package-Manager: portage-2.2.28 dev-qt/qtpaths/qtpaths-5.6.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-qt/qtpaths/qtpaths-5.6.1.ebuild b/dev-qt/qtpaths/qtpaths-5.6.1.ebuild index 0844811..b6a789c 100644 --- a/dev-qt/qtpaths/qtpaths-5.6.1.ebuild +++ b/dev-qt/qtpaths/qtpaths-5.6.1.ebuild @@ -9,7 +9,7 @@ inherit qt5-build DESCRIPTION="Command line client to QStandardPaths" if [[ ${QT5_BUILD_TYPE} == release ]]; then - KEYWORDS="amd64 ~arm ~hppa ~ppc64 x86" + KEYWORDS="amd64 ~arm ~hppa ~ppc ~ppc64 x86" fi IUSE=""