diff options
Diffstat (limited to 'profiles/targets')
-rw-r--r-- | profiles/targets/desktop/kde/make.defaults | 6 | ||||
-rw-r--r-- | profiles/targets/desktop/kde/use.force | 5 |
2 files changed, 8 insertions, 3 deletions
diff --git a/profiles/targets/desktop/kde/make.defaults b/profiles/targets/desktop/kde/make.defaults index 5576811c0804..04f6cd88effa 100644 --- a/profiles/targets/desktop/kde/make.defaults +++ b/profiles/targets/desktop/kde/make.defaults @@ -1,5 +1,5 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/targets/desktop/kde/make.defaults,v 1.2 2010/03/30 11:30:34 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/targets/desktop/kde/make.defaults,v 1.3 2011/04/01 08:48:33 dilfridge Exp $ -USE="kde" +USE="consolekit kde policykit" diff --git a/profiles/targets/desktop/kde/use.force b/profiles/targets/desktop/kde/use.force new file mode 100644 index 000000000000..d83fc332b7ca --- /dev/null +++ b/profiles/targets/desktop/kde/use.force @@ -0,0 +1,5 @@ +# Force consolekit and 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 |