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 7162B158093 for ; Mon, 4 Jul 2022 06:57:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 28747E089A; Mon, 4 Jul 2022 06:57:41 +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 03C34E0898 for ; Mon, 4 Jul 2022 06:57:40 +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 22415341F44 for ; Mon, 4 Jul 2022 06:57:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A40CF52C for ; Mon, 4 Jul 2022 06:57:37 +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: <1656917842.5130a6a4d4face2b699c1806ffef7e8524461cab.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/uvloop/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/uvloop/uvloop-0.15.3-r1.ebuild dev-python/uvloop/uvloop-0.16.0.ebuild X-VCS-Directories: dev-python/uvloop/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 5130a6a4d4face2b699c1806ffef7e8524461cab X-VCS-Branch: master Date: Mon, 4 Jul 2022 06:57:37 +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: 700ecb4d-06b9-427c-b763-013b690774ab X-Archives-Hash: 2644de37ddaa47e63f8b67bdb62ff16b commit: 5130a6a4d4face2b699c1806ffef7e8524461cab Author: Michał Górny gentoo org> AuthorDate: Sun Jun 26 10:19:34 2022 +0000 Commit: Michał Górny gentoo org> CommitDate: Mon Jul 4 06:57:22 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5130a6a4 dev-python/uvloop: Remove keywords for wd40 arches Signed-off-by: Michał Górny gentoo.org> dev-python/uvloop/uvloop-0.15.3-r1.ebuild | 4 ++-- dev-python/uvloop/uvloop-0.16.0.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-python/uvloop/uvloop-0.15.3-r1.ebuild b/dev-python/uvloop/uvloop-0.15.3-r1.ebuild index e9134ba58cf0..c52b01da9204 100644 --- a/dev-python/uvloop/uvloop-0.15.3-r1.ebuild +++ b/dev-python/uvloop/uvloop-0.15.3-r1.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=8 @@ -10,7 +10,7 @@ DESCRIPTION="Ultra-fast implementation of asyncio event loop on top of libuv" HOMEPAGE="https://github.com/magicstack/uvloop" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" -KEYWORDS="~alpha amd64 arm arm64 ppc ppc64 -riscv sparc" +KEYWORDS="amd64 arm arm64 ppc ppc64 -riscv sparc" LICENSE="MIT" SLOT="0" IUSE="doc examples" diff --git a/dev-python/uvloop/uvloop-0.16.0.ebuild b/dev-python/uvloop/uvloop-0.16.0.ebuild index 55cb313679f8..b01168428710 100644 --- a/dev-python/uvloop/uvloop-0.16.0.ebuild +++ b/dev-python/uvloop/uvloop-0.16.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=8 @@ -10,7 +10,7 @@ DESCRIPTION="Ultra-fast implementation of asyncio event loop on top of libuv" HOMEPAGE="https://github.com/magicstack/uvloop" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" -KEYWORDS="~alpha amd64 arm ~arm64 hppa ppc ~ppc64 -riscv sparc x86" +KEYWORDS="amd64 arm ~arm64 ppc ~ppc64 -riscv sparc x86" LICENSE="MIT" SLOT="0" IUSE="doc examples"