diff options
author | Markus Meier <maekke@gentoo.org> | 2017-03-22 20:39:35 +0100 |
---|---|---|
committer | Markus Meier <maekke@gentoo.org> | 2017-03-22 20:46:56 +0100 |
commit | db137e73d09c77d31002253427199dd8f3d6734a (patch) | |
tree | 7d72731d8ee74febd52bc32ab0ca92227af95539 /dev-python/autopep8 | |
parent | dev-python/pyflakes: add ~arm64, bug #605122 (diff) | |
download | gentoo-db137e73d09c77d31002253427199dd8f3d6734a.tar.gz gentoo-db137e73d09c77d31002253427199dd8f3d6734a.tar.bz2 gentoo-db137e73d09c77d31002253427199dd8f3d6734a.zip |
dev-python/autopep8: add ~arm64, bug #605122
Package-Manager: Portage-2.3.5, Repoman-2.3.2
RepoMan-Options: --include-arches="arm64"
Diffstat (limited to 'dev-python/autopep8')
-rw-r--r-- | dev-python/autopep8/autopep8-1.2.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/autopep8/autopep8-1.2.4.ebuild b/dev-python/autopep8/autopep8-1.2.4.ebuild index 622933dda7ed..25831b03feee 100644 --- a/dev-python/autopep8/autopep8-1.2.4.ebuild +++ b/dev-python/autopep8/autopep8-1.2.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux" IUSE="test" RDEPEND=" |