Skip to content

Commit

Permalink
Merge pull request #221 from radarhere/gentoo
Browse files Browse the repository at this point in the history
Require x11-base/xorg-server 21.1.14 on Gentoo
  • Loading branch information
radarhere authored Nov 2, 2024
2 parents 6bb8885 + 7847a01 commit 134a54b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gentoo/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ RUN emerge --quiet -uDU @world
# We deliberately set this quite late on to avoid rebuilding e.g. mesa.
RUN echo 'VIDEO_CARDS="fbdev dummy"' | cat >> /etc/portage/make.conf

RUN emerge --quiet sudo dev-python/virtualenv dev-util/cargo-c dev-build/meson x11-misc/xvfb-run
RUN emerge --quiet sudo dev-python/virtualenv dev-util/cargo-c dev-build/meson =x11-base/xorg-server-21.1.14 x11-misc/xvfb-run

# Install dependencies
RUN USE="jpeg jpeg2k lcms tiff truetype webp xcb zlib" emerge --quiet --onlydeps dev-python/pillow
Expand Down

0 comments on commit 134a54b

Please sign in to comment.