pkgcheck: Add dev-vcs/git.

This commit is contained in:
tastytea 2020-05-07 02:25:52 +02:00
parent 78ea2e6d2a
commit d38b5a2dde
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ RUN echo -e 'dev-util/pkgcheck\n sys-apps/pkgcore' >> \
/etc/portage/package.accept_keywords/portage
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-util/pkgcheck sys-devel/gcc dev-python/requests dev-vcs/git
RUN emerge --root=/workdir --rage-clean --quiet \
app-arch/tar \
app-arch/xz-utils \