commit: 508c3df4a377ccc9d3700def69659fa8e396e47a Author: Kristian Fiskerstrand <k_f <AT> gentoo <DOT> org> AuthorDate: Thu Oct 1 16:35:32 2015 +0000 Commit: Kristian Fiskerstrand <k_f <AT> gentoo <DOT> org> CommitDate: Thu Oct 1 16:36:41 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=508c3df4
profiles: plasma: avoid app-crypt/pinentry REQUIRED_USE blocker app-crypt/pinentry since 0.9.6-r5 support installation of either qt4 or qt5 based pinentry, but this has to be explicitly set. Disabling -qt4 in plasma profile to avoid REQUIRED_USE blocker profiles/targets/desktop/plasma/package.use | 1 + 1 file changed, 1 insertion(+) diff --git a/profiles/targets/desktop/plasma/package.use b/profiles/targets/desktop/plasma/package.use index 6954331..1850926 100644 --- a/profiles/targets/desktop/plasma/package.use +++ b/profiles/targets/desktop/plasma/package.use @@ -56,6 +56,7 @@ sys-auth/polkit-kde-agent minimal media-libs/phonon designer # Fix REQUIRED_USE conflicts: qt5? ( !qt4 ) +>=app-crypt/pinentry-0.9.6-r5 -qt4 app-office/akonadi-server -qt5 >=app-office/texmaker-4.4.1 -qt4 >=app-office/texstudio-2.9.4 -qt4
