Gentoo Archives: gentoo-dev

From: "Michał Górny" <mgorny@g.o>
To: gentoo-dev@l.g.o
Cc: "Michał Górny" <mgorny@g.o>
Subject: [gentoo-dev] [PATCH git-r3 01/10] Clarify that ebuilds are not supposed to set EGIT3_STORE_DIR.
Date: Wed, 26 Feb 2014 11:59:37
Message-Id: 1393415954-19313-1-git-send-email-mgorny@gentoo.org
In Reply to: [gentoo-dev] [PATCHES git-r3] Clean up and different clone type support by "Michał Górny"
1 ---
2 eclass/git-r3.eclass | 3 +++
3 1 file changed, 3 insertions(+)
4
5 diff --git a/eclass/git-r3.eclass b/eclass/git-r3.eclass
6 index d726cee..c00b3a0 100644
7 --- a/eclass/git-r3.eclass
8 +++ b/eclass/git-r3.eclass
9 @@ -36,6 +36,9 @@ fi
10 # @DESCRIPTION:
11 # Storage directory for git sources.
12 #
13 +# This is intended to be set by user in make.conf. Ebuilds must not set
14 +# it.
15 +#
16 # EGIT3_STORE_DIR=${DISTDIR}/git3-src
17
18 # @ECLASS-VARIABLE: EGIT_REPO_URI
19 --
20 1.8.3.2