summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2020-01-26 22:12:30 +0000
committerSergei Trofimovich <slyfox@gentoo.org>2020-01-26 22:12:30 +0000
commitaaf9113e63f2b0f420fcf571f28b960dd2ef8c95 (patch)
treeca0b865a8f2b7279015d8183b02bbf838554a772
parenttoolchain.eclass: restore an option to override GCC_CONFIG_VER (diff)
downloadgentoo-aaf9113e.tar.gz
gentoo-aaf9113e.tar.bz2
gentoo-aaf9113e.zip
toolchain.eclass: fix typo in GCC_CONFIG_VER assignment
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
-rw-r--r--eclass/toolchain.eclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/toolchain.eclass b/eclass/toolchain.eclass
index 3614f870b52b..23b299254690 100644
--- a/eclass/toolchain.eclass
+++ b/eclass/toolchain.eclass
@@ -78,7 +78,7 @@ GCCMICRO=$(ver_cut 3 ${GCC_PV})
# same name.
# TODO: once ada ebuilds are fixed turn it to
# GCC_CONFIG_VER=${GCC_RELEASE_VER}
-GCC_CONFIG_VER=${GCC_CONFIG_VER:-GCC_RELEASE_VER}
+GCC_CONFIG_VER=${GCC_CONFIG_VER:-${GCC_RELEASE_VER}}
# Pre-release support. Versioning schema:
# 1.0.0_pre9999: live ebuild