commit: b26d55e0f0b845ab0e6693abe58b1c517a1eacf8 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Thu Oct 13 21:45:50 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Thu Oct 13 21:48:14 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b26d55e0
sys-devel/gcc: keyword 10.4.1_p20221006 - Switches us over to the newer layout of using major version for install directory. - Includes patch for building Chromium (https://gcc.gnu.org/git/?p=gcc.git;a=commit;h=2b2d97fc545635a0f6aa9c9ee3b017394bc494bf). Bug: https://bugs.gentoo.org/865835 Bug: https://bugs.gentoo.org/873505 Signed-off-by: Sam James <sam <AT> gentoo.org> sys-devel/gcc/gcc-10.4.1_p20221006.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sys-devel/gcc/gcc-10.4.1_p20221006.ebuild b/sys-devel/gcc/gcc-10.4.1_p20221006.ebuild index bb603378916c..147a87b6131e 100644 --- a/sys-devel/gcc/gcc-10.4.1_p20221006.ebuild +++ b/sys-devel/gcc/gcc-10.4.1_p20221006.ebuild @@ -35,9 +35,9 @@ inherit toolchain EGIT_BRANCH=releases/gcc-$(ver_cut 1) # Don't keyword live ebuilds -#if ! tc_is_live && [[ -z ${TOOLCHAIN_USE_GIT_PATCHES} ]] ; then -# KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" -#fi +if ! tc_is_live && [[ -z ${TOOLCHAIN_USE_GIT_PATCHES} ]] ; then + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" +fi RDEPEND="" BDEPEND="${CATEGORY}/binutils"
