summaryrefslogtreecommitdiff
path: root/eclass/toolchain.eclass
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-01-18 18:48:55 +0000
committerV3n3RiX <venerix@redcorelinux.org>2020-01-18 18:48:55 +0000
commit1118729405d206538433388e0a8bd578f7ae7303 (patch)
treeffcbd53d48fc8d4e2e5d887fd86eb8f768482342 /eclass/toolchain.eclass
parent52f895faaaf01579a8d9528cafec20bf2c873f5c (diff)
gentoo resync : 18.01.2010
Diffstat (limited to 'eclass/toolchain.eclass')
-rw-r--r--eclass/toolchain.eclass4
1 files changed, 4 insertions, 0 deletions
diff --git a/eclass/toolchain.eclass b/eclass/toolchain.eclass
index bd3d024f9891..5acaa2ffc688 100644
--- a/eclass/toolchain.eclass
+++ b/eclass/toolchain.eclass
@@ -538,6 +538,10 @@ toolchain_src_prepare() {
do_gcc_PIE_patches
do_gcc_CYGWINPORTS_patches
+ if [[ ${PV} == *9999* ]] ; then
+ BRANDING_GCC_PKGVERSION="${BRANDING_GCC_PKGVERSION}, commit ${EGIT_VERSION}"
+ fi
+
case ${EAPI:-0} in
5*) epatch_user;;
6|7) eapply_user ;;