diff options
author | Bertrand Jacquin <bertrand@jacquin.bzh> | 2017-09-23 01:47:26 +0100 |
---|---|---|
committer | Bertrand Jacquin <bertrand@jacquin.bzh> | 2017-09-23 01:47:26 +0100 |
commit | 95291666cd3ff0d5f8dfcc975a68b593f5128c64 (patch) | |
tree | 6fb165292f98e5e4cbfb07fd0ac8957aabdba74b /profiles/desktop | |
parent | eclass/linux-build: Reduce signature key size and validity period (diff) | |
download | portage-95291666cd3ff0d5f8dfcc975a68b593f5128c64.tar.xz |
profiles/desktop: Remove duplicated policykit USE flag
Diffstat (limited to 'profiles/desktop')
-rw-r--r-- | profiles/desktop/make.defaults | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/profiles/desktop/make.defaults b/profiles/desktop/make.defaults index 20389a63..a5edb3a4 100644 --- a/profiles/desktop/make.defaults +++ b/profiles/desktop/make.defaults @@ -32,7 +32,7 @@ USE="${USE} -fortran -java" USE="${USE} -cups" # Auth -USE="${USE} -policykit -consolekit smartcard pkcs11" +USE="${USE} -consolekit smartcard pkcs11" # Graphical protocol USE="${USE} -xcb X xorg" |