diff options
author | Michał Górny <mgorny@gentoo.org> | 2013-08-25 21:15:28 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2013-08-25 21:15:28 +0000 |
commit | 90c3fc97b04d482d3f651d48918e24d2e6bc9614 (patch) | |
tree | 8b2bc0221fb98dfe34a2ca6f83c08734602e8018 /eclass/distutils-r1.eclass | |
parent | Copy bundled egg-info files for reuse in python_compile(). This solves issues... (diff) | |
download | gentoo-2-90c3fc97b04d482d3f651d48918e24d2e6bc9614.tar.gz gentoo-2-90c3fc97b04d482d3f651d48918e24d2e6bc9614.tar.bz2 gentoo-2-90c3fc97b04d482d3f651d48918e24d2e6bc9614.zip |
Mark _copy-egg-info as internal.
Diffstat (limited to 'eclass/distutils-r1.eclass')
-rw-r--r-- | eclass/distutils-r1.eclass | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/eclass/distutils-r1.eclass b/eclass/distutils-r1.eclass index f6d507726d0d..c2872b30a6dd 100644 --- a/eclass/distutils-r1.eclass +++ b/eclass/distutils-r1.eclass @@ -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/eclass/distutils-r1.eclass,v 1.76 2013/08/25 21:13:52 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/distutils-r1.eclass,v 1.77 2013/08/25 21:15:28 mgorny Exp $ # @ECLASS: distutils-r1 # @MAINTAINER: @@ -324,6 +324,7 @@ _distutils-r1_disable_ez_setup() { } # @FUNCTION: _distutils-r1_copy_egg_info +# @INTERNAL # @DESCRIPTION: # Copy egg-info files to the ${BUILD_DIR} (that's going to become # egg-base in esetup.py). This way, we respect whatever's in upstream |