From 82c023698b8de45390f62c7bc40d651cc7da8b83 Mon Sep 17 00:00:00 2001 From: Sergei Trofimovich Date: Tue, 25 Feb 2020 21:52:49 +0000 Subject: toolchain.eclass: update default live branches Change live branch from gcc--branch to releases/gcc- 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 90f7b68312bb..beab4cfc6810 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 -- cgit v1.2.3-65-gdbad