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 1FF87158087 for ; Fri, 3 Dec 2021 20:47:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2B8532BC01D; Fri, 3 Dec 2021 20:47:48 +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 0C2D02BC01D for ; Fri, 3 Dec 2021 20:47:48 +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 34B72343296 for ; Fri, 3 Dec 2021 20:47:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6D760218 for ; Fri, 3 Dec 2021 20:47:44 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1638564452.1ba9ff57cd1d49b963e7fb70ddf01c64f501f21d.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/asgiref/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/asgiref/asgiref-3.4.1-r1.ebuild X-VCS-Directories: dev-python/asgiref/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 1ba9ff57cd1d49b963e7fb70ddf01c64f501f21d X-VCS-Branch: master Date: Fri, 3 Dec 2021 20:47:44 +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: ce8789f0-7d01-45b7-b624-ee18b80b8465 X-Archives-Hash: 6385232b6cf150fe3c4df374669017b3 commit: 1ba9ff57cd1d49b963e7fb70ddf01c64f501f21d Author: Arthur Zamarin gentoo org> AuthorDate: Fri Dec 3 20:37:51 2021 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Fri Dec 3 20:47:32 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ba9ff57 dev-python/asgiref: Stabilize 3.4.1-r1 hppa, #803806 Signed-off-by: Arthur Zamarin gentoo.org> dev-python/asgiref/asgiref-3.4.1-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/asgiref/asgiref-3.4.1-r1.ebuild b/dev-python/asgiref/asgiref-3.4.1-r1.ebuild index 88adb1867561..57dcac1bab2e 100644 --- a/dev-python/asgiref/asgiref-3.4.1-r1.ebuild +++ b/dev-python/asgiref/asgiref-3.4.1-r1.ebuild @@ -15,7 +15,7 @@ SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86" +KEYWORDS="amd64 arm arm64 hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86" BDEPEND=" test? ( dev-python/pytest-asyncio[${PYTHON_USEDEP}] )"