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 7E0DD1581E7 for ; Thu, 25 Apr 2024 14:45:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AA2CCE29EA; Thu, 25 Apr 2024 14:45:30 +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 9097AE29EA for ; Thu, 25 Apr 2024 14:45:30 +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 82F14343153 for ; Thu, 25 Apr 2024 14:45:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 86559175F for ; Thu, 25 Apr 2024 14:45:26 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1714056290.f9a86fc322869276dc2e44a7a1e8dd97c9a29c3c.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pypiserver/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pypiserver/pypiserver-2.1.1.ebuild X-VCS-Directories: dev-python/pypiserver/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: f9a86fc322869276dc2e44a7a1e8dd97c9a29c3c X-VCS-Branch: master Date: Thu, 25 Apr 2024 14:45:26 +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: 5b1bc8c1-7850-448f-b500-302f6e5beb8c X-Archives-Hash: 506a5f19dd7f206df53f552c7aecb587 commit: f9a86fc322869276dc2e44a7a1e8dd97c9a29c3c Author: Sam James gentoo org> AuthorDate: Thu Apr 25 14:44:50 2024 +0000 Commit: Sam James gentoo org> CommitDate: Thu Apr 25 14:44:50 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9a86fc3 dev-python/pypiserver: Keyword 2.1.1 arm, #930664 Signed-off-by: Sam James gentoo.org> dev-python/pypiserver/pypiserver-2.1.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/pypiserver/pypiserver-2.1.1.ebuild b/dev-python/pypiserver/pypiserver-2.1.1.ebuild index fcd86c88d501..e05cc626526f 100644 --- a/dev-python/pypiserver/pypiserver-2.1.1.ebuild +++ b/dev-python/pypiserver/pypiserver-2.1.1.ebuild @@ -20,7 +20,7 @@ SRC_URI=" LICENSE="ZLIB" SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="~amd64 ~arm" RDEPEND=" dev-python/bottle[${PYTHON_USEDEP}]