From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 479A71388C0 for ; Mon, 29 Feb 2016 08:47:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DEEC2E0833; Mon, 29 Feb 2016 08:46:56 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7AE88E0825 for ; Mon, 29 Feb 2016 08:46:55 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A2699340A15 for ; Mon, 29 Feb 2016 08:46:54 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AFD572090 for ; Mon, 29 Feb 2016 08:46:50 +0000 (UTC) From: "Stephen Klimaszewski" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Stephen Klimaszewski" Message-ID: <1456735283.8fde0b08e6f7454d701648604675e64a0354db84.steev@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyxattr/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pyxattr/pyxattr-0.5.5.ebuild X-VCS-Directories: dev-python/pyxattr/ X-VCS-Committer: steev X-VCS-Committer-Name: Stephen Klimaszewski X-VCS-Revision: 8fde0b08e6f7454d701648604675e64a0354db84 X-VCS-Branch: master Date: Mon, 29 Feb 2016 08:46:50 +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: 71ac1241-ddd7-43b3-b78f-0e99d05d2192 X-Archives-Hash: 358104bdd2d5514cf73d1663f67a09a8 commit: 8fde0b08e6f7454d701648604675e64a0354db84 Author: Steev Klimaszewski gentoo org> AuthorDate: Mon Feb 29 08:13:32 2016 +0000 Commit: Stephen Klimaszewski gentoo org> CommitDate: Mon Feb 29 08:41:23 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8fde0b08 dev-python/pyxattr: stable 0.5.5 for arm64 Package-Manager: portage-2.2.27 dev-python/pyxattr/pyxattr-0.5.5.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/pyxattr/pyxattr-0.5.5.ebuild b/dev-python/pyxattr/pyxattr-0.5.5.ebuild index d50e5f0..99d6941 100644 --- a/dev-python/pyxattr/pyxattr-0.5.5.ebuild +++ b/dev-python/pyxattr/pyxattr-0.5.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh sparc x86 ~amd64-linux ~arm-linux ~x86-linux" +KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh sparc x86 ~amd64-linux ~arm-linux ~x86-linux" IUSE="doc test" RDEPEND="sys-apps/attr"