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 DDABC138359 for ; Wed, 16 Sep 2020 03:01:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C62FAE0830; Wed, 16 Sep 2020 03:01:52 +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 AB8D4E0830 for ; Wed, 16 Sep 2020 03:01:52 +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 BF98E340E91 for ; Wed, 16 Sep 2020 03:01:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 342D0352 for ; Wed, 16 Sep 2020 03:01:49 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1600225241.8321e0d49a8faef75416d3aeb24fe2d06ddb4bb9.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/sentry-sdk/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/sentry-sdk/sentry-sdk-0.17.6.ebuild X-VCS-Directories: dev-python/sentry-sdk/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 8321e0d49a8faef75416d3aeb24fe2d06ddb4bb9 X-VCS-Branch: master Date: Wed, 16 Sep 2020 03:01:49 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: ae1e76fb-d59b-4672-bb05-3984dda12719 X-Archives-Hash: 6a4dbb1a6ebbb68159bb1cc11bf1aa97 commit: 8321e0d49a8faef75416d3aeb24fe2d06ddb4bb9 Author: Sam James gentoo org> AuthorDate: Wed Sep 16 03:00:41 2020 +0000 Commit: Sam James gentoo org> CommitDate: Wed Sep 16 03:00:41 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8321e0d4 dev-python/sentry-sdk: Keyword 0.17.6 arm64, #741472 Signed-off-by: Sam James gentoo.org> dev-python/sentry-sdk/sentry-sdk-0.17.6.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/sentry-sdk/sentry-sdk-0.17.6.ebuild b/dev-python/sentry-sdk/sentry-sdk-0.17.6.ebuild index 89a0a6dd3b2..e12e7ac421e 100644 --- a/dev-python/sentry-sdk/sentry-sdk-0.17.6.ebuild +++ b/dev-python/sentry-sdk/sentry-sdk-0.17.6.ebuild @@ -14,7 +14,7 @@ S="${WORKDIR}/sentry-python-${PV}" LICENSE="PSF-2" SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" +KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~x86" RDEPEND=" dev-python/urllib3[${PYTHON_USEDEP}]