summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2013-08-25 21:15:28 +0000
committerMichał Górny <mgorny@gentoo.org>2013-08-25 21:15:28 +0000
commit90c3fc97b04d482d3f651d48918e24d2e6bc9614 (patch)
tree8b2bc0221fb98dfe34a2ca6f83c08734602e8018 /eclass
parentCopy bundled egg-info files for reuse in python_compile(). This solves issues... (diff)
downloadgentoo-2-90c3fc97b04d482d3f651d48918e24d2e6bc9614.tar.gz
gentoo-2-90c3fc97b04d482d3f651d48918e24d2e6bc9614.tar.bz2
gentoo-2-90c3fc97b04d482d3f651d48918e24d2e6bc9614.zip
Mark _copy-egg-info as internal.
Diffstat (limited to 'eclass')
-rw-r--r--eclass/ChangeLog5
-rw-r--r--eclass/distutils-r1.eclass3
2 files changed, 6 insertions, 2 deletions
diff --git a/eclass/ChangeLog b/eclass/ChangeLog
index 3c9c377561ca..d75c41efe38a 100644
--- a/eclass/ChangeLog
+++ b/eclass/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for eclass directory
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.935 2013/08/25 21:13:52 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.936 2013/08/25 21:15:28 mgorny Exp $
+
+ 25 Aug 2013; Michał Górny <mgorny@gentoo.org> distutils-r1.eclass:
+ Mark _copy-egg-info as internal.
25 Aug 2013; Michał Górny <mgorny@gentoo.org> distutils-r1.eclass:
Copy bundled egg-info files for reuse in python_compile(). This solves issues
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