diff options
author | Sam James <sam@gentoo.org> | 2021-01-22 23:01:45 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-01-22 23:01:45 +0000 |
commit | 9eed8680652e0f004f041fe183c03c59a501d6af (patch) | |
tree | 9202cb69758162c16ac64899cec86dcb3b755b02 /dev-python/wsproto/wsproto-1.0.0.ebuild | |
parent | dev-python/h11: Keyword 0.12.0 arm64, #762688 (diff) | |
download | gentoo-9eed8680652e0f004f041fe183c03c59a501d6af.tar.gz gentoo-9eed8680652e0f004f041fe183c03c59a501d6af.tar.bz2 gentoo-9eed8680652e0f004f041fe183c03c59a501d6af.zip |
dev-python/wsproto: Keyword 1.0.0 arm64, #762688
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python/wsproto/wsproto-1.0.0.ebuild')
-rw-r--r-- | dev-python/wsproto/wsproto-1.0.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/wsproto/wsproto-1.0.0.ebuild b/dev-python/wsproto/wsproto-1.0.0.ebuild index 7ca2977395d4..bb19e6600ea7 100644 --- a/dev-python/wsproto/wsproto-1.0.0.ebuild +++ b/dev-python/wsproto/wsproto-1.0.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -15,7 +15,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~arm64 ~x86" RDEPEND=">=dev-python/h11-0.9[${PYTHON_USEDEP}]" |