diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2019-10-19 11:58:07 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2019-10-19 22:20:24 +0100 |
commit | 31a0fb70672120064f20394066f97760b7209578 (patch) | |
tree | e4f9bbff8b7c1c95301acf68c8e9651cc2702ac4 /eclass | |
parent | toolchain.eclass: move gentoo patches into own helper (diff) | |
download | gentoo-31a0fb70672120064f20394066f97760b7209578.tar.gz gentoo-31a0fb70672120064f20394066f97760b7209578.tar.bz2 gentoo-31a0fb70672120064f20394066f97760b7209578.zip |
toolchain.eclass: clarify use case of GCC_A_FAKEIT
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/toolchain.eclass | 2 |
1 files changed, 2 insertions, 0 deletions
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 |