From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-840424-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 3BEBE13888F for <garchives@archives.gentoo.org>; Thu, 15 Oct 2015 08:57:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 15C4E21C01B; Thu, 15 Oct 2015 08:57:48 +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 3FDE321C013 for <gentoo-commits@lists.gentoo.org>; Thu, 15 Oct 2015 08:57:47 +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 6B913340B63 for <gentoo-commits@lists.gentoo.org>; Thu, 15 Oct 2015 08:57:44 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4454610AA for <gentoo-commits@lists.gentoo.org>; Thu, 15 Oct 2015 08:57:42 +0000 (UTC) From: "Justin Lecher" <jlec@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" <jlec@gentoo.org> Message-ID: <1444899456.398f409bcf5217d70e17d2f8cc3dac05c00ce94c.jlec@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/hgdistver/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/hgdistver/hgdistver-0.25.ebuild X-VCS-Directories: dev-python/hgdistver/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 398f409bcf5217d70e17d2f8cc3dac05c00ce94c X-VCS-Branch: master Date: Thu, 15 Oct 2015 08:57:42 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 011799dc-ef47-4973-808a-4372ab633194 X-Archives-Hash: bb8300dbed649d4374a14475ba9243d7 commit: 398f409bcf5217d70e17d2f8cc3dac05c00ce94c Author: Justin Lecher <jlec <AT> gentoo <DOT> org> AuthorDate: Thu Oct 15 08:40:10 2015 +0000 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org> CommitDate: Thu Oct 15 08:57:36 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=398f409b dev-python/hgdistver: Keyword under ALLARCHES policy Package-Manager: portage-2.2.23 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org> dev-python/hgdistver/hgdistver-0.25.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/hgdistver/hgdistver-0.25.ebuild b/dev-python/hgdistver/hgdistver-0.25.ebuild index 7443a61..4962efe 100644 --- a/dev-python/hgdistver/hgdistver-0.25.ebuild +++ b/dev-python/hgdistver/hgdistver-0.25.ebuild @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris" IUSE="test" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]