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 2057713835A for ; Wed, 19 May 2021 20:06:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 30763E0884; Wed, 19 May 2021 20:06:34 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 17563E087F for ; Wed, 19 May 2021 20:06:34 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 C5DC9335D3F for ; Wed, 19 May 2021 20:06:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 63D1C78E for ; Wed, 19 May 2021 20:06:31 +0000 (UTC) From: "Agostino Sarubbo" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Agostino Sarubbo" Message-ID: <1621454716.b3f1b0e34cbe5a546ed36dfc681c5e920777a0bf.ago@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/docker-py/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/docker-py/docker-py-5.0.0.ebuild X-VCS-Directories: dev-python/docker-py/ X-VCS-Committer: ago X-VCS-Committer-Name: Agostino Sarubbo X-VCS-Revision: b3f1b0e34cbe5a546ed36dfc681c5e920777a0bf X-VCS-Branch: master Date: Wed, 19 May 2021 20:06:31 +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: 7095c64c-c818-4b7b-bb5b-f650e662a830 X-Archives-Hash: c2ede1adfb670526e33a91b6bf8d09cd commit: b3f1b0e34cbe5a546ed36dfc681c5e920777a0bf Author: Agostino Sarubbo gentoo org> AuthorDate: Wed May 19 20:05:16 2021 +0000 Commit: Agostino Sarubbo gentoo org> CommitDate: Wed May 19 20:05:16 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3f1b0e3 dev-python/docker-py: amd64/arm64/x86 stable (ALLARCHES policy) wrt bug #790875 Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Agostino Sarubbo gentoo.org> dev-python/docker-py/docker-py-5.0.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/docker-py/docker-py-5.0.0.ebuild b/dev-python/docker-py/docker-py-5.0.0.ebuild index 6cfc62e02e8..911b9fb84a0 100644 --- a/dev-python/docker-py/docker-py-5.0.0.ebuild +++ b/dev-python/docker-py/docker-py-5.0.0.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://github.com/docker/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86" +KEYWORDS="amd64 ~arm arm64 ~ppc64 x86" RDEPEND=" >=dev-python/requests-2.24.0[${PYTHON_USEDEP}]