From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1172704-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 170031382C5 for <garchives@archives.gentoo.org>; Wed, 20 May 2020 09:50:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4CE70E0942; Wed, 20 May 2020 09:50:53 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 1A6D5E0942 for <gentoo-commits@lists.gentoo.org>; Wed, 20 May 2020 09:50:53 +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 4358634F254 for <gentoo-commits@lists.gentoo.org>; Wed, 20 May 2020 09:50:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7F2A726F for <gentoo-commits@lists.gentoo.org>; Wed, 20 May 2020 09:50:48 +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: <1589968200.e9152f3f2f4c983236a9da3c3de950bb421e4cd1.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.14.2.ebuild X-VCS-Directories: dev-qt/qtxml/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: e9152f3f2f4c983236a9da3c3de950bb421e4cd1 X-VCS-Branch: master Date: Wed, 20 May 2020 09:50:48 +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: bdf3e0b0-0e50-4d26-9a85-0200f74c2a69 X-Archives-Hash: 2094feba09329b33f1cc1eed653a37b9 commit: e9152f3f2f4c983236a9da3c3de950bb421e4cd1 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org> AuthorDate: Wed May 20 09:50:00 2020 +0000 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org> CommitDate: Wed May 20 09:50:00 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9152f3f dev-qt/qtxml: x86 stable wrt bug #719732 Package-Manager: Portage-2.3.99, Repoman-2.3.22 RepoMan-Options: --include-arches="x86" Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org> dev-qt/qtxml/qtxml-5.14.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-qt/qtxml/qtxml-5.14.2.ebuild b/dev-qt/qtxml/qtxml-5.14.2.ebuild index aaf739e5169..0a6944fb368 100644 --- a/dev-qt/qtxml/qtxml-5.14.2.ebuild +++ b/dev-qt/qtxml/qtxml-5.14.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=""