diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2019-03-16 20:10:18 -0400 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2019-03-16 20:10:28 -0400 |
commit | f0c1b72aa0182e639d9888b4eabcb12d229de264 (patch) | |
tree | 5db5979c437574742d4116fed25d151b35fd8d74 /dev-python/qrcode | |
parent | dev-lang/go: Add ~amd64-linux and ~s390 keywords back to 1.12 (diff) | |
download | gentoo-f0c1b72aa0182e639d9888b4eabcb12d229de264.tar.gz gentoo-f0c1b72aa0182e639d9888b4eabcb12d229de264.tar.bz2 gentoo-f0c1b72aa0182e639d9888b4eabcb12d229de264.zip |
dev-python/qrcode: keyword ~arm
Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Diffstat (limited to 'dev-python/qrcode')
-rw-r--r-- | dev-python/qrcode/qrcode-5.1-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/qrcode/qrcode-5.1-r1.ebuild b/dev-python/qrcode/qrcode-5.1-r1.ebuild index 144590d77c3b..5ee5f3f8a46a 100644 --- a/dev-python/qrcode/qrcode-5.1-r1.ebuild +++ b/dev-python/qrcode/qrcode-5.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="amd64 x86" +KEYWORDS="amd64 ~arm x86" IUSE="test" # optional deps: |