diff options
author | Bertrand Jacquin <bertrand@jacquin.bzh> | 2015-04-19 18:18:03 +0100 |
---|---|---|
committer | Bertrand Jacquin <bertrand@jacquin.bzh> | 2015-04-19 18:18:03 +0100 |
commit | f8f69c222068b69459c5ab27c2f73e9496faa9d2 (patch) | |
tree | e7bdc28209b2bd5081b5335a892f49aaf48896a5 | |
parent | profiles/server: Disable gstreamer USE flag (diff) | |
download | portage-f8f69c222068b69459c5ab27c2f73e9496faa9d2.tar.xz |
profiles/common: Enable pwquality USE flag
-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 fa59cb8f..e2cca549 100644 --- a/profiles/common/make.defaults +++ b/profiles/common/make.defaults @@ -49,7 +49,7 @@ USE="${USE} jit mmap" USE="${USE} -cups" # Security -USE="${USE} caps" +USE="${USE} caps pwquality" # Sexyfism USE="${USE} bash-completion vim-syntax" |