diff options
author | Bertrand Jacquin <bertrand@jacquin.bzh> | 2015-05-23 13:51:50 +0100 |
---|---|---|
committer | Bertrand Jacquin <bertrand@jacquin.bzh> | 2015-05-23 13:51:50 +0100 |
commit | 6a58d04964cd7c759d4a8b352df62a914e039275 (patch) | |
tree | f5505f804c39054e0d8a5e0c21ea646668d71f76 /profiles | |
parent | profiles/desktop: Disable consolekit USE flag by default (diff) | |
download | portage-6a58d04964cd7c759d4a8b352df62a914e039275.tar.xz |
profiles/desktop: Enable smartcard USE flag by default
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/desktop/make.defaults | 2 | ||||
-rw-r--r-- | profiles/desktop/package.use | 3 |
2 files changed, 4 insertions, 1 deletions
diff --git a/profiles/desktop/make.defaults b/profiles/desktop/make.defaults index 9691bf00..c9fe477e 100644 --- a/profiles/desktop/make.defaults +++ b/profiles/desktop/make.defaults @@ -35,7 +35,7 @@ USE="${USE} -fortran -java" USE="${USE} -cups" # Auth -USE="${USE} -policykit -consolekit" +USE="${USE} -policykit -consolekit smartcard pkcs11" # Graphical protocol USE="${USE} -xcb X xorg" diff --git a/profiles/desktop/package.use b/profiles/desktop/package.use index 4fed6a57..c846d23e 100644 --- a/profiles/desktop/package.use +++ b/profiles/desktop/package.use @@ -104,3 +104,6 @@ sys-libs/zlib abi_x86_32 # required by net-im/empathy-3.12.7[v4l] media-libs/cogl gles2 media-libs/mesa gles2 + +# 22/05/2015 - beber +net-misc/spice-gtk -smartcard |