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 3D3D313835A for ; Wed, 25 Nov 2020 22:22:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1760BE0896; Wed, 25 Nov 2020 22:22:56 +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 ED09AE0896 for ; Wed, 25 Nov 2020 22:22:55 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 6BF7D341297 for ; Wed, 25 Nov 2020 22:22:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id ABA6C46B for ; Wed, 25 Nov 2020 22:22:52 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1606342923.f70ff5a44c997650da160ce0931a5ed4982099dc.asturm@gentoo> Subject: [gentoo-commits] proj/qt:master commit in: dev-qt/qtnetworkauth/ X-VCS-Repository: proj/qt X-VCS-Files: dev-qt/qtnetworkauth/qtnetworkauth-5.15.9999.ebuild X-VCS-Directories: dev-qt/qtnetworkauth/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: f70ff5a44c997650da160ce0931a5ed4982099dc X-VCS-Branch: master Date: Wed, 25 Nov 2020 22:22:52 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 144b4d90-1397-46df-b310-62c305e99609 X-Archives-Hash: e76548461ceecddb1d6d9b6c0a648583 commit: f70ff5a44c997650da160ce0931a5ed4982099dc Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Nov 25 22:16:02 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Nov 25 22:22:03 2020 +0000 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=f70ff5a4 dev-qt/qtnetworkauth: Sync KEYWORDS w/ Gentoo ebuild repo Package-Manager: Portage-3.0.10, Repoman-3.0.2 Signed-off-by: Andreas Sturmlechner gentoo.org> dev-qt/qtnetworkauth/qtnetworkauth-5.15.9999.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-qt/qtnetworkauth/qtnetworkauth-5.15.9999.ebuild b/dev-qt/qtnetworkauth/qtnetworkauth-5.15.9999.ebuild index 7fbd2442..8ccea6f9 100644 --- a/dev-qt/qtnetworkauth/qtnetworkauth-5.15.9999.ebuild +++ b/dev-qt/qtnetworkauth/qtnetworkauth-5.15.9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -8,7 +8,7 @@ DESCRIPTION="Network authorization library for the Qt5 framework" LICENSE="GPL-3" if [[ ${QT5_BUILD_TYPE} == release ]]; then - KEYWORDS="~amd64 ~arm64 ~x86" + KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86" fi IUSE=""