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 9AAE81382C5 for ; Tue, 13 Feb 2018 19:28:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BCEA7E0971; Tue, 13 Feb 2018 19:28:22 +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 97635E0971 for ; Tue, 13 Feb 2018 19:28:22 +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 B07B3335C4C for ; Tue, 13 Feb 2018 19:28:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 425AB207 for ; Tue, 13 Feb 2018 19:28:20 +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: <1518550090.067cbfa0bb3eac7ff79e5c2a77f1dced09e6f97b.prometheanfire@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/httpretty/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/httpretty/httpretty-0.8.14.ebuild X-VCS-Directories: dev-python/httpretty/ X-VCS-Committer: prometheanfire X-VCS-Committer-Name: Matt Thode X-VCS-Revision: 067cbfa0bb3eac7ff79e5c2a77f1dced09e6f97b X-VCS-Branch: master Date: Tue, 13 Feb 2018 19:28:20 +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: b07a80d6-b8b7-4157-940d-0923a1be540a X-Archives-Hash: a9fe283a2e75c80a5473a3ad22557b01 commit: 067cbfa0bb3eac7ff79e5c2a77f1dced09e6f97b Author: Matthew Thode gentoo org> AuthorDate: Tue Feb 13 19:27:42 2018 +0000 Commit: Matt Thode gentoo org> CommitDate: Tue Feb 13 19:28:10 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=067cbfa0 dev-python/httpretty: readding arm64 keyword Package-Manager: Portage-2.3.19, Repoman-2.3.6 dev-python/httpretty/httpretty-0.8.14.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/httpretty/httpretty-0.8.14.ebuild b/dev-python/httpretty/httpretty-0.8.14.ebuild index 9c545c3eee1..2645a4b1820 100644 --- a/dev-python/httpretty/httpretty-0.8.14.ebuild +++ b/dev-python/httpretty/httpretty-0.8.14.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" SLOT="0" LICENSE="MIT" -KEYWORDS="amd64 ppc64 x86" +KEYWORDS="amd64 ~arm64 ppc64 x86" IUSE="test" RDEPEND="dev-python/urllib3[${PYTHON_USEDEP}]"