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 5701B15808E for ; Mon, 25 Apr 2022 16:50:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2FCF3E0825; Mon, 25 Apr 2022 16:50:19 +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 0419DE0825 for ; Mon, 25 Apr 2022 16:50:19 +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 024C6341914 for ; Mon, 25 Apr 2022 16:50:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5C526439 for ; Mon, 25 Apr 2022 16:50:15 +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: <1650905406.d4c8fb4f2421e0e5953a459656de57c001c7f94c.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/twine/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/twine/twine-4.0.0.ebuild X-VCS-Directories: dev-python/twine/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: d4c8fb4f2421e0e5953a459656de57c001c7f94c X-VCS-Branch: master Date: Mon, 25 Apr 2022 16:50:15 +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: fe17c972-a55f-4371-9751-aaa7701cd0bd X-Archives-Hash: 576f021f97c31105fb4ecead32ee3c40 commit: d4c8fb4f2421e0e5953a459656de57c001c7f94c Author: Sam James gentoo org> AuthorDate: Mon Apr 25 16:49:49 2022 +0000 Commit: Sam James gentoo org> CommitDate: Mon Apr 25 16:50:06 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4c8fb4f dev-python/twine: Keyword 4.0.0 s390, #840413 Signed-off-by: Sam James gentoo.org> dev-python/twine/twine-4.0.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/twine/twine-4.0.0.ebuild b/dev-python/twine/twine-4.0.0.ebuild index 04cf9838a2d1..89a6e7bd4e54 100644 --- a/dev-python/twine/twine-4.0.0.ebuild +++ b/dev-python/twine/twine-4.0.0.ebuild @@ -17,7 +17,7 @@ SRC_URI="https://github.com/pypa/twine/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" RDEPEND=" >=dev-python/colorama-0.4.3[${PYTHON_USEDEP}]