commit: 0aaf48ae1d085ff1fc2cfa93f73f9340dfb7bbb4 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Tue Jan 23 15:57:51 2018 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Tue Jan 23 15:58:34 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0aaf48ae
profiles/arch/arm64: Mask impossible flags on app-office/libreoffice profiles/arch/arm64/package.use.mask | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/profiles/arch/arm64/package.use.mask b/profiles/arch/arm64/package.use.mask index 3fb27fc75f3..82bee99c7a1 100644 --- a/profiles/arch/arm64/package.use.mask +++ b/profiles/arch/arm64/package.use.mask @@ -1,6 +1,13 @@ # Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 +# Michał Górny <[email protected]> (23 Jan 2018) +# USE=eds requires USE=gnome that is masked here. +# USE=collada requires media-libs/opencollada. +# USE=gltf requires media-libs/libgltf. +# USE=postgres requires dev-db/postgresql[kerberos] (USE masked). +app-office/libreoffice collada eds gltf postgres + # Michał Górny <[email protected]> (23 Jan 2018) # Requires mail-client/thunderbird* that is not keyworded here. app-misc/tracker thunderbird
