Gentoo Archives: gentoo-commits

From: "Anthony G. Basile" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/async_generator/
Date: Sat, 27 Apr 2019 11:49:35
Message-Id: 1556365761.754ce6b4ad84e05820b50a7ed809f5d630746ff0.blueness@gentoo
1 commit: 754ce6b4ad84e05820b50a7ed809f5d630746ff0
2 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
3 AuthorDate: Sat Apr 27 11:47:50 2019 +0000
4 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 27 11:49:21 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=754ce6b4
7
8 dev-python/async_generator: keyword ~arm64
9
10 Signed-off-by: Anthony G. Basile <blueness <AT> gentoo.org>
11 Package-Manager: Portage-2.3.62, Repoman-2.3.11
12
13 dev-python/async_generator/async_generator-1.10.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-python/async_generator/async_generator-1.10.ebuild b/dev-python/async_generator/async_generator-1.10.ebuild
17 index 2407afca718..7e17bf06efd 100644
18 --- a/dev-python/async_generator/async_generator-1.10.ebuild
19 +++ b/dev-python/async_generator/async_generator-1.10.ebuild
20 @@ -12,7 +12,7 @@ HOMEPAGE="https://github.com/python-trio/async_generator https://pypi.org/projec
21 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
22 LICENSE="|| ( MIT Apache-2.0 )"
23 SLOT="0"
24 -KEYWORDS="~amd64 ~arm ~x86"
25 +KEYWORDS="~amd64 ~arm ~arm64 ~x86"
26 IUSE="test"
27 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
28 test? ( dev-python/pytest[${PYTHON_USEDEP}] )"