commit: e8b580405fe02849e78759aeb8608b243b36500f Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sun Dec 14 03:58:57 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sun Dec 14 03:59:25 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8b58040
sys-devel/crossdev: stabilize 20251214 The only changes are for nvptx where the toolchain.eclass changes have just been pushed, and I didn't want to add some backwards compat hack. Bug: https://bugs.gentoo.org/965844 Signed-off-by: Sam James <sam <AT> gentoo.org> sys-devel/crossdev/crossdev-20251214.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-devel/crossdev/crossdev-20251214.ebuild b/sys-devel/crossdev/crossdev-20251214.ebuild index 5494e3601b77..450f5772eaa0 100644 --- a/sys-devel/crossdev/crossdev-20251214.ebuild +++ b/sys-devel/crossdev/crossdev-20251214.ebuild @@ -13,7 +13,7 @@ if [[ ${PV} == "99999999" ]] ; then " else SRC_URI="https://dev.gentoo.org/~sam/distfiles/${CATEGORY}/${PN}/${P}.tar.xz" - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" + KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86" fi DESCRIPTION="Gentoo Cross-toolchain generator"
