repoman, pkgcheck: Disable Python 2.7.

This commit is contained in:
tastytea 2020-05-07 04:54:35 +02:00
parent e725c28620
commit 108c2cd53d
2 changed files with 2 additions and 0 deletions

View File

@ -14,6 +14,7 @@ RUN eselect profile set default/linux/amd64/17.1/no-multilib
RUN mkdir -p /etc/portage/package.accept_keywords
RUN echo -e 'dev-util/pkgcheck\n sys-apps/pkgcore' >> \
/etc/portage/package.accept_keywords/portage
RUN echo '*/* PYTHON_TARGETS: -python2_7' >> /etc/portage/package.use/python
RUN quickpkg --include-config=y @world sys-libs/glibc
RUN emerge --root=/workdir --buildpkg=y --usepkg --quiet \
dev-util/pkgcheck sys-devel/gcc dev-python/requests dev-vcs/git

View File

@ -14,6 +14,7 @@ RUN eselect profile set default/linux/amd64/17.1/no-multilib
RUN mkdir -p /etc/portage/package.accept_keywords
RUN echo 'app-portage/repoman' \
>> /etc/portage/package.accept_keywords/portage
RUN echo '*/* PYTHON_TARGETS: -python2_7' >> /etc/portage/package.use/python
RUN quickpkg --include-config=y @world sys-libs/glibc
RUN emerge --root=/workdir --buildpkg=y --usepkg --quiet \
app-portage/repoman dev-vcs/git