From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1132332-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 7C85D138334 for <garchives@archives.gentoo.org>; Sat, 21 Dec 2019 10:55:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 54510E094B; Sat, 21 Dec 2019 10:55:00 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 397B8E094B for <gentoo-commits@lists.gentoo.org>; Sat, 21 Dec 2019 10:55:00 +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 C33C534D49C for <gentoo-commits@lists.gentoo.org>; Sat, 21 Dec 2019 10:54:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6FD989B6 for <gentoo-commits@lists.gentoo.org>; Sat, 21 Dec 2019 10:54:55 +0000 (UTC) From: "Mikle Kolyada" <zlogene@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, "Mikle Kolyada" <zlogene@gentoo.org> Message-ID: <1576925664.8f31a977b058a4a2d151e7c6d7db0f3e89ae5aaa.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-qt/qtxml/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-qt/qtxml/qtxml-5.13.2.ebuild X-VCS-Directories: dev-qt/qtxml/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: 8f31a977b058a4a2d151e7c6d7db0f3e89ae5aaa X-VCS-Branch: master Date: Sat, 21 Dec 2019 10:54:55 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: eff32b1c-0634-44db-8a1a-c1a3cdd386b7 X-Archives-Hash: 6534f446464a8a808df4b4c74f94cff6 commit: 8f31a977b058a4a2d151e7c6d7db0f3e89ae5aaa Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org> AuthorDate: Sat Dec 21 10:54:24 2019 +0000 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org> CommitDate: Sat Dec 21 10:54:24 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f31a977 dev-qt/qtxml: ppc64 stable wrt bug #699240 Package-Manager: Portage-2.3.79, Repoman-2.3.16 RepoMan-Options: --include-arches="ppc64" Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org> dev-qt/qtxml/qtxml-5.13.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-qt/qtxml/qtxml-5.13.2.ebuild b/dev-qt/qtxml/qtxml-5.13.2.ebuild index 4ede8c32b05..2fd5bc2aa6b 100644 --- a/dev-qt/qtxml/qtxml-5.13.2.ebuild +++ b/dev-qt/qtxml/qtxml-5.13.2.ebuild @@ -8,7 +8,7 @@ inherit qt5-build DESCRIPTION="Implementation of SAX and DOM for the Qt5 framework" if [[ ${QT5_BUILD_TYPE} == release ]]; then - KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86" + KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ppc64 ~sparc ~x86" fi IUSE=""