diff options
author | Kristian Fiskerstrand <k_f@gentoo.org> | 2015-10-01 18:35:32 +0200 |
---|---|---|
committer | Kristian Fiskerstrand <k_f@gentoo.org> | 2015-10-01 18:36:41 +0200 |
commit | 508c3df4a377ccc9d3700def69659fa8e396e47a (patch) | |
tree | 2887a5f7d8dd2ec799247ba61f5c9a9bad12bac9 /profiles | |
parent | net-libs/miniupnpc: Version bump, with breaking API change (diff) | |
download | gentoo-508c3df4a377ccc9d3700def69659fa8e396e47a.tar.gz gentoo-508c3df4a377ccc9d3700def69659fa8e396e47a.tar.bz2 gentoo-508c3df4a377ccc9d3700def69659fa8e396e47a.zip |
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
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/targets/desktop/plasma/package.use | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/profiles/targets/desktop/plasma/package.use b/profiles/targets/desktop/plasma/package.use index 695433194b52..1850926a07d6 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 |