commit: f725906a0957318ca006ff05591c074f739b0b7e Author: James Le Cuirot <chewi <AT> gentoo <DOT> org> AuthorDate: Mon May 16 22:04:55 2016 +0000 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org> CommitDate: Mon May 16 22:07:34 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f725906a
profiles: Force dev-java/oracle-jdk-bin[headless-awt] on arm64 For reasons best known to themselves, Oracle do not ship the libawt_xawt.so library on arm64 even though they do on arm32. profiles/arch/arm64/package.use.force | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/profiles/arch/arm64/package.use.force b/profiles/arch/arm64/package.use.force index 5db5bc8..3d9b59d 100644 --- a/profiles/arch/arm64/package.use.force +++ b/profiles/arch/arm64/package.use.force @@ -1,7 +1,12 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ +# James Le Cuirot <[email protected]> (16 May 2016) +# For reasons best known to themselves, Oracle do not ship the +# libawt_xawt.so library on arm64 even though they do on arm32. +dev-java/oracle-jdk-bin headless-awt + # Mike Frysinger <[email protected]> (16 Mar 2015) # Needs dev-lang/luajit tested #499974 dev-libs/efl oldlua
