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 0C89A158003 for ; Thu, 16 Jun 2022 08:59:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 32A74E089C; Thu, 16 Jun 2022 08:59:47 +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 1704FE0898 for ; Thu, 16 Jun 2022 08:59:47 +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 32FB2341FC6 for ; Thu, 16 Jun 2022 08:59:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 61BBC509 for ; Thu, 16 Jun 2022 08:59:43 +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: <1655369911.b3cd342e8d2f6bf11d44bf01a2b3fa4d7649eff6.jsmolic@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/cachetools/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/cachetools/cachetools-5.2.0.ebuild X-VCS-Directories: dev-python/cachetools/ X-VCS-Committer: jsmolic X-VCS-Committer-Name: Jakov Smolić X-VCS-Revision: b3cd342e8d2f6bf11d44bf01a2b3fa4d7649eff6 X-VCS-Branch: master Date: Thu, 16 Jun 2022 08:59:43 +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: 5636ac6d-47af-4654-ad4a-725ae98d0630 X-Archives-Hash: 599bf1cd3c33b2acd4af8f124efbb448 commit: b3cd342e8d2f6bf11d44bf01a2b3fa4d7649eff6 Author: Jakov Smolić gentoo org> AuthorDate: Thu Jun 16 08:58:31 2022 +0000 Commit: Jakov Smolić gentoo org> CommitDate: Thu Jun 16 08:58:31 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3cd342e dev-python/cachetools: Stabilize 5.2.0 ALLARCHES, #852341 Signed-off-by: Jakov Smolić gentoo.org> dev-python/cachetools/cachetools-5.2.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/cachetools/cachetools-5.2.0.ebuild b/dev-python/cachetools/cachetools-5.2.0.ebuild index 07e5f7a7371b..a6ee88f5bf22 100644 --- a/dev-python/cachetools/cachetools-5.2.0.ebuild +++ b/dev-python/cachetools/cachetools-5.2.0.ebuild @@ -17,6 +17,6 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86" +KEYWORDS="amd64 ~arm ~arm64 ~riscv x86" distutils_enable_tests pytest