diff options
author | Aaron Bauman <bman@gentoo.org> | 2019-04-08 15:28:19 -0400 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2019-04-08 15:30:23 -0400 |
commit | 0669b6f0eb11029d357d76e54879afd0ab9118fc (patch) | |
tree | 7ec5a5c13b2a764b4ca2bf24933c82b5d9943826 /dev-python/pylint | |
parent | sys-apps/rtl-entropy: [QA] Call cmake-utils_src_prepare (diff) | |
download | gentoo-0669b6f0eb11029d357d76e54879afd0ab9118fc.tar.gz gentoo-0669b6f0eb11029d357d76e54879afd0ab9118fc.tar.bz2 gentoo-0669b6f0eb11029d357d76e54879afd0ab9118fc.zip |
dev-python/pylint: arm64 keyworded (bug #677026)
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
Diffstat (limited to 'dev-python/pylint')
-rw-r--r-- | dev-python/pylint/pylint-2.3.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pylint/pylint-2.3.1.ebuild b/dev-python/pylint/pylint-2.3.1.ebuild index 89c331af15ef..a1e171bea188 100644 --- a/dev-python/pylint/pylint-2.3.1.ebuild +++ b/dev-python/pylint/pylint-2.3.1.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 ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc64 ~sparc ~x86" IUSE="doc examples test" RDEPEND=" |