From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1009155-garchives=archives.gentoo.org@lists.gentoo.org> 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 BD3471382C5 for <garchives@archives.gentoo.org>; Tue, 13 Mar 2018 17:41:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 80769E095A; Tue, 13 Mar 2018 17:41:02 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5CD6BE095A for <gentoo-commits@lists.gentoo.org>; Tue, 13 Mar 2018 17:41:02 +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 3F9B1335C83 for <gentoo-commits@lists.gentoo.org>; Tue, 13 Mar 2018 17:41:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2CD0225E for <gentoo-commits@lists.gentoo.org>; Tue, 13 Mar 2018 17:40:58 +0000 (UTC) From: "Michał Górny" <mgorny@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, "Michał Górny" <mgorny@gentoo.org> Message-ID: <1520962848.3bc6666ea0efea73297366f29c693f6072fe7f55.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/clang-python/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/clang-python/clang-python-6.0.0.ebuild X-VCS-Directories: dev-python/clang-python/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 3bc6666ea0efea73297366f29c693f6072fe7f55 X-VCS-Branch: master Date: Tue, 13 Mar 2018 17:40:58 +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: 9cc0dbfc-9dcf-4f65-a0af-426615151515 X-Archives-Hash: 6c94c96c31e481c9f7d4db0a30cf0a36 commit: 3bc6666ea0efea73297366f29c693f6072fe7f55 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Tue Mar 13 17:35:49 2018 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Tue Mar 13 17:40:48 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3bc6666e dev-python/clang-python: Restore ~arm64 keywords, bug #650024 dev-python/clang-python/clang-python-6.0.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/clang-python/clang-python-6.0.0.ebuild b/dev-python/clang-python/clang-python-6.0.0.ebuild index 4db0c9f8932..6abf574e9b9 100644 --- a/dev-python/clang-python/clang-python-6.0.0.ebuild +++ b/dev-python/clang-python/clang-python-6.0.0.ebuild @@ -13,7 +13,7 @@ SRC_URI="https://releases.llvm.org/${PV/_//}/${MY_P}.tar.xz" LICENSE="UoI-NCSA" SLOT="0" -KEYWORDS="~amd64 ~x86 ~amd64-fbsd" +KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-fbsd" IUSE="test" RESTRICT="!test? ( test )" REQUIRED_USE="${PYTHON_REQUIRED_USE}"