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 169F71382C5 for ; Tue, 13 Feb 2018 21:01:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6336AE0AA5; Tue, 13 Feb 2018 21:01:21 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 45459E0AA5 for ; Tue, 13 Feb 2018 21:01:21 +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 2F31D335C4F for ; Tue, 13 Feb 2018 21:01:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id ABF2B211 for ; Tue, 13 Feb 2018 21:01:18 +0000 (UTC) From: "Matt Thode" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Thode" Message-ID: <1518555667.233d7f4164485ca8a190ce36c55a12a6d910e8dd.prometheanfire@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-3.0.1.ebuild X-VCS-Directories: dev-python/docker-py/ X-VCS-Committer: prometheanfire X-VCS-Committer-Name: Matt Thode X-VCS-Revision: 233d7f4164485ca8a190ce36c55a12a6d910e8dd X-VCS-Branch: master Date: Tue, 13 Feb 2018 21:01:18 +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-Archives-Salt: 81ddab10-c14d-47d3-a5d8-31e11596823c X-Archives-Hash: beed91a513cb619a111f580440b0bca7 commit: 233d7f4164485ca8a190ce36c55a12a6d910e8dd Author: Matthew Thode gentoo org> AuthorDate: Tue Feb 13 21:00:49 2018 +0000 Commit: Matt Thode gentoo org> CommitDate: Tue Feb 13 21:01:07 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=233d7f41 dev-python/docker-py: keywording arm64 for python-zunclient Package-Manager: Portage-2.3.19, Repoman-2.3.6 dev-python/docker-py/docker-py-3.0.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/docker-py/docker-py-3.0.1.ebuild b/dev-python/docker-py/docker-py-3.0.1.ebuild index 896ff86c1f7..faef0a4c69f 100644 --- a/dev-python/docker-py/docker-py-3.0.1.ebuild +++ b/dev-python/docker-py/docker-py-3.0.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 ~x86" +KEYWORDS="~amd64 ~arm64 ~x86" IUSE="doc test" RDEPEND="