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 3D362139694 for ; Wed, 14 Jun 2017 19:49:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8AE6C21C1B8; Wed, 14 Jun 2017 19:49:06 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6BE8421C1B8 for ; Wed, 14 Jun 2017 19:49:06 +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 4F51134191C for ; Wed, 14 Jun 2017 19:49:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1B4807481 for ; Wed, 14 Jun 2017 19:49:04 +0000 (UTC) From: "Markus Meier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Markus Meier" Message-ID: <1497469734.aa41a25579a5d5915a962209830fb03072ee44ba.maekke@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/backports-unittest-mock/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/backports-unittest-mock/backports-unittest-mock-1.3.ebuild X-VCS-Directories: dev-python/backports-unittest-mock/ X-VCS-Committer: maekke X-VCS-Committer-Name: Markus Meier X-VCS-Revision: aa41a25579a5d5915a962209830fb03072ee44ba X-VCS-Branch: master Date: Wed, 14 Jun 2017 19:49:04 +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: 9b74db8f-6e5b-45a7-8839-abfd0942680d X-Archives-Hash: c662fad7a00bade5818d53cbba19cddf commit: aa41a25579a5d5915a962209830fb03072ee44ba Author: Markus Meier gentoo org> AuthorDate: Wed Jun 14 19:48:54 2017 +0000 Commit: Markus Meier gentoo org> CommitDate: Wed Jun 14 19:48:54 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa41a255 dev-python/backports-unittest-mock: add ~arm, bug #621282 Package-Manager: Portage-2.3.5, Repoman-2.3.1 RepoMan-Options: --include-arches="arm" dev-python/backports-unittest-mock/backports-unittest-mock-1.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/backports-unittest-mock/backports-unittest-mock-1.3.ebuild b/dev-python/backports-unittest-mock/backports-unittest-mock-1.3.ebuild index 3b613dc9cf5..78faf7da11c 100644 --- a/dev-python/backports-unittest-mock/backports-unittest-mock-1.3.ebuild +++ b/dev-python/backports-unittest-mock/backports-unittest-mock-1.3.ebuild @@ -17,7 +17,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~arm ~x86" IUSE="doc test" RDEPEND="dev-python/backports[${PYTHON_USEDEP}]