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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 6654B158088 for ; Fri, 4 Feb 2022 18:48:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 719A1E07D4; Fri, 4 Feb 2022 18:48:05 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 39B75E0788 for ; Fri, 4 Feb 2022 18:48:05 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1D23F342C13 for ; Fri, 4 Feb 2022 18:48:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B059D2C8 for ; Fri, 4 Feb 2022 18:48:02 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1644000442.5b767e842251e3e7e5df13ed466c27b818ee44f7.sam@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-12.9.0.ebuild X-VCS-Directories: dev-python/PyQt5-sip/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 5b767e842251e3e7e5df13ed466c27b818ee44f7 X-VCS-Branch: master Date: Fri, 4 Feb 2022 18:48:02 +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: 9745bdfa-db6e-47eb-9e19-6d6a5b12c10d X-Archives-Hash: 7b85362cc7ab2a68039837f08180e5d9 commit: 5b767e842251e3e7e5df13ed466c27b818ee44f7 Author: Sam James gentoo org> AuthorDate: Fri Feb 4 18:47:22 2022 +0000 Commit: Sam James gentoo org> CommitDate: Fri Feb 4 18:47:22 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b767e84 dev-python/PyQt5-sip: Stabilize 12.9.0 ppc64, #831835 Signed-off-by: Sam James gentoo.org> dev-python/PyQt5-sip/PyQt5-sip-12.9.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/PyQt5-sip/PyQt5-sip-12.9.0.ebuild b/dev-python/PyQt5-sip/PyQt5-sip-12.9.0.ebuild index d7d2a0f12e28..4fd535eab6fe 100644 --- a/dev-python/PyQt5-sip/PyQt5-sip-12.9.0.ebuild +++ b/dev-python/PyQt5-sip/PyQt5-sip-12.9.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -19,4 +19,4 @@ S=${WORKDIR}/${MY_P} LICENSE="|| ( GPL-2 GPL-3 SIP )" SLOT="0/$(ver_cut 1)" -KEYWORDS="amd64 arm arm64 ~ppc ~ppc64 ~riscv x86" +KEYWORDS="amd64 arm arm64 ~ppc ppc64 ~riscv x86"