diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2018-06-29 00:01:05 +0100 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2018-06-29 00:01:05 +0100 |
commit | c06251f18245e164bd6ba2f17ce3f19d4555d6a6 (patch) | |
tree | 6d3258c5ac70af2ca287239bdde1ec093cb8a1c9 /profiles/base | |
parent | USE fpm required for virtual/httpd-php (diff) | |
download | portage-c06251f18245e164bd6ba2f17ce3f19d4555d6a6.tar.bz2 portage-c06251f18245e164bd6ba2f17ce3f19d4555d6a6.tar.xz portage-c06251f18245e164bd6ba2f17ce3f19d4555d6a6.zip |
Disable use resolvconf, cos conflicts
Diffstat (limited to 'profiles/base')
-rw-r--r-- | profiles/base/make.defaults | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/profiles/base/make.defaults b/profiles/base/make.defaults index e4f07d4..21254f6 100644 --- a/profiles/base/make.defaults +++ b/profiles/base/make.defaults @@ -23,5 +23,5 @@ USE=" system-heimdal system-icu system-jpeg system-jsoncpp system-libevent system-libmspack system-libs system-libvpx system-libyaml system-lua -system-mitkrb5 system-qemu system-seabios system-sqlite system-uulib system-wide -themes -thin threads uuid vim-pager vim-syntax - -winbind xml + -winbind xml -resolvconf " |