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 B1AF1158086 for ; Sun, 14 Nov 2021 20:29:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CCA05E07EF; Sun, 14 Nov 2021 20:29:38 +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 6F7C3E0801 for ; Sun, 14 Nov 2021 20:29:38 +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 A31C03434D6 for ; Sun, 14 Nov 2021 20:29:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 35FD01C3 for ; Sun, 14 Nov 2021 20:29:35 +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: <1636921742.6293ba49c1c8a508c15c8b7db5d3ce8b2c26d223.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/stripe/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/stripe/stripe-2.61.0.ebuild X-VCS-Directories: dev-python/stripe/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 6293ba49c1c8a508c15c8b7db5d3ce8b2c26d223 X-VCS-Branch: master Date: Sun, 14 Nov 2021 20:29:35 +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: 9813a8ce-e7ed-4e46-9919-81dc58e7f4ba X-Archives-Hash: 0055bdcda25744953a0aba3d4d0f1b24 commit: 6293ba49c1c8a508c15c8b7db5d3ce8b2c26d223 Author: Sam James gentoo org> AuthorDate: Sun Nov 14 20:29:02 2021 +0000 Commit: Sam James gentoo org> CommitDate: Sun Nov 14 20:29:02 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6293ba49 dev-python/stripe: Stabilize 2.61.0 x86, #823578 Signed-off-by: Sam James gentoo.org> dev-python/stripe/stripe-2.61.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/stripe/stripe-2.61.0.ebuild b/dev-python/stripe/stripe-2.61.0.ebuild index d073cd8e4e99..81318208487f 100644 --- a/dev-python/stripe/stripe-2.61.0.ebuild +++ b/dev-python/stripe/stripe-2.61.0.ebuild @@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/s/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="amd64 ~x86" +KEYWORDS="amd64 x86" RDEPEND=" >=dev-python/requests-2.20[${PYTHON_USEDEP}]