commit: 201ed022afc286de68bfcd87fb2cf961b0e99d0a Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> AuthorDate: Sun Oct 23 20:56:44 2022 +0000 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> CommitDate: Sun Oct 23 20:58:38 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=201ed022
sys-devel/gcc: drop mips and riscv from 12.2.1_p20221008 https://archives.gentoo.org/gentoo-releng-autobuilds/message/61682cb8487c48565899d6d8bc017095 https://archives.gentoo.org/gentoo-releng-autobuilds/message/918a1b810afaf109fec665288b174119 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org> sys-devel/gcc/gcc-12.2.1_p20221008.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-devel/gcc/gcc-12.2.1_p20221008.ebuild b/sys-devel/gcc/gcc-12.2.1_p20221008.ebuild index aa3dfbf98f28..97bcb6b2054e 100644 --- a/sys-devel/gcc/gcc-12.2.1_p20221008.ebuild +++ b/sys-devel/gcc/gcc-12.2.1_p20221008.ebuild @@ -35,7 +35,7 @@ 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 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~ppc ~ppc64 ~s390 ~sparc ~x86" fi # Technically only if USE=hardened *too* right now, but no point in complicating it further.
