commit: ac4132d3bde27f9fbfabe2d2dbd07fafb870211d Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Tue Mar 13 19:48:06 2018 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Tue Mar 13 19:50:47 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac4132d3
profiles/arch/amd64-fbsd: Mask some dev-qt/qt* flags profiles/arch/amd64-fbsd/package.use.mask | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/profiles/arch/amd64-fbsd/package.use.mask b/profiles/arch/amd64-fbsd/package.use.mask index de9bb726ea7..1c14ad76b61 100644 --- a/profiles/arch/amd64-fbsd/package.use.mask +++ b/profiles/arch/amd64-fbsd/package.use.mask @@ -1,6 +1,12 @@ # Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 +# Michał Górny <[email protected]> (13 Mar 2018) +# Missing keywords on dependencies. +dev-qt/designer webkit +dev-qt/qtgui eglfs evdev ibus libinput +dev-qt/qtnetwork connman libproxy + # Michał Górny <[email protected]> (11 Mar 2018) # Testing requires having libc++ built against libc++abi right now # (and we force linking to libcxxrt).
