commit: 6eb862cd71c53726bdc30dcebbc0382880d7b05e
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 17 03:18:01 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Dec 17 03:18:01 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6eb862cd
sys-devel/gcc: unkeyword 10.4.1_p20221215, 11.3.1_p20221216
Didn't mean to push these w/ keywords.
Signed-off-by: Sam James <sam <AT> gentoo.org>
sys-devel/gcc/gcc-10.4.1_p20221215.ebuild | 6 +++---
sys-devel/gcc/gcc-11.3.1_p20221216.ebuild | 6 +++---
2 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/sys-devel/gcc/gcc-10.4.1_p20221215.ebuild
b/sys-devel/gcc/gcc-10.4.1_p20221215.ebuild
index 4a9f37a0a428..06123fd38d57 100644
--- a/sys-devel/gcc/gcc-10.4.1_p20221215.ebuild
+++ b/sys-devel/gcc/gcc-10.4.1_p20221215.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"
diff --git a/sys-devel/gcc/gcc-11.3.1_p20221216.ebuild
b/sys-devel/gcc/gcc-11.3.1_p20221216.ebuild
index f8ef0ab664e4..251e270d9e27 100644
--- a/sys-devel/gcc/gcc-11.3.1_p20221216.ebuild
+++ b/sys-devel/gcc/gcc-11.3.1_p20221216.ebuild
@@ -27,9 +27,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
# Technically only if USE=hardened *too* right now, but no point in
complicating it further.
# If GCC is enabling CET by default, we need glibc to be built with support
for it.