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 6DE4D139694 for ; Sun, 19 Feb 2017 08:29:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D2FF8E0C83; Sun, 19 Feb 2017 08:29:39 +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-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id ABB7BE0C83 for ; Sun, 19 Feb 2017 08:29:39 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E5A6634106E for ; Sun, 19 Feb 2017 08:29:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 82F6A4D0B for ; Sun, 19 Feb 2017 08:29:36 +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: <1487492951.5e6d7e34940d1ea42574bbf339e86b2eb8ccd9b8.maekke@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/imagesize/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/imagesize/imagesize-0.7.1.ebuild X-VCS-Directories: dev-python/imagesize/ X-VCS-Committer: maekke X-VCS-Committer-Name: Markus Meier X-VCS-Revision: 5e6d7e34940d1ea42574bbf339e86b2eb8ccd9b8 X-VCS-Branch: master Date: Sun, 19 Feb 2017 08:29:36 +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: 13f399d0-6df2-4939-9161-dd33bb60e721 X-Archives-Hash: 2f6f74b1e7b59c8a9418bea344446258 commit: 5e6d7e34940d1ea42574bbf339e86b2eb8ccd9b8 Author: Markus Meier gentoo org> AuthorDate: Sun Feb 19 08:25:41 2017 +0000 Commit: Markus Meier gentoo org> CommitDate: Sun Feb 19 08:29:11 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e6d7e34 dev-python/imagesize: add ~arm, bug #605278 Package-Manager: Portage-2.3.3, Repoman-2.3.1 RepoMan-Options: --include-arches="arm" dev-python/imagesize/imagesize-0.7.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/imagesize/imagesize-0.7.1.ebuild b/dev-python/imagesize/imagesize-0.7.1.ebuild index 45dfc5fd61..82f2baec20 100644 --- a/dev-python/imagesize/imagesize-0.7.1.ebuild +++ b/dev-python/imagesize/imagesize-0.7.1.ebuild @@ -14,7 +14,7 @@ SRC_URI="https://pypi.python.org/packages/53/72/6c6f1e787d9cab2cc733cf042f125abe LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha ~amd64 ~hppa ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~x86" IUSE="test" DEPEND="dev-python/setuptools"