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 D5E3215808E for ; Mon, 25 Apr 2022 16:50:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6D921E081E; Mon, 25 Apr 2022 16:50:18 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BFB31E081E for ; Mon, 25 Apr 2022 16:50:17 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5CC583418FC for ; Mon, 25 Apr 2022 16:50:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 987D43BF for ; Mon, 25 Apr 2022 16:50:14 +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: <1650905397.9d931ffe8be6f88a0459245e59f2b2cc836a9427.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pip/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pip/pip-22.0.4.ebuild X-VCS-Directories: dev-python/pip/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 9d931ffe8be6f88a0459245e59f2b2cc836a9427 X-VCS-Branch: master Date: Mon, 25 Apr 2022 16:50:14 +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: 16e3b6f5-458f-4c32-bdbf-68e190d50ec7 X-Archives-Hash: e40e76f41b1cbd934dba16fe31f8e10f commit: 9d931ffe8be6f88a0459245e59f2b2cc836a9427 Author: Sam James gentoo org> AuthorDate: Mon Apr 25 16:49:37 2022 +0000 Commit: Sam James gentoo org> CommitDate: Mon Apr 25 16:49:57 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d931ffe dev-python/pip: Keyword 22.0.4 s390, #840413 Signed-off-by: Sam James gentoo.org> dev-python/pip/pip-22.0.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/pip/pip-22.0.4.ebuild b/dev-python/pip/pip-22.0.4.ebuild index 1e7e51ed6bd0..093f1c0ab4ad 100644 --- a/dev-python/pip/pip-22.0.4.ebuild +++ b/dev-python/pip/pip-22.0.4.ebuild @@ -32,7 +32,7 @@ SRC_URI=" " LICENSE="MIT" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv sparc x86" +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86" SLOT="0" IUSE="test vanilla" RESTRICT="!test? ( test )"