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 5F11615808B for ; Sun, 27 Feb 2022 12:23:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 78EA6E081E; Sun, 27 Feb 2022 12:23:30 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 63107E0821 for ; Sun, 27 Feb 2022 12:23:30 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BF3D2335D98 for ; Sun, 27 Feb 2022 12:23:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7B5E32A5 for ; Sun, 27 Feb 2022 12:23:18 +0000 (UTC) From: "Jakov Smolić" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jakov Smolić" Message-ID: <1645964557.7fbfd2ec19d96b8b58040d2539f9c101c3f13e7f.jsmolic@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/multidict/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/multidict/multidict-6.0.2.ebuild X-VCS-Directories: dev-python/multidict/ X-VCS-Committer: jsmolic X-VCS-Committer-Name: Jakov Smolić X-VCS-Revision: 7fbfd2ec19d96b8b58040d2539f9c101c3f13e7f X-VCS-Branch: master Date: Sun, 27 Feb 2022 12:23:18 +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: 60bad8ff-8102-466a-b74d-97db89910f22 X-Archives-Hash: 955add120d1cb08aba590c428a2f70d9 commit: 7fbfd2ec19d96b8b58040d2539f9c101c3f13e7f Author: Jakov Smolić gentoo org> AuthorDate: Sun Feb 27 12:15:52 2022 +0000 Commit: Jakov Smolić gentoo org> CommitDate: Sun Feb 27 12:22:37 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7fbfd2ec dev-python/multidict: Stabilize 6.0.2 amd64, #834196 Signed-off-by: Jakov Smolić gentoo.org> dev-python/multidict/multidict-6.0.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/multidict/multidict-6.0.2.ebuild b/dev-python/multidict/multidict-6.0.2.ebuild index f45187aed2ff..8500ead76525 100644 --- a/dev-python/multidict/multidict-6.0.2.ebuild +++ b/dev-python/multidict/multidict-6.0.2.ebuild @@ -13,7 +13,7 @@ SRC_URI="https://github.com/aio-libs/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-macos" +KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-macos" BDEPEND=">=dev-python/cython-0.28.4[${PYTHON_USEDEP}]"