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 B6EE915808B for ; Thu, 24 Mar 2022 22:50:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B505CE0876; Thu, 24 Mar 2022 22:50:57 +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 9BA27E0876 for ; Thu, 24 Mar 2022 22:50:57 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 42DD5343313 for ; Thu, 24 Mar 2022 22:50:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0399C351 for ; Thu, 24 Mar 2022 22:50:54 +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: <1648162050.eb0614a88bfa755487d0e26ffbbe46285535679d.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.0.0.ebuild X-VCS-Directories: dev-python/cachetools/ X-VCS-Committer: jsmolic X-VCS-Committer-Name: Jakov Smolić X-VCS-Revision: eb0614a88bfa755487d0e26ffbbe46285535679d X-VCS-Branch: master Date: Thu, 24 Mar 2022 22:50:54 +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: 6fdb3e71-75b5-4430-8371-fa30d46ed3d6 X-Archives-Hash: d19cf89a88655215b3fc92aab1e22755 commit: eb0614a88bfa755487d0e26ffbbe46285535679d Author: Yu Gu gmail com> AuthorDate: Wed Mar 23 15:33:46 2022 +0000 Commit: Jakov Smolić gentoo org> CommitDate: Thu Mar 24 22:47:30 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb0614a8 dev-python/cachetools: keyword 5.0.0 for ~riscv Signed-off-by: Yu Gu gmail.com> Signed-off-by: Jakov Smolić gentoo.org> dev-python/cachetools/cachetools-5.0.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/cachetools/cachetools-5.0.0.ebuild b/dev-python/cachetools/cachetools-5.0.0.ebuild index 349d8e6ebe72..913ab3eaa0fe 100644 --- a/dev-python/cachetools/cachetools-5.0.0.ebuild +++ b/dev-python/cachetools/cachetools-5.0.0.ebuild @@ -12,6 +12,6 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 x86" +KEYWORDS="amd64 ~arm ~arm64 ~riscv x86" distutils_enable_tests pytest