diff options
author | Mike Gilbert <floppym@gentoo.org> | 2013-09-30 15:32:29 +0000 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2013-09-30 15:32:29 +0000 |
commit | 2ee3b148c286c16717a16d6c4b6746644244feb2 (patch) | |
tree | 7e1f1239a6129917c79c0f6113fbfbe903582069 /dev-python/blinker/blinker-1.3.ebuild | |
parent | Call distutils-r1_python_install_all (diff) | |
download | gentoo-2-2ee3b148c286c16717a16d6c4b6746644244feb2.tar.gz gentoo-2-2ee3b148c286c16717a16d6c4b6746644244feb2.tar.bz2 gentoo-2-2ee3b148c286c16717a16d6c4b6746644244feb2.zip |
Call distutils-r1_python_install_all
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)
Diffstat (limited to 'dev-python/blinker/blinker-1.3.ebuild')
-rw-r--r-- | dev-python/blinker/blinker-1.3.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-python/blinker/blinker-1.3.ebuild b/dev-python/blinker/blinker-1.3.ebuild index c661dee9d775..e7c534f7ffd1 100644 --- a/dev-python/blinker/blinker-1.3.ebuild +++ b/dev-python/blinker/blinker-1.3.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/blinker/blinker-1.3.ebuild,v 1.2 2013/09/05 18:47:07 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/blinker/blinker-1.3.ebuild,v 1.3 2013/09/30 15:32:29 floppym Exp $ EAPI="5" PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy2_0 ) @@ -23,6 +23,7 @@ python_test() { } python_install_all() { + distutils-r1_python_install_all if use doc; then pushd docs/html > /dev/null insinto /usr/share/doc/${PF}/html |