commit: dda7758ac825ede5ac4e70c62db583b0c5dfc2cd Author: Mart Raudsepp <leio <AT> gentoo <DOT> org> AuthorDate: Sun Feb 5 01:43:21 2017 +0000 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org> CommitDate: Sun Feb 5 01:43:21 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dda7758a
profiles: mask USE=directfb on arm64. DirectFB smells. profiles/arch/arm64/use.mask | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/profiles/arch/arm64/use.mask b/profiles/arch/arm64/use.mask index 3071b7a..ff624cf 100644 --- a/profiles/arch/arm64/use.mask +++ b/profiles/arch/arm64/use.mask @@ -4,6 +4,10 @@ # doomsday ebuild is not available on this architecture doomsday +# Mart Raudsepp <[email protected]> (05 Feb 2017) +# dev-libs/DirectFB not tested on arm64 (and we probably don't want it) +directfb + # Mart Raudsepp <[email protected]> (04 Feb 2017) # net-fs/samba not tested on arm64 yet samba
