diff options
author | Steev Klimaszewski <steev@gentoo.org> | 2019-05-21 09:53:41 -0500 |
---|---|---|
committer | Steev Klimaszewski <steev@gentoo.org> | 2019-05-21 09:54:28 -0500 |
commit | dbcf76c74d998153dfce538e7bda5b269553a6c3 (patch) | |
tree | 87be3f9bdb281927a7c2dc2693d6d83bf13e29b4 /dev-python/txaio | |
parent | app-portage/elicense: bump to v1.0.1 (diff) | |
download | gentoo-dbcf76c74d998153dfce538e7bda5b269553a6c3.tar.gz gentoo-dbcf76c74d998153dfce538e7bda5b269553a6c3.tar.bz2 gentoo-dbcf76c74d998153dfce538e7bda5b269553a6c3.zip |
dev-python/txaio: add ~arm64 keyword
Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: Stephen Klimaszewski <steev@gentoo.org>
Diffstat (limited to 'dev-python/txaio')
-rw-r--r-- | dev-python/txaio/txaio-2.9.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/txaio/txaio-2.9.0.ebuild b/dev-python/txaio/txaio-2.9.0.ebuild index 78ce128bfb47..8edd4804382a 100644 --- a/dev-python/txaio/txaio-2.9.0.ebuild +++ b/dev-python/txaio/txaio-2.9.0.ebuild @@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~arm ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~x86" IUSE="doc test" RDEPEND=" |