repoman, pkgcheck: Disable Python 2.7.
This commit is contained in:
parent
e725c28620
commit
108c2cd53d
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user