gentoo-base/repoman: Deactivate useflags: berkdb and gdbm.

This commit is contained in:
tastytea 2020-05-05 01:06:34 +02:00
parent 7d63dc741d
commit 6dd5f0841f
2 changed files with 3 additions and 3 deletions

View File

@ -10,8 +10,9 @@ RUN echo -e '\n# Added by tastytea/gentoo-base:' >> /etc/portage/make.conf
RUN echo 'FEATURES="-ipc-sandbox -mount-sandbox -network-sandbox -pid-sandbox \
-sandbox -usersandbox nodoc noinfo noman"' >> /etc/portage/make.conf
RUN echo 'MAKEOPTS="-j1"' >> /etc/portage/make.conf
RUN echo 'USE="minimal -cracklib -gpg -ncurses -nls -pam -pcre -pcre-jit -perl \
-readline -rsync-verify -xattr"' >> /etc/portage/make.conf
RUN echo 'USE="minimal -berkdb -cracklib -gdbm -gpg -ncurses -nls \
-pam -pcre -pcre-jit -perl -readline -rsync-verify -xattr"' \
>> /etc/portage/make.conf
RUN eselect profile set default/linux/amd64/17.1
RUN quickpkg --include-config=y @world sys-libs/glibc
RUN emerge --root=/workdir --buildpkg=y --usepkg --quiet sys-apps/portage

View File

@ -22,7 +22,6 @@ RUN emerge --root=/workdir --rage-clean --quiet \
sys-apps/file \
sys-apps/sed \
dev-lang/perl \
sys-libs/gdbm \
sys-libs/timezone-data \
app-misc/ca-certificates
RUN rm -r /workdir/usr/share/gtk-doc