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 2227413835A for ; Mon, 8 Jun 2020 16:34:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1B54BE093B; Mon, 8 Jun 2020 16:34:57 +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 F1355E093B for ; Mon, 8 Jun 2020 16:34:56 +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 1159B34F20F for ; Mon, 8 Jun 2020 16:34:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BA20028E for ; Mon, 8 Jun 2020 16:34:53 +0000 (UTC) From: "Mart Raudsepp" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mart Raudsepp" Message-ID: <1591633894.f18f0c3bbf500cc2d9b7b58a19a196bc93587617.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/PyQt5-sip/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/PyQt5-sip/PyQt5-sip-4.19.22.ebuild X-VCS-Directories: dev-python/PyQt5-sip/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: f18f0c3bbf500cc2d9b7b58a19a196bc93587617 X-VCS-Branch: master Date: Mon, 8 Jun 2020 16:34:53 +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: d35a20ed-21f1-4ab6-90a7-6efc9695b7a4 X-Archives-Hash: 70ce1afb498d64ac965afe2e7471d026 commit: f18f0c3bbf500cc2d9b7b58a19a196bc93587617 Author: Sam James (sam_c) cmpct info> AuthorDate: Mon Jun 8 00:54:20 2020 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Mon Jun 8 16:31:34 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f18f0c3b dev-python/PyQt5-sip: arm64 stable (bug #711000) Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Sam James (sam_c) cmpct.info> Signed-off-by: Mart Raudsepp gentoo.org> dev-python/PyQt5-sip/PyQt5-sip-4.19.22.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/PyQt5-sip/PyQt5-sip-4.19.22.ebuild b/dev-python/PyQt5-sip/PyQt5-sip-4.19.22.ebuild index ec48f7042da..7c5c77c7358 100644 --- a/dev-python/PyQt5-sip/PyQt5-sip-4.19.22.ebuild +++ b/dev-python/PyQt5-sip/PyQt5-sip-4.19.22.ebuild @@ -20,7 +20,7 @@ fi # Sub-slot based on SIP_API_MAJOR_NR from siplib/sip.h SLOT="0/12" LICENSE="|| ( GPL-2 GPL-3 SIP )" -KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 x86" +KEYWORDS="amd64 ~arm arm64 ~ppc ~ppc64 x86" IUSE="" REQUIRED_USE="${PYTHON_REQUIRED_USE}"