commit: 6a26918938e9a32d44248a4ee2e3dab8a18b4611 Author: James Le Cuirot <chewi <AT> gentoo <DOT> org> AuthorDate: Sun Nov 4 15:01:04 2018 +0000 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org> CommitDate: Thu Nov 8 23:11:09 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a269189
profiles: Unmask dev-java/openjdk(-bin) on little-endian ppc64 I didn't realise that the little-endian profile descends from the big-endian profile. Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org> profiles/arch/powerpc/ppc64/64le/package.mask | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/profiles/arch/powerpc/ppc64/64le/package.mask b/profiles/arch/powerpc/ppc64/64le/package.mask index 539351b0911..962a4dd5bfb 100644 --- a/profiles/arch/powerpc/ppc64/64le/package.mask +++ b/profiles/arch/powerpc/ppc64/64le/package.mask @@ -1,6 +1,11 @@ # Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 +# James Le Cuirot <[email protected]> (19 Oct 2018) +# AdoptOpenJDK's ppc64 build is little-endian only. +-dev-java/openjdk +-dev-java/openjdk-bin + # Sergei Trofimovich <[email protected]> (11 Apr 2018) # ltrace is not ported to powerpc64le yet. dev-util/ltrace
