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 AF1BB139695 for ; Tue, 9 May 2017 19:28:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4F7FBE0D92; Tue, 9 May 2017 19:28:33 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 2D0F6E0BF0 for ; Tue, 9 May 2017 19:28:33 +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 2D04C3416A1 for ; Tue, 9 May 2017 19:28:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C42B67434 for ; Tue, 9 May 2017 19:28:30 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1494358100.d443c1c2ea486d1e5d71e8c00464399b3908ffe2.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/namespace-google/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/namespace-google/namespace-google-1.ebuild X-VCS-Directories: dev-python/namespace-google/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: d443c1c2ea486d1e5d71e8c00464399b3908ffe2 X-VCS-Branch: master Date: Tue, 9 May 2017 19:28:30 +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: bb81ba7e-f7f8-4408-810a-0650e09773c0 X-Archives-Hash: faf8d6d2d220ba9546ad10656ada7ced commit: d443c1c2ea486d1e5d71e8c00464399b3908ffe2 Author: Michał Górny gentoo org> AuthorDate: Tue May 9 19:12:14 2017 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue May 9 19:28:20 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d443c1c2 dev-python/namespace-google: Fix keywords to match revdeps dev-python/namespace-google/namespace-google-1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/namespace-google/namespace-google-1.ebuild b/dev-python/namespace-google/namespace-google-1.ebuild index 1be3223ba74..5cbbf32ad33 100644 --- a/dev-python/namespace-google/namespace-google-1.ebuild +++ b/dev-python/namespace-google/namespace-google-1.ebuild @@ -12,7 +12,7 @@ SRC_URI="" LICENSE="public-domain" SLOT="0" -KEYWORDS="~amd64 ~arm64 ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~arm-linux ~x86-linux ~x64-macos ~x86-macos" IUSE="" RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]