diff options
author | Pacho Ramos <pacho@gentoo.org> | 2015-03-06 22:33:45 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2015-03-06 22:33:45 +0000 |
commit | 533a6ca938f92b5818bd5fd1ff909a0368827069 (patch) | |
tree | fcf269206fbaafa63e42f1201f816dc327429448 /dev-python/pylint | |
parent | amd64 stable, bug 540290 (diff) | |
download | gentoo-2-533a6ca938f92b5818bd5fd1ff909a0368827069.tar.gz gentoo-2-533a6ca938f92b5818bd5fd1ff909a0368827069.tar.bz2 gentoo-2-533a6ca938f92b5818bd5fd1ff909a0368827069.zip |
amd64 stable, bug 540290
(Portage version: 2.2.17/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", 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 c68556142feb..01074c7cb481 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.116 2015/01/27 22:50:34 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pylint/ChangeLog,v 1.117 2015/03/06 22:33:45 pacho Exp $ + + 06 Mar 2015; Pacho Ramos <pacho@gentoo.org> pylint-1.4.1.ebuild: + amd64 stable, bug 540290 27 Jan 2015; Mike Frysinger <vapier@gentoo.org> pylint-1.4.1.ebuild: Fix dependencies to reflect the source requirements. diff --git a/dev-python/pylint/pylint-1.4.1.ebuild b/dev-python/pylint/pylint-1.4.1.ebuild index 6fa3082ece33..5fc417ac1ea7 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.2 2015/01/27 22:50:34 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pylint/pylint-1.4.1.ebuild,v 1.3 2015/03/06 22:33:45 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=" |