diff options
author | Bertrand Jacquin <bertrand@jacquin.bzh> | 2017-11-12 17:08:55 +0000 |
---|---|---|
committer | Bertrand Jacquin <bertrand@jacquin.bzh> | 2018-01-15 21:40:09 +0000 |
commit | 84630b42463678d8f71b0fa74bf990474703f96f (patch) | |
tree | c96460b1a481b11d8a510900b268c4aa017bee69 | |
parent | sys-kernel/stable-sources: Version bump (diff) | |
download | portage-84630b42463678d8f71b0fa74bf990474703f96f.tar.xz |
profiles/desktop: Enable cups USE flag
-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 a5edb3a4..44455824 100644 --- a/profiles/desktop/make.defaults +++ b/profiles/desktop/make.defaults @@ -29,7 +29,7 @@ USE="${USE} fontconfig" USE="${USE} -fortran -java" # Print -USE="${USE} -cups" +USE="${USE} cups" # Auth USE="${USE} -consolekit smartcard pkcs11" |