diff options
author | E. Liddell <[email protected]> | 2020-02-23 17:02:25 -0500 |
---|---|---|
committer | Chris <[email protected]> | 2020-04-22 14:33:58 +0200 |
commit | bea4b1d209293af1e29d548438aa2947d9a2b25f (patch) | |
tree | 1d3cff618d7d720c64a7b410b96ae3f775107920 /eclass/trinity-base-2.eclass | |
parent | 7c6c73446da9dbd918b3e903b9666730d48e3db3 (diff) | |
download | tde-packaging-gentoo-bea4b1d209293af1e29d548438aa2947d9a2b25f.tar.gz tde-packaging-gentoo-bea4b1d209293af1e29d548438aa2947d9a2b25f.zip |
stable ebuilds round 2--rebase and manifests
Signed-off-by: E. Liddell <[email protected]>
Diffstat (limited to 'eclass/trinity-base-2.eclass')
-rw-r--r-- | eclass/trinity-base-2.eclass | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/eclass/trinity-base-2.eclass b/eclass/trinity-base-2.eclass index 45e92a35..97734077 100644 --- a/eclass/trinity-base-2.eclass +++ b/eclass/trinity-base-2.eclass @@ -176,8 +176,7 @@ fi # @FUNCTION: trinity-base-2_src_unpack # @DESCRIPTION: -# A default src unpack function to either call -# git-r3_src_unpack or base_src_unpack. +# A default src unpack function to call git-v3_src_unpack if necessary trinity-base-2_src_unpack() { if [[ "${BUILD_TYPE}" == "live" ]]; then git-r3_src_unpack |