commit: d8ad17278b0a69b4ec26fd3595d0b00fa7968448 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Wed Jul 29 07:28:35 2020 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Wed Jul 29 07:30:40 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8ad1727
profiles: Mask py2-only app-office/kexi[postgres] to drop last-rites Depends on dev-libs/libpqxx. Bug: https://bugs.gentoo.org/697548 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> profiles/base/package.use.mask | 4 ++++ profiles/package.mask | 1 - 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask index e801395546b..5e70917a5e9 100644 --- a/profiles/base/package.use.mask +++ b/profiles/base/package.use.mask @@ -6,6 +6,10 @@ # This file is only for generic masks. For arch-specific masks (i.e. # mask everywhere, unmask on arch/*) use arch/base. +# Andreas Sturmlechner <[email protected]> (2020-07-29) +# Depends on py2-only dev-libs/libpqxx, bug #697548 +app-office/kexi postgres + # Michał Górny <[email protected]> (2020-07-27) # These packages require Python 2 support in dev-python/sphinx. # They are generally fixable by adding py3 support and using diff --git a/profiles/package.mask b/profiles/package.mask index 59ad665bb42..d96def0064b 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -50,7 +50,6 @@ app-crypt/ssh-multiadd app-misc/mswinurl_launcher app-misc/mtail app-mobilephone/wammu -app-office/kexi app-office/lyx app-text/fbless app-text/sgmltools-lite
