commit: b9302630775e1b53b095cbe15f072669461d0d31 Author: Marek Szuba <marecki <AT> gentoo <DOT> org> AuthorDate: Mon Nov 30 13:25:09 2020 +0000 Commit: Marek Szuba <marecki <AT> gentoo <DOT> org> CommitDate: Mon Nov 30 13:29:40 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9302630
profiles: Mask USE=gui on mail-mta/protonmail-bridge Tries to violate the network sandbox + uses external binary Qt5 libraries. Signed-off-by: Marek Szuba <marecki <AT> gentoo.org> profiles/base/package.use.mask | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask index b5164eb3063..53e5badc9c3 100644 --- a/profiles/base/package.use.mask +++ b/profiles/base/package.use.mask @@ -6,6 +6,14 @@ # This file is only for generic masks. For arch-specific masks (i.e. # mask everywhere, unmask on arch/*) use arch/base. + +# Marek Szuba <mare...@gentoo.org> (2020-11-30) +# Vendored therecipe/qt violates network sandbox + uses external binary +# Qt libraries; see https://github.com/ProtonMail/proton-bridge/issues/16 +# The qt module itself apparently can be made to build against system Qt5 +# but making it do so while vendored is a non-trivial task. +mail-mta/protonmail-bridge gui + # Michał Górny <mgo...@gentoo.org> (2020-11-29) # libclangformat-ide is masked for removal. dev-qt/qt-creator clang