Skip to content

Commit

Permalink
toolchain.eclass: raise minimum gcc-config up to 2.3
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
Sergei Trofimovich committed Aug 7, 2020
1 parent a61cae6 commit 7b93048
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eclass/toolchain.eclass
Original file line number Diff line number Diff line change
Expand Up @@ -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 <<----

Expand Down

0 comments on commit 7b93048

Please sign in to comment.