diff options
author | Sam James <sam@gentoo.org> | 2021-01-22 23:01:44 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-01-22 23:01:44 +0000 |
commit | 41ca89d993feccf40fcdf9dd6e91257c2afa936d (patch) | |
tree | 22e5dc77ca4558096c55aedfc63f3aad32e93cae /dev-python/kaitaistruct | |
parent | dev-python/ldap3: Keyword 2.8.1 arm64, #762688 (diff) | |
download | gentoo-41ca89d993feccf40fcdf9dd6e91257c2afa936d.tar.gz gentoo-41ca89d993feccf40fcdf9dd6e91257c2afa936d.tar.bz2 gentoo-41ca89d993feccf40fcdf9dd6e91257c2afa936d.zip |
dev-python/kaitaistruct: Keyword 0.9 arm64, #762688
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python/kaitaistruct')
-rw-r--r-- | dev-python/kaitaistruct/kaitaistruct-0.9.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/kaitaistruct/kaitaistruct-0.9.ebuild b/dev-python/kaitaistruct/kaitaistruct-0.9.ebuild index 2dedd2b60ccd..36196750b6d2 100644 --- a/dev-python/kaitaistruct/kaitaistruct-0.9.ebuild +++ b/dev-python/kaitaistruct/kaitaistruct-0.9.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 @@ -13,4 +13,4 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~arm64 ~x86" |