diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2019-04-27 19:33:47 -0400 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2019-04-27 19:33:47 -0400 |
commit | 240c0fe9b9dd23cc623f6867d7c0b19dc6771b47 (patch) | |
tree | 11745a520e0bdea6f55b43c032cfdfe830c2a537 /dev-python/qrcode | |
parent | dev-python/pyusb: keyword ~arm64 (diff) | |
download | gentoo-240c0fe9b9dd23cc623f6867d7c0b19dc6771b47.tar.gz gentoo-240c0fe9b9dd23cc623f6867d7c0b19dc6771b47.tar.bz2 gentoo-240c0fe9b9dd23cc623f6867d7c0b19dc6771b47.zip |
dev-python/qrcode: keyword ~arm64
Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
Diffstat (limited to 'dev-python/qrcode')
-rw-r--r-- | dev-python/qrcode/qrcode-5.1-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/qrcode/qrcode-5.1-r1.ebuild b/dev-python/qrcode/qrcode-5.1-r1.ebuild index 36a76171d881..a7e75c5bc4dd 100644 --- a/dev-python/qrcode/qrcode-5.1-r1.ebuild +++ b/dev-python/qrcode/qrcode-5.1-r1.ebuild @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="amd64 ~arm x86" +KEYWORDS="amd64 ~arm ~arm64 x86" IUSE="test" # optional deps: |