commit: 7f06f467642d69ac28867c3acdab02d09a7e4b17 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Fri Jun 3 02:25:28 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Fri Jun 3 02:25:30 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f06f467
sys-devel/gcc: stabilize 9.5.0 Please don't actually use this unless you need to. It's EOL. Closes: https://bugs.gentoo.org/849314 Signed-off-by: Sam James <sam <AT> gentoo.org> sys-devel/gcc/gcc-9.5.0.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sys-devel/gcc/gcc-9.5.0.ebuild b/sys-devel/gcc/gcc-9.5.0.ebuild index 8753fac3a145..4a953b324d63 100644 --- a/sys-devel/gcc/gcc-9.5.0.ebuild +++ b/sys-devel/gcc/gcc-9.5.0.ebuild @@ -23,8 +23,7 @@ inherit toolchain # Needs to be after inherit (for now?), bug #830908 EGIT_BRANCH=releases/gcc-$(ver_cut 1) -# Don't keyword live ebuilds -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86" RDEPEND="" BDEPEND="${CATEGORY}/binutils"
