diff options
author | Justin Lecher <jlec@gentoo.org> | 2013-09-26 15:51:22 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2013-09-26 15:51:22 +0000 |
commit | c8b7592cf76facebee0fcb8d9ec80264d25047ab (patch) | |
tree | 601f2e5bb1e65a3dfc605ada33e00bed4a6b75da /dev-python | |
parent | init.d/xdm: fixed PIDFILE paths, added optional per-DM cgroup-cleanup support... (diff) | |
download | gentoo-2-c8b7592cf76facebee0fcb8d9ec80264d25047ab.tar.gz gentoo-2-c8b7592cf76facebee0fcb8d9ec80264d25047ab.tar.bz2 gentoo-2-c8b7592cf76facebee0fcb8d9ec80264d25047ab.zip |
dev-python/pylint: Fix missing doc breaking installation
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/pylint/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/pylint/pylint-0.28.0.ebuild | 3 |
2 files changed, 5 insertions, 3 deletions
diff --git a/dev-python/pylint/ChangeLog b/dev-python/pylint/ChangeLog index 265d40ddc293..7995bab1c11e 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.104 2013/09/24 12:41:51 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pylint/ChangeLog,v 1.105 2013/09/26 15:51:22 jlec Exp $ + + 26 Sep 2013; Justin Lecher <jlec@gentoo.org> pylint-0.28.0.ebuild: + Fix missing doc breaking installation 24 Sep 2013; Justin Lecher <jlec@gentoo.org> pylint-0.28.0.ebuild, metadata.xml: diff --git a/dev-python/pylint/pylint-0.28.0.ebuild b/dev-python/pylint/pylint-0.28.0.ebuild index 798242126577..a85248a952fb 100644 --- a/dev-python/pylint/pylint-0.28.0.ebuild +++ b/dev-python/pylint/pylint-0.28.0.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.28.0.ebuild,v 1.4 2013/09/24 12:41:51 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pylint/pylint-0.28.0.ebuild,v 1.5 2013/09/26 15:51:22 jlec Exp $ EAPI=5 @@ -24,7 +24,6 @@ DEPEND="${RDEPEND} dev-python/setuptools[${PYTHON_USEDEP}]" DISTUTILS_IN_SOURCE_BUILD=1 -DOCS=( doc/FAQ.txt doc/features.txt doc/manual.txt doc/quickstart.txt ) PATCHES=( "${FILESDIR}"/${PN}-0.26.0-gtktest.patch ) |