diff options
author | Stephen Klimaszewski <steev@gentoo.org> | 2019-05-21 11:02:39 -0500 |
---|---|---|
committer | Stephen Klimaszewski <steev@gentoo.org> | 2019-05-21 11:02:41 -0500 |
commit | a32f436e1adc6bf40f3675398ba4c68c3d1d7dd5 (patch) | |
tree | 6e96f83dc7b3b9e3f450052ce1c5920ae874afa5 /dev-python/pyqrcode | |
parent | dev-python/pypng: add ~arm64 keyword (diff) | |
download | gentoo-a32f436e1adc6bf40f3675398ba4c68c3d1d7dd5.tar.gz gentoo-a32f436e1adc6bf40f3675398ba4c68c3d1d7dd5.tar.bz2 gentoo-a32f436e1adc6bf40f3675398ba4c68c3d1d7dd5.zip |
dev-python/pyqrcode: 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/pyqrcode')
-rw-r--r-- | dev-python/pyqrcode/pyqrcode-1.2.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pyqrcode/pyqrcode-1.2.1.ebuild b/dev-python/pyqrcode/pyqrcode-1.2.1.ebuild index 647156c27c0d..5cddca1d3c3b 100644 --- a/dev-python/pyqrcode/pyqrcode-1.2.1.ebuild +++ b/dev-python/pyqrcode/pyqrcode-1.2.1.ebuild @@ -15,7 +15,7 @@ SRC_URI="mirror://pypi/${MY_P:0:1}/${MY_PN}/${MY_P}.tar.gz -> ${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="amd64 arm x86" +KEYWORDS="amd64 arm ~arm64 x86" IUSE="png" RDEPEND=" |