commit: aaf9113e63f2b0f420fcf571f28b960dd2ef8c95
Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 26 22:12:30 2020 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sun Jan 26 22:12:30 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aaf9113e
toolchain.eclass: fix typo in GCC_CONFIG_VER assignment
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
eclass/toolchain.eclass | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/eclass/toolchain.eclass b/eclass/toolchain.eclass
index 3614f870b52..23b29925469 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