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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2471E1382C5 for ; Tue, 13 Apr 2021 12:27:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4709FE0D1F; Tue, 13 Apr 2021 12:27:56 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 34043E0D20 for ; Tue, 13 Apr 2021 12:27:56 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5D655340D41 for ; Tue, 13 Apr 2021 12:27:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EB80164B for ; Tue, 13 Apr 2021 12:27:53 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1618316864.21364053595a83bceb9553991e4d414d19d5b1a8.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/hypercorn/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/hypercorn/hypercorn-0.11.2.ebuild X-VCS-Directories: dev-python/hypercorn/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 21364053595a83bceb9553991e4d414d19d5b1a8 X-VCS-Branch: dev Date: Tue, 13 Apr 2021 12:27:53 +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: 88ccfc29-e2d2-4262-b227-7ff31545b530 X-Archives-Hash: d16f6a0ea4afc1899f757d774dafe05a Message-ID: <20210413122753.9MY2tN4ltOfn0FFbHpo_VMVodqLJQeNg8RqRypChGSw@z> commit: 21364053595a83bceb9553991e4d414d19d5b1a8 Author: Andrew Ammerlaan riseup net> AuthorDate: Tue Apr 13 12:27:44 2021 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Tue Apr 13 12:27:44 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=21364053 dev-python/hypercorn: drop x86 Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Andrew Ammerlaan riseup.net> dev-python/hypercorn/hypercorn-0.11.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/hypercorn/hypercorn-0.11.2.ebuild b/dev-python/hypercorn/hypercorn-0.11.2.ebuild index 056ad59a9..56221e820 100644 --- a/dev-python/hypercorn/hypercorn-0.11.2.ebuild +++ b/dev-python/hypercorn/hypercorn-0.11.2.ebuild @@ -25,7 +25,7 @@ SRC_URI="https://github.com/pgjones/hypercorn/archive/${PV}.tar.gz -> ${P}.tar.g LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64" RDEPEND=" dev-python/h11[${PYTHON_USEDEP}]