From: Sergei Trofimovich Date: Sun, 29 Dec 2019 13:41:27 +0000 (+0000) Subject: sys-devel/crossdev: ALLARCHES stable, bug #704152 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=b7667472068efcda8a475ed8f39bc436f3feb44f;p=gentoo.git sys-devel/crossdev: ALLARCHES stable, bug #704152 To prevent people from keeping breaking their multilib setups stabilize newer crossdev with a multilib check. Bug: https://bugs.gentoo.org/704152 Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Sergei Trofimovich --- diff --git a/sys-devel/crossdev/crossdev-20191222.ebuild b/sys-devel/crossdev/crossdev-20191222.ebuild index ff6045030120..ca3d3ff234d2 100644 --- a/sys-devel/crossdev/crossdev-20191222.ebuild +++ b/sys-devel/crossdev/crossdev-20191222.ebuild @@ -9,7 +9,7 @@ if [[ ${PV} == "99999999" ]] ; then else SRC_URI="mirror://gentoo/${P}.tar.xz https://dev.gentoo.org/~slyfox/distfiles/${P}.tar.xz" - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sh ~sparc ~x86" + KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 ~riscv s390 sh sparc x86" fi DESCRIPTION="Gentoo Cross-toolchain generator"