summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2013-09-26 12:38:38 +0000
committerMichał Górny <mgorny@gentoo.org>2013-09-26 12:38:38 +0000
commitb2163e77b6f2641461cd6fdd94f8e77ff0bf9c6c (patch)
tree651b0c44f419131a92b4d5cb54a4ed8b54383cdc /eclass
parentStabilize 2013d for everyone. (diff)
downloadgentoo-2-b2163e77b6f2641461cd6fdd94f8e77ff0bf9c6c.tar.gz
gentoo-2-b2163e77b6f2641461cd6fdd94f8e77ff0bf9c6c.tar.bz2
gentoo-2-b2163e77b6f2641461cd6fdd94f8e77ff0bf9c6c.zip
Update doc on EGIT_NONSHALLOW.
Diffstat (limited to 'eclass')
-rw-r--r--eclass/ChangeLog5
-rw-r--r--eclass/git-r3.eclass8
2 files changed, 9 insertions, 4 deletions
diff --git a/eclass/ChangeLog b/eclass/ChangeLog
index e4d71a09a465..4c41ba234a9a 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.989 2013/09/26 11:58:41 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.990 2013/09/26 12:38:38 mgorny Exp $
+
+ 26 Sep 2013; Michał Górny <mgorny@gentoo.org> git-r3.eclass:
+ Update doc on EGIT_NONSHALLOW.
26 Sep 2013; Michał Górny <mgorny@gentoo.org> distutils-r1.eclass:
Wrap symlinks installed to PYTHON_SCRIPTDIR as well.
diff --git a/eclass/git-r3.eclass b/eclass/git-r3.eclass
index 99b06e91fb1d..de33397e9569 100644
--- a/eclass/git-r3.eclass
+++ b/eclass/git-r3.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/git-r3.eclass,v 1.9 2013/09/25 11:19:09 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/git-r3.eclass,v 1.10 2013/09/26 12:38:38 mgorny Exp $
# @ECLASS: git-r3.eclass
# @MAINTAINER:
@@ -86,8 +86,10 @@ if [[ ! ${_GIT_R3} ]]; then
# a fair number of limitations. Therefore, if you'd like the eclass to
# perform complete clones instead, set this to a non-null value.
#
-# This variable is to be set in make.conf. Ebuilds are not allowed
-# to set it.
+# This variable can be set in make.conf and ebuilds. The make.conf
+# value specifies user-specific default, while ebuilds may use it
+# to force deep clones when the server does not support shallow clones
+# (e.g. Google Code).
# @FUNCTION: _git-r3_env_setup
# @INTERNAL