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 544B0139695 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 98B2221C1C8; 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 76EBE21C1C8 for ; Wed, 14 Jun 2017 19:49:06 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 5DA2F34191E 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 076A27480 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: <1497469729.0f03cc1b53816a1dad60dbaf1712c52076ff6e48.maekke@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/backports-functools-lru-cache/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/backports-functools-lru-cache/backports-functools-lru-cache-1.4-r1.ebuild X-VCS-Directories: dev-python/backports-functools-lru-cache/ X-VCS-Committer: maekke X-VCS-Committer-Name: Markus Meier X-VCS-Revision: 0f03cc1b53816a1dad60dbaf1712c52076ff6e48 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: 92fde65c-efa8-4c1a-adcb-18b01ab19c84 X-Archives-Hash: d13f9530c6bbeeaa32610f77bf1ca953 commit: 0f03cc1b53816a1dad60dbaf1712c52076ff6e48 Author: Markus Meier gentoo org> AuthorDate: Wed Jun 14 19:48:49 2017 +0000 Commit: Markus Meier gentoo org> CommitDate: Wed Jun 14 19:48:49 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f03cc1b dev-python/backports-functools-lru-cache: add ~arm, bug #621282 Package-Manager: Portage-2.3.5, Repoman-2.3.1 RepoMan-Options: --include-arches="arm" .../backports-functools-lru-cache-1.4-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/backports-functools-lru-cache/backports-functools-lru-cache-1.4-r1.ebuild b/dev-python/backports-functools-lru-cache/backports-functools-lru-cache-1.4-r1.ebuild index ec0e2e47b42..704e04dff6b 100644 --- a/dev-python/backports-functools-lru-cache/backports-functools-lru-cache-1.4-r1.ebuild +++ b/dev-python/backports-functools-lru-cache/backports-functools-lru-cache-1.4-r1.ebuild @@ -15,7 +15,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}]"