diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2020-08-07 22:35:19 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2020-08-07 22:35:19 +0100 |
commit | 7b93048f96a905296df6dacbdae52773855f72b9 (patch) | |
tree | 8ab2cc3a7644038e57dc41c0fe37b5959863b3ff /eclass/toolchain.eclass | |
parent | dev-haskell/idiii: tweak for ghc-8.8 (diff) | |
download | gentoo-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.eclass | 2 |
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 <<---- |