diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2020-02-25 21:52:49 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2020-02-25 21:53:49 +0000 |
commit | 82c023698b8de45390f62c7bc40d651cc7da8b83 (patch) | |
tree | 4f4172ad01f72eddfc58fb444886fb8ad99fe777 /eclass/toolchain.eclass | |
parent | net-mail/vpopmail: enable onchange script (diff) | |
download | gentoo-82c023698b8de45390f62c7bc40d651cc7da8b83.tar.gz gentoo-82c023698b8de45390f62c7bc40d651cc7da8b83.tar.bz2 gentoo-82c023698b8de45390f62c7bc40d651cc7da8b83.zip |
toolchain.eclass: update default live branches
Change live branch from gcc-<N>-branch to releases/gcc-<N>
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 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 |