From: Sergei Trofimovich Date: Sat, 19 Oct 2019 10:58:07 +0000 (+0100) Subject: toolchain.eclass: clarify use case of GCC_A_FAKEIT X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=31a0fb70672120064f20394066f97760b7209578;p=gentoo.git toolchain.eclass: clarify use case of GCC_A_FAKEIT Signed-off-by: Sergei Trofimovich --- diff --git a/eclass/toolchain.eclass b/eclass/toolchain.eclass index d2de666120eb..d26a12a024be 100644 --- a/eclass/toolchain.eclass +++ b/eclass/toolchain.eclass @@ -454,6 +454,8 @@ gcc_quick_unpack() { export HTB_GCC_VER=${HTB_GCC_VER:-${GCC_RELEASE_VER}} export SPECS_GCC_VER=${SPECS_GCC_VER:-${GCC_RELEASE_VER}} + # Injection point for more tarballs. dev-lang/gnat-gpl uses + # 'GCC_A_FAKEIT' to specify it's own source and binary tarballs. if [[ -n ${GCC_A_FAKEIT} ]] ; then unpack ${GCC_A_FAKEIT} elif [[ -n ${PRERELEASE} ]] ; then