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 5A689158090 for ; Sat, 7 May 2022 11:15:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 876F5E087E; Sat, 7 May 2022 11:15:03 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 49198E0878 for ; Sat, 7 May 2022 11:15:03 +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 BED1A341746 for ; Sat, 7 May 2022 11:15:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 280B8463 for ; Sat, 7 May 2022 11:14:59 +0000 (UTC) From: "WANG Xuerui" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "WANG Xuerui" Message-ID: <1651922072.9e02735aeef9bdcf5548607f392e348c9b9bc0ef.xen0n@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/lazy-object-proxy/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/lazy-object-proxy/lazy-object-proxy-1.7.1.ebuild X-VCS-Directories: dev-python/lazy-object-proxy/ X-VCS-Committer: xen0n X-VCS-Committer-Name: WANG Xuerui X-VCS-Revision: 9e02735aeef9bdcf5548607f392e348c9b9bc0ef X-VCS-Branch: master Date: Sat, 7 May 2022 11:14:59 +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: 482fb197-4a76-4cb7-973a-2c4957b8064d X-Archives-Hash: 82ecaa866a866ecdb7b42872ebc845fa commit: 9e02735aeef9bdcf5548607f392e348c9b9bc0ef Author: WANG Xuerui gentoo org> AuthorDate: Fri May 6 04:25:19 2022 +0000 Commit: WANG Xuerui gentoo org> CommitDate: Sat May 7 11:14:32 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e02735a dev-python/lazy-object-proxy: keyword 1.7.1 for ~loong Tests passed on real hardware. Signed-off-by: WANG Xuerui gentoo.org> dev-python/lazy-object-proxy/lazy-object-proxy-1.7.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/lazy-object-proxy/lazy-object-proxy-1.7.1.ebuild b/dev-python/lazy-object-proxy/lazy-object-proxy-1.7.1.ebuild index 925ff3edeb6c..a4c35aa127f6 100644 --- a/dev-python/lazy-object-proxy/lazy-object-proxy-1.7.1.ebuild +++ b/dev-python/lazy-object-proxy/lazy-object-proxy-1.7.1.ebuild @@ -15,7 +15,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~x64-macos" +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~x64-macos" BDEPEND=" dev-python/setuptools_scm[${PYTHON_USEDEP}]