projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
264b285
)
toolchain.eclass: update default live branches
author
Sergei Trofimovich
<slyfox@gentoo.org>
Tue, 25 Feb 2020 21:52:49 +0000
(21:52 +0000)
committer
Sergei Trofimovich
<slyfox@gentoo.org>
Tue, 25 Feb 2020 21:53:49 +0000
(21:53 +0000)
Change live branch from gcc-<N>-branch to releases/gcc-<N>
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
eclass/toolchain.eclass
patch
|
blob
|
history
diff --git
a/eclass/toolchain.eclass
b/eclass/toolchain.eclass
index 90f7b68312bb5e3c2ecc80d3b6246eda87e66262..beab4cfc68101ac3dd43bad9657a41cf49a8bcfa 100644
(file)
--- 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