diff options
author | Ian Delaney <idella4@gentoo.org> | 2013-04-30 05:54:45 +0000 |
---|---|---|
committer | Ian Delaney <idella4@gentoo.org> | 2013-04-30 05:54:45 +0000 |
commit | 9df1c2f11b54041f53bd489175916906f41f07b2 (patch) | |
tree | 58149a3ce2c30e92d37e4c86837a197aaa0ede47 /dev-python/pylint | |
parent | Use bash built-ins rather than external tools. (diff) | |
download | gentoo-2-9df1c2f11b54041f53bd489175916906f41f07b2.tar.gz gentoo-2-9df1c2f11b54041f53bd489175916906f41f07b2.tar.bz2 gentoo-2-9df1c2f11b54041f53bd489175916906f41f07b2.zip |
Correction to install phase in 0.27.0-r1 migrate -> distutils-r1
(Portage version: 2.1.11.62/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Diffstat (limited to 'dev-python/pylint')
-rw-r--r-- | dev-python/pylint/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/pylint/pylint-0.27.0-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-python/pylint/ChangeLog b/dev-python/pylint/ChangeLog index 1f6171228352..9baca41f1cd5 100644 --- a/dev-python/pylint/ChangeLog +++ b/dev-python/pylint/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/pylint # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pylint/ChangeLog,v 1.96 2013/03/13 07:10:14 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pylint/ChangeLog,v 1.97 2013/04/30 05:54:45 idella4 Exp $ + + 30 Apr 2013; Ian Delaney <idella4@gentoo.org> pylint-0.27.0-r1.ebuild: + Correction to install phase in 0.27.0-r1 migrate -> distutils-r1 13 Mar 2013; Ian Delaney <idella4@gentoo.org> pylint-0.27.0-r1.ebuild: tidyup diff --git a/dev-python/pylint/pylint-0.27.0-r1.ebuild b/dev-python/pylint/pylint-0.27.0-r1.ebuild index bd3babaea5f0..a416653f109c 100644 --- a/dev-python/pylint/pylint-0.27.0-r1.ebuild +++ b/dev-python/pylint/pylint-0.27.0-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pylint/pylint-0.27.0-r1.ebuild,v 1.2 2013/03/13 07:10:14 idella4 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pylint/pylint-0.27.0-r1.ebuild,v 1.3 2013/04/30 05:54:45 idella4 Exp $ EAPI=5 PYTHON_COMPAT=( python2_{5,6,7} python{3_1,3_2} ) @@ -35,7 +35,7 @@ python_test() { pytest || die } -src_install_all() { +python_install_all() { doman man/{pylint,pyreverse}.1 || die "doman failed" if use examples; then |