diff options
Diffstat (limited to 'dev-lang/python/python-3.1.2-r4.ebuild')
-rw-r--r-- | dev-lang/python/python-3.1.2-r4.ebuild | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/dev-lang/python/python-3.1.2-r4.ebuild b/dev-lang/python/python-3.1.2-r4.ebuild index 916569a088e3..82636e40fc29 100644 --- a/dev-lang/python/python-3.1.2-r4.ebuild +++ b/dev-lang/python/python-3.1.2-r4.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-3.1.2-r4.ebuild,v 1.13 2010/12/27 15:35:17 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/python/python-3.1.2-r4.ebuild,v 1.14 2011/03/18 21:52:31 vapier Exp $ EAPI="3" @@ -255,8 +255,6 @@ src_install() { use threads || rm -fr "${ED}$(python_get_libdir)/multiprocessing" - prep_ml_includes $(python_get_includedir) - dodoc Misc/{ACKS,HISTORY,NEWS} || die "dodoc failed" if use examples; then |