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 070531382C5 for ; Thu, 11 Jun 2020 02:28:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D7F65E099C; Thu, 11 Jun 2020 02:28:44 +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 C06DEE099C for ; Thu, 11 Jun 2020 02:28:44 +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 9B4A434F070 for ; Thu, 11 Jun 2020 02:28:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5418D21D for ; Thu, 11 Jun 2020 02:28:42 +0000 (UTC) From: "Georgy Yakovlev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Georgy Yakovlev" Message-ID: <1591842171.06dc88cfe7b00c6f5b5fdad67cc162208ba1edaa.gyakovlev@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-4.2.1.ebuild X-VCS-Directories: dev-python/docker-py/ X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: 06dc88cfe7b00c6f5b5fdad67cc162208ba1edaa X-VCS-Branch: master Date: Thu, 11 Jun 2020 02:28:42 +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: 7742a2b6-e6aa-410a-81fc-b19281740880 X-Archives-Hash: f6ab100fcc927b58e4fa13dbe63e4445 commit: 06dc88cfe7b00c6f5b5fdad67cc162208ba1edaa Author: Georgy Yakovlev gentoo org> AuthorDate: Thu Jun 11 02:17:59 2020 +0000 Commit: Georgy Yakovlev gentoo org> CommitDate: Thu Jun 11 02:22:51 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06dc88cf dev-python/docker-py: add ~ppc64 keyword Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Georgy Yakovlev gentoo.org> dev-python/docker-py/docker-py-4.2.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/docker-py/docker-py-4.2.1.ebuild b/dev-python/docker-py/docker-py-4.2.1.ebuild index a515db65a0c..ec7b5cd8178 100644 --- a/dev-python/docker-py/docker-py-4.2.1.ebuild +++ b/dev-python/docker-py/docker-py-4.2.1.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 ~arm64 ~x86" +KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86" RDEPEND=" !~dev-python/requests-2.18.0[${PYTHON_USEDEP}]