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 5C0B31382C5 for ; Mon, 22 Feb 2021 07:16:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B1959E0938; Mon, 22 Feb 2021 07:16:06 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 99B47E0938 for ; Mon, 22 Feb 2021 07:16:06 +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 AA0D0335CD6 for ; Mon, 22 Feb 2021 07:16:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 49D074DC for ; Mon, 22 Feb 2021 07:16:04 +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: <1613978152.68dd8187ea58df6a58725c9b55ec4999198a6400.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/theano-pymc/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/theano-pymc/theano-pymc-1.1.2.ebuild X-VCS-Directories: dev-python/theano-pymc/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 68dd8187ea58df6a58725c9b55ec4999198a6400 X-VCS-Branch: master Date: Mon, 22 Feb 2021 07:16:04 +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: 0431e511-3da2-4f2a-8add-2043f63cc194 X-Archives-Hash: bbdde1ae2211dade1a54dd5790aea960 commit: 68dd8187ea58df6a58725c9b55ec4999198a6400 Author: Sam James gentoo org> AuthorDate: Mon Feb 22 07:15:52 2021 +0000 Commit: Sam James gentoo org> CommitDate: Mon Feb 22 07:15:52 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68dd8187 dev-python/theano-pymc: Keyword 1.1.2 arm64, #766638 Signed-off-by: Sam James gentoo.org> dev-python/theano-pymc/theano-pymc-1.1.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/theano-pymc/theano-pymc-1.1.2.ebuild b/dev-python/theano-pymc/theano-pymc-1.1.2.ebuild index ca106ea987b..993d261ea61 100644 --- a/dev-python/theano-pymc/theano-pymc-1.1.2.ebuild +++ b/dev-python/theano-pymc/theano-pymc-1.1.2.ebuild @@ -17,7 +17,7 @@ S=${WORKDIR}/${MY_P} LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~arm ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~x86" RDEPEND=" dev-python/filelock[${PYTHON_USEDEP}]