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 7B9C8138350 for ; Mon, 27 Jan 2020 12:28:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 660F8E093B; Mon, 27 Jan 2020 12:28: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 4F05AE093B for ; Mon, 27 Jan 2020 12:28:18 +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 7570734E04E for ; Mon, 27 Jan 2020 12:28:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2EB2D106 for ; Mon, 27 Jan 2020 12:28:16 +0000 (UTC) From: "Mikle Kolyada" 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" Message-ID: <1580128091.7dde58d55d9f222328e9534a402c6677dcefdb2e.zlogene@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.19.ebuild X-VCS-Directories: dev-python/PyQt5-sip/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: 7dde58d55d9f222328e9534a402c6677dcefdb2e X-VCS-Branch: master Date: Mon, 27 Jan 2020 12:28:16 +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: e01a6e5c-1415-4885-bc11-2f2777a7036c X-Archives-Hash: 988a36fbc204f2af8196ed23ba4665ef commit: 7dde58d55d9f222328e9534a402c6677dcefdb2e Author: Mikle Kolyada gentoo org> AuthorDate: Mon Jan 27 12:27:53 2020 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Mon Jan 27 12:28:11 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7dde58d5 dev-python/PyQt5-sip: arm stable wrt bug #703284 Package-Manager: Portage-2.3.84, Repoman-2.3.20 RepoMan-Options: --include-arches="arm" Signed-off-by: Mikle Kolyada gentoo.org> dev-python/PyQt5-sip/PyQt5-sip-4.19.19.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/PyQt5-sip/PyQt5-sip-4.19.19.ebuild b/dev-python/PyQt5-sip/PyQt5-sip-4.19.19.ebuild index c381a44d815..2ee9efa4ded 100644 --- a/dev-python/PyQt5-sip/PyQt5-sip-4.19.19.ebuild +++ b/dev-python/PyQt5-sip/PyQt5-sip-4.19.19.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}"