diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2017-06-15 21:27:50 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2017-06-15 21:52:48 +0100 |
commit | cea80b41fa3f5683b45a068800ab176cec1cf603 (patch) | |
tree | 675a4de2509e14b9ae4ccc0ed62fc8b88d8ba8b7 /dev-python/pylint | |
parent | dev-python/backports-functools-lru-cache: ia64 keyworded, bug #606552 (diff) | |
download | gentoo-cea80b41fa3f5683b45a068800ab176cec1cf603.tar.gz gentoo-cea80b41fa3f5683b45a068800ab176cec1cf603.tar.bz2 gentoo-cea80b41fa3f5683b45a068800ab176cec1cf603.zip |
dev-python/pylint: ia64 keyworded, bug #606552
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'dev-python/pylint')
-rw-r--r-- | dev-python/pylint/pylint-1.6.5-r1.ebuild | 2 | ||||
-rw-r--r-- | dev-python/pylint/pylint-1.7.1-r1.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/pylint/pylint-1.6.5-r1.ebuild b/dev-python/pylint/pylint-1.6.5-r1.ebuild index 30d6972ac73c..533a2d13a0d2 100644 --- a/dev-python/pylint/pylint-1.6.5-r1.ebuild +++ b/dev-python/pylint/pylint-1.6.5-r1.ebuild @@ -17,7 +17,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="alpha amd64 arm ppc ppc64 ~x86" +KEYWORDS="alpha amd64 arm ~ia64 ppc ppc64 ~x86" IUSE="doc examples test" RDEPEND=" diff --git a/dev-python/pylint/pylint-1.7.1-r1.ebuild b/dev-python/pylint/pylint-1.7.1-r1.ebuild index 32f812538e81..99cfe7640504 100644 --- a/dev-python/pylint/pylint-1.7.1-r1.ebuild +++ b/dev-python/pylint/pylint-1.7.1-r1.ebuild @@ -17,7 +17,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~ppc ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~x86" IUSE="doc examples test" RDEPEND=" |