diff options
author | Pacho Ramos <pacho@gentoo.org> | 2015-03-07 00:18:07 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2015-03-07 00:18:07 +0000 |
commit | 0971fb85c680bfa2d7a5d7c3f51f8face9211b5a (patch) | |
tree | d3981b1e8b7164f5c01a3a52ffecdc6192fe9b44 /dev-python/pylint | |
parent | ppc64 stable, bug 540290 (diff) | |
download | gentoo-2-0971fb85c680bfa2d7a5d7c3f51f8face9211b5a.tar.gz gentoo-2-0971fb85c680bfa2d7a5d7c3f51f8face9211b5a.tar.bz2 gentoo-2-0971fb85c680bfa2d7a5d7c3f51f8face9211b5a.zip |
ppc64 stable, bug 540290
(Portage version: 2.2.17/cvs/Linux x86_64, RepoMan options: --include-arches="ppc64", signed Manifest commit with key A188FBD4)
Diffstat (limited to 'dev-python/pylint')
-rw-r--r-- | dev-python/pylint/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/pylint/pylint-1.4.1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/pylint/ChangeLog b/dev-python/pylint/ChangeLog index 01074c7cb481..208614bc8ea9 100644 --- a/dev-python/pylint/ChangeLog +++ b/dev-python/pylint/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/pylint # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pylint/ChangeLog,v 1.117 2015/03/06 22:33:45 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pylint/ChangeLog,v 1.118 2015/03/07 00:18:07 pacho Exp $ + + 07 Mar 2015; Pacho Ramos <pacho@gentoo.org> pylint-1.4.1.ebuild: + ppc64 stable, bug 540290 06 Mar 2015; Pacho Ramos <pacho@gentoo.org> pylint-1.4.1.ebuild: amd64 stable, bug 540290 diff --git a/dev-python/pylint/pylint-1.4.1.ebuild b/dev-python/pylint/pylint-1.4.1.ebuild index 5fc417ac1ea7..23fb144ab5a2 100644 --- a/dev-python/pylint/pylint-1.4.1.ebuild +++ b/dev-python/pylint/pylint-1.4.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pylint/pylint-1.4.1.ebuild,v 1.3 2015/03/06 22:33:45 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pylint/pylint-1.4.1.ebuild,v 1.4 2015/03/07 00:18:07 pacho Exp $ EAPI=5 @@ -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 ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos" +KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos" IUSE="doc examples test" RDEPEND=" |