From 7b93048f96a905296df6dacbdae52773855f72b9 Mon Sep 17 00:00:00 2001 From: Sergei Trofimovich Date: Fri, 7 Aug 2020 22:35:19 +0100 Subject: toolchain.eclass: raise minimum gcc-config up to 2.3 In #736040 gcc-config-1.9 was not able to handle gcc-10 paths. Let's raise lower bound to minimum stable version currently in ::gentoo. Reported-by: Dennis Nezic Bug: https://bugs.gentoo.org/736040 Signed-off-by: Sergei Trofimovich --- eclass/toolchain.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'eclass/toolchain.eclass') diff --git a/eclass/toolchain.eclass b/eclass/toolchain.eclass index a4cb9cc141ec..7a4364af4e6b 100644 --- a/eclass/toolchain.eclass +++ b/eclass/toolchain.eclass @@ -261,7 +261,7 @@ case ${EAPI:-0} in 5*|6) DEPEND+=" ${BDEPEND}" ;; esac -PDEPEND=">=sys-devel/gcc-config-1.7" +PDEPEND=">=sys-devel/gcc-config-2.3" #---->> S + SRC_URI essentials <<---- -- cgit v1.2.3