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 C561F1382C5 for ; Tue, 9 Jun 2020 20:06:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 07E50E0957; Tue, 9 Jun 2020 20:06:18 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 E44DCE0948 for ; Tue, 9 Jun 2020 20:06:17 +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 BE65934F1F2 for ; Tue, 9 Jun 2020 20:06:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 23F8129B for ; Tue, 9 Jun 2020 20:06:14 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1591733164.3b3bc487bbebc8b48c6d805c4c25ba3db218c32b.mgorny@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: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 3b3bc487bbebc8b48c6d805c4c25ba3db218c32b X-VCS-Branch: master Date: Tue, 9 Jun 2020 20:06:14 +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: 13ad78b9-c6ec-4da1-bd8c-b786899c805b X-Archives-Hash: 81cbc1a05b24e169ee5833f11b96ad3b commit: 3b3bc487bbebc8b48c6d805c4c25ba3db218c32b Author: Sam James (sam_c) cmpct info> AuthorDate: Mon Jun 8 11:24:37 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue Jun 9 20:06:04 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b3bc487 dev-python/PyQt5-sip: arm 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: Michał Górny 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 7c5c77c7358..a69499758b4 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}"