diff options
author | Wolfgang Müller | 2019-02-22 14:31:26 +0100 |
---|---|---|
committer | Wolfgang Müller | 2019-02-22 14:31:26 +0100 |
commit | c79630501fe986ce998aebd57df5e1a9951fea9d (patch) | |
tree | 5612d41aa648928696e7d9516935fe6284d71755 /host-tithonus/make.conf | |
parent | 62fe5b9cc4b96af63d17a7474d49475231baed4e (diff) | |
download | portage-roles-c79630501fe986ce998aebd57df5e1a9951fea9d.tar.gz |
host-tithonus: Order FEATURES list
Diffstat (limited to 'host-tithonus/make.conf')
-rw-r--r-- | host-tithonus/make.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/host-tithonus/make.conf b/host-tithonus/make.conf index 5251caa..187fca4 100644 --- a/host-tithonus/make.conf +++ b/host-tithonus/make.conf @@ -27,4 +27,4 @@ INSTALL_MASK="/usr/share/bash-completion" LUA_TARGETS="lua53" RUBY_TARGETS="ruby25" -FEATURES="webrsync-gpg cgroup clean-logs split-log split-elog compress-build-logs downgrade-backup parallel-install" +FEATURES="cgroup clean-logs compress-build-logs downgrade-backup parallel-install split-elog split-log webrsync-gpg" |