summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2022-10-23 22:56:44 +0200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2022-10-23 22:58:38 +0200
commit201ed022afc286de68bfcd87fb2cf961b0e99d0a (patch)
treea9d32fda1d9099130cc4fe0b9316661280ac4646 /sys-devel
parentnet-analyzer/tcpreplay: remove unused patch (diff)
downloadgentoo-201ed022afc286de68bfcd87fb2cf961b0e99d0a.tar.gz
gentoo-201ed022afc286de68bfcd87fb2cf961b0e99d0a.tar.bz2
gentoo-201ed022afc286de68bfcd87fb2cf961b0e99d0a.zip
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@gentoo.org>
Diffstat (limited to 'sys-devel')
-rw-r--r--sys-devel/gcc/gcc-12.2.1_p20221008.ebuild2
1 files changed, 1 insertions, 1 deletions
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.