summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2020-08-07 22:35:19 +0100
committerSergei Trofimovich <slyfox@gentoo.org>2020-08-07 22:35:19 +0100
commit7b93048f96a905296df6dacbdae52773855f72b9 (patch)
tree8ab2cc3a7644038e57dc41c0fe37b5959863b3ff /eclass/toolchain.eclass
parentdev-haskell/idiii: tweak for ghc-8.8 (diff)
downloadgentoo-7b93048f96a905296df6dacbdae52773855f72b9.tar.gz
gentoo-7b93048f96a905296df6dacbdae52773855f72b9.tar.bz2
gentoo-7b93048f96a905296df6dacbdae52773855f72b9.zip
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 <slyfox@gentoo.org>
Diffstat (limited to 'eclass/toolchain.eclass')
-rw-r--r--eclass/toolchain.eclass2
1 files changed, 1 insertions, 1 deletions
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 <<----