diff options
author | 2018-11-04 15:01:04 +0000 | |
---|---|---|
committer | 2018-11-08 23:11:09 +0000 | |
commit | 6a26918938e9a32d44248a4ee2e3dab8a18b4611 (patch) | |
tree | 07b4aed411ad0d6d84a615226cc6b19d32800f1d /profiles/arch | |
parent | profiles: Mask dev-java/openjdk on big-endian ppc64 (diff) | |
download | gentoo-6a26918938e9a32d44248a4ee2e3dab8a18b4611.tar.gz gentoo-6a26918938e9a32d44248a4ee2e3dab8a18b4611.tar.bz2 gentoo-6a26918938e9a32d44248a4ee2e3dab8a18b4611.zip |
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@gentoo.org>
Diffstat (limited to 'profiles/arch')
-rw-r--r-- | profiles/arch/powerpc/ppc64/64le/package.mask | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/profiles/arch/powerpc/ppc64/64le/package.mask b/profiles/arch/powerpc/ppc64/64le/package.mask index 539351b0911a..962a4dd5bfb2 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 <chewi@gentoo.org> (19 Oct 2018) +# AdoptOpenJDK's ppc64 build is little-endian only. +-dev-java/openjdk +-dev-java/openjdk-bin + # Sergei Trofimovich <slyfox@gentoo.org> (11 Apr 2018) # ltrace is not ported to powerpc64le yet. dev-util/ltrace |