diff options
author | Alexis Ballier <aballier@gentoo.org> | 2017-07-14 23:34:41 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2017-07-14 23:35:51 +0200 |
commit | 8aee0b9df2296274ec630a7fc1b376886a52f707 (patch) | |
tree | 734e2d210674e2246ac3e2ef8a1d2e9acdf35588 /dev-python/flake8 | |
parent | dev-python/jaraco-packaging: keyword ~arm64 (diff) | |
download | gentoo-8aee0b9df2296274ec630a7fc1b376886a52f707.tar.gz gentoo-8aee0b9df2296274ec630a7fc1b376886a52f707.tar.bz2 gentoo-8aee0b9df2296274ec630a7fc1b376886a52f707.zip |
dev-python/flake8: keyword ~arm64
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'dev-python/flake8')
-rw-r--r-- | dev-python/flake8/flake8-2.1.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/flake8/flake8-2.1.0.ebuild b/dev-python/flake8/flake8-2.1.0.ebuild index 2c4568161347..f526a8773e6d 100644 --- a/dev-python/flake8/flake8-2.1.0.ebuild +++ b/dev-python/flake8/flake8-2.1.0.ebuild @@ -11,7 +11,7 @@ DESCRIPTION="A wrapper around PyFlakes, pep8 & mccabe" HOMEPAGE="https://bitbucket.org/tarek/flake8" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" -KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux" +KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux" IUSE="test" LICENSE="MIT" SLOT="0" |