commit: a9ca837096e1ee7da12a60b3dce8954a30ac1e31
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 17 11:50:26 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Apr 17 11:53:20 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9ca8370
sys-devel/gcc: gcc 13 is now branched (update EGIT_BRANCH for 13.0.1.9999)
Signed-off-by: Sam James <sam <AT> gentoo.org>
sys-devel/gcc/gcc-13.0.1.9999.ebuild | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/sys-devel/gcc/gcc-13.0.1.9999.ebuild
b/sys-devel/gcc/gcc-13.0.1.9999.ebuild
index 3949e79bd0cb..70b6d6a56728 100644
--- a/sys-devel/gcc/gcc-13.0.1.9999.ebuild
+++ b/sys-devel/gcc/gcc-13.0.1.9999.ebuild
@@ -22,8 +22,9 @@ if [[ $(ver_cut 3) == 9999 ]] ; then
fi
inherit toolchain
+
# Needs to be after inherit (for now?), bug #830908
-EGIT_BRANCH=master
+EGIT_BRANCH=releases/gcc-$(ver_cut 1)
# Don't keyword live ebuilds
if ! tc_is_live && [[ -z ${TOOLCHAIN_USE_GIT_PATCHES} ]] ; then