diff options
author | Michael Palimaka <kensington@gentoo.org> | 2013-08-20 14:41:52 +0000 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2013-08-20 14:41:52 +0000 |
commit | a4c58b3bafecfb55beb671e6b370c3117cb14f04 (patch) | |
tree | 8627b633cc9ed79cfa5d8ac065805440789d0bf4 /profiles/targets | |
parent | Stable for HPPA (bug #473404). (diff) | |
download | gentoo-2-a4c58b3bafecfb55beb671e6b370c3117cb14f04.tar.gz gentoo-2-a4c58b3bafecfb55beb671e6b370c3117cb14f04.tar.bz2 gentoo-2-a4c58b3bafecfb55beb671e6b370c3117cb14f04.zip |
Don't force USE="consolekit" on newer KDE versions wrt bug #468500.
Diffstat (limited to 'profiles/targets')
-rw-r--r-- | profiles/targets/desktop/kde/package.use.force | 5 | ||||
-rw-r--r-- | profiles/targets/desktop/kde/use.force | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/profiles/targets/desktop/kde/package.use.force b/profiles/targets/desktop/kde/package.use.force new file mode 100644 index 000000000000..dc59eff36d71 --- /dev/null +++ b/profiles/targets/desktop/kde/package.use.force @@ -0,0 +1,5 @@ +# Michael Palimaka <kensington@gentoo.org> (21 Aug 2013) +# Don't force consolekit on newer KDE versions. +# It still defaults on in the ebuild, but forcing it can +# conflict with systemd. See bug #468500. +<kde-base/kdm-4.11.0 consolekit diff --git a/profiles/targets/desktop/kde/use.force b/profiles/targets/desktop/kde/use.force index d83fc332b7ca..5a52ef021a76 100644 --- a/profiles/targets/desktop/kde/use.force +++ b/profiles/targets/desktop/kde/use.force @@ -1,5 +1,4 @@ -# Force consolekit and policykit on, other configurations are *maybe* possible but +# Force policykit on, other configurations are *maybe* possible but # not supported. If you know how to disable this mask, you also know enough to # handle the consequences. -consolekit policykit |