diff options
author | Alexis Ballier <aballier@gentoo.org> | 2017-07-10 15:14:35 +0200 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2017-07-10 15:15:15 +0200 |
commit | c48aa621aade42bb91414dad14ec47e14271a1ee (patch) | |
tree | 59c371b80b07074fc448e698f86a2fe2d28ea07d /dev-python/pylint | |
parent | dev-python/qtconsole: keyword ~arm64 (diff) | |
download | gentoo-c48aa621aade42bb91414dad14ec47e14271a1ee.tar.gz gentoo-c48aa621aade42bb91414dad14ec47e14271a1ee.tar.bz2 gentoo-c48aa621aade42bb91414dad14ec47e14271a1ee.zip |
dev-python/pylint: keyword ~arm64
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'dev-python/pylint')
-rw-r--r-- | dev-python/pylint/pylint-1.7.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pylint/pylint-1.7.2.ebuild b/dev-python/pylint/pylint-1.7.2.ebuild index 3eaba1883778..b2908bfd7b30 100644 --- a/dev-python/pylint/pylint-1.7.2.ebuild +++ b/dev-python/pylint/pylint-1.7.2.ebuild @@ -16,7 +16,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~x86" IUSE="doc examples test" RDEPEND=" |