commit: 82c023698b8de45390f62c7bc40d651cc7da8b83 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org> AuthorDate: Tue Feb 25 21:52:49 2020 +0000 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org> CommitDate: Tue Feb 25 21:53:49 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82c02369
toolchain.eclass: update default live branches Change live branch from gcc-<N>-branch to releases/gcc-<N> 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 90f7b68312b..beab4cfc681 100644 --- a/eclass/toolchain.eclass +++ b/eclass/toolchain.eclass @@ -20,7 +20,7 @@ if tc_is_live ; then # Note that the micro version is required or lots of stuff will break. # To checkout master set gcc_LIVE_BRANCH="master" in the ebuild before # inheriting this eclass. - EGIT_BRANCH="${PN}-${PV%.?.?_pre9999}-branch" + EGIT_BRANCH="releases/${PN}-${PV%.?.?_pre9999}" EGIT_BRANCH=${EGIT_BRANCH//./_} inherit git-r3 fi