Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/crossdev/
Date: Sun, 29 Dec 2019 13:42:14
Message-Id: 1577626920.b7667472068efcda8a475ed8f39bc436f3feb44f.slyfox@gentoo
1 commit: b7667472068efcda8a475ed8f39bc436f3feb44f
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Sun Dec 29 13:41:27 2019 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sun Dec 29 13:42:00 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7667472
7
8 sys-devel/crossdev: ALLARCHES stable, bug #704152
9
10 To prevent people from keeping breaking their multilib setups
11 stabilize newer crossdev with a multilib check.
12
13 Bug: https://bugs.gentoo.org/704152
14 Package-Manager: Portage-2.3.84, Repoman-2.3.20
15 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
16
17 sys-devel/crossdev/crossdev-20191222.ebuild | 2 +-
18 1 file changed, 1 insertion(+), 1 deletion(-)
19
20 diff --git a/sys-devel/crossdev/crossdev-20191222.ebuild b/sys-devel/crossdev/crossdev-20191222.ebuild
21 index ff604503012..ca3d3ff234d 100644
22 --- a/sys-devel/crossdev/crossdev-20191222.ebuild
23 +++ b/sys-devel/crossdev/crossdev-20191222.ebuild
24 @@ -9,7 +9,7 @@ if [[ ${PV} == "99999999" ]] ; then
25 else
26 SRC_URI="mirror://gentoo/${P}.tar.xz
27 https://dev.gentoo.org/~slyfox/distfiles/${P}.tar.xz"
28 - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sh ~sparc ~x86"
29 + KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 ~riscv s390 sh sparc x86"
30 fi
31
32 DESCRIPTION="Gentoo Cross-toolchain generator"