diff options
author | Bertrand Jacquin <bertrand@jacquin.bzh> | 2016-11-23 23:48:27 +0000 |
---|---|---|
committer | Bertrand Jacquin <bertrand@jacquin.bzh> | 2016-11-23 23:48:27 +0000 |
commit | bc0d7ba27d9001fffbe9b3fb7cb1334f586883cb (patch) | |
tree | 5baa8cbd022a6c50601f590426c790200539cf30 | |
parent | factory-default: Add app-antivirus/clamav logrotate config (diff) | |
download | portage-bc0d7ba27d9001fffbe9b3fb7cb1334f586883cb.tar.xz |
profiles/common: Disable smartcard USE flag globally
-rw-r--r-- | profiles/common/make.defaults | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/profiles/common/make.defaults b/profiles/common/make.defaults index 074b62d0..529fa8a5 100644 --- a/profiles/common/make.defaults +++ b/profiles/common/make.defaults @@ -58,7 +58,7 @@ USE="${USE} bash-completion vim-syntax" USE="${USE} -alsa" # User relation -USE="${USE} offensive -accessibility" +USE="${USE} offensive -accessibility -smartcard" # Multimedia USE="${USE} -libav" |