diff options
author | Dan Goodliffe <dan.goodliffe@octal.co.uk> | 2020-05-04 09:05:21 +0100 |
---|---|---|
committer | Dan Goodliffe <dan.goodliffe@octal.co.uk> | 2020-05-04 09:05:21 +0100 |
commit | 1c8eb279a32dd04d72bb60609f2684af919f713d (patch) | |
tree | afafbe8d9a6e4f9d4a54ee988b1f8033bf0178a0 /profiles | |
parent | Use cron.period folders for updates (diff) | |
download | portage-1c8eb279a32dd04d72bb60609f2684af919f713d.tar.bz2 portage-1c8eb279a32dd04d72bb60609f2684af919f713d.tar.xz portage-1c8eb279a32dd04d72bb60609f2684af919f713d.zip |
Fine tweaking container config
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/base/server/container/make.defaults | 7 | ||||
-rw-r--r-- | profiles/base/server/container/package.use | 1 |
2 files changed, 6 insertions, 2 deletions
diff --git a/profiles/base/server/container/make.defaults b/profiles/base/server/container/make.defaults index 338a346..9ab56da 100644 --- a/profiles/base/server/container/make.defaults +++ b/profiles/base/server/container/make.defaults @@ -1,5 +1,8 @@ -USE="ischroot minimal -vim-pager -ldap -cron -caps -tools -icu resolvconf" +USE="ischroot minimal -vim-pager -ldap -cron -caps -tools -icu resolvconf cxx sasl -rsync-verify" PORTAGE_TMPDIR="/tmp" -DISTDIR="/tmp" +DISTDIR="/tmp/distfiles" PORTAGE_RO_DISTDIRS="${PORTDIR}/distfiles" UPDATESTATEDIR=/tmp +PYTHON_TARGETS="-python2_7" +I_KNOW_WHAT_I_AM_DOING="yes" +UPDATETIME="@monthly" diff --git a/profiles/base/server/container/package.use b/profiles/base/server/container/package.use index 66bc632..1468cce 100644 --- a/profiles/base/server/container/package.use +++ b/profiles/base/server/container/package.use @@ -1 +1,2 @@ sys-apps/kmod tools +<app-doc/doxygen-1.8.18 -clang |