diff options
author | Bertrand Jacquin <bertrand@jacquin.bzh> | 2020-05-12 18:53:59 +0100 |
---|---|---|
committer | Bertrand Jacquin <bertrand@jacquin.bzh> | 2020-10-18 00:21:09 +0100 |
commit | 89c4bfc8ef08c4e377c0753fd9205671d3479594 (patch) | |
tree | 48f2f7e1a1386bcd7e2ca64296385958e17a4a1c /profiles/common | |
parent | profiles/common: drop /etc/ssl/*.dist (diff) | |
download | portage-89c4bfc8ef08c4e377c0753fd9205671d3479594.tar.xz |
profiles/common: enable ptpax xtpax USE flag
Diffstat (limited to 'profiles/common')
-rw-r--r-- | profiles/common/make.defaults | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/profiles/common/make.defaults b/profiles/common/make.defaults index 3a69ead4..172d75ec 100644 --- a/profiles/common/make.defaults +++ b/profiles/common/make.defaults @@ -56,6 +56,7 @@ USE="${USE} -cups" # Security USE="${USE} caps cracklib pwquality" +USE="${USE} ptpax xtpax" # Sexyfism USE="${USE} bash-completion vim-syntax" |