diff options
author | Michał Górny <mgorny@gentoo.org> | 2014-03-02 11:44:19 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2014-03-02 11:44:19 +0000 |
commit | 82a370c7966a020d10b8281f51d11144a70d330d (patch) | |
tree | 0f9cd8198fcc141271d5d750660eab601cc8aec5 /eclass/git-r3.eclass | |
parent | ia64 stable wrt bug #502282 (diff) | |
download | historical-82a370c7966a020d10b8281f51d11144a70d330d.tar.gz historical-82a370c7966a020d10b8281f51d11144a70d330d.tar.bz2 historical-82a370c7966a020d10b8281f51d11144a70d330d.zip |
Improve docs.
Diffstat (limited to 'eclass/git-r3.eclass')
-rw-r--r-- | eclass/git-r3.eclass | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/eclass/git-r3.eclass b/eclass/git-r3.eclass index d726cee8bf2c..8349104c8df2 100644 --- a/eclass/git-r3.eclass +++ b/eclass/git-r3.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/git-r3.eclass,v 1.26 2014/02/25 13:01:49 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/git-r3.eclass,v 1.27 2014/03/02 11:44:19 mgorny Exp $ # @ECLASS: git-r3.eclass # @MAINTAINER: @@ -36,6 +36,9 @@ fi # @DESCRIPTION: # Storage directory for git sources. # +# This is intended to be set by user in make.conf. Ebuilds must not set +# it. +# # EGIT3_STORE_DIR=${DISTDIR}/git3-src # @ECLASS-VARIABLE: EGIT_REPO_URI |