Gentoo Archives: gentoo-commits

From: James Le Cuirot <chewi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/arch/powerpc/ppc64/64ul/, profiles/arch/powerpc/ppc64/32ul/
Date: Fri, 19 Oct 2018 11:06:13
Message-Id: 1539947106.44af0797d8045b1a4e3f5157cf00eed45c25db7a.chewi@gentoo
1 commit: 44af0797d8045b1a4e3f5157cf00eed45c25db7a
2 Author: James Le Cuirot <chewi <AT> gentoo <DOT> org>
3 AuthorDate: Thu Oct 18 22:21:11 2018 +0000
4 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
5 CommitDate: Fri Oct 19 11:05:06 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44af0797
7
8 profiles: Mask dev-java/openjdk-bin on big-endian ppc64
9
10 AdoptOpenJDK's ppc64 build is little-endian only.
11
12 Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>
13
14 profiles/arch/powerpc/ppc64/32ul/package.mask | 6 +++++-
15 profiles/arch/powerpc/ppc64/64ul/package.mask | 6 +++++-
16 2 files changed, 10 insertions(+), 2 deletions(-)
17
18 diff --git a/profiles/arch/powerpc/ppc64/32ul/package.mask b/profiles/arch/powerpc/ppc64/32ul/package.mask
19 index 87c0b7d6d57..1fc0ad79466 100644
20 --- a/profiles/arch/powerpc/ppc64/32ul/package.mask
21 +++ b/profiles/arch/powerpc/ppc64/32ul/package.mask
22 @@ -1,2 +1,6 @@
23 -# Copyright 2012-2012 Gentoo Foundation
24 +# Copyright 2012-2018 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26 +
27 +# James Le Cuirot <chewi@g.o> (19 Oct 2018)
28 +# AdoptOpenJDK's ppc64 build is little-endian only.
29 +dev-java/openjdk-bin
30
31 diff --git a/profiles/arch/powerpc/ppc64/64ul/package.mask b/profiles/arch/powerpc/ppc64/64ul/package.mask
32 index bbf97dd6cee..def9c263cb7 100644
33 --- a/profiles/arch/powerpc/ppc64/64ul/package.mask
34 +++ b/profiles/arch/powerpc/ppc64/64ul/package.mask
35 @@ -1,6 +1,10 @@
36 -# Copyright 1999-2009 Gentoo Foundation
37 +# Copyright 1999-2018 Gentoo Authors
38 # Distributed under the terms of the GNU General Public License v2
39
40 +# James Le Cuirot <chewi@g.o> (19 Oct 2018)
41 +# AdoptOpenJDK's ppc64 build is little-endian only.
42 +dev-java/openjdk-bin
43 +
44 # <gcc-4 does not compile with >=gcc-4 on ppc64
45 sys-libs/libstdc++-v3
46 <sys-devel/gcc-4.1