From 6356fa09e957f458e9e78313ac530b243f065bdc Mon Sep 17 00:00:00 2001 From: Rui Ueyama Date: Sat, 9 Mar 2024 16:18:07 +0900 Subject: [PATCH] Fix gentoo package name --- test/gentoo-test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/gentoo-test.sh b/test/gentoo-test.sh index 3fac9f1760..105209547d 100755 --- a/test/gentoo-test.sh +++ b/test/gentoo-test.sh @@ -31,7 +31,7 @@ RUN echo 'USE="X ssl elogind -systemd corefonts truetype jpeg jpeg2k tiff zstd s echo 'ACCEPT_LICENSE="* -@EULA"' >> /etc/portage/make.conf && \ echo 'FEATURES="\${FEATURE} noclean nostrip ccache -ipc-sandbox -network-sandbox -pid-sandbox -sandbox"' >> /etc/portage/make.conf && \ echo 'CCACHE_DIR="/ccache"' >> /etc/portage/make.conf -RUN emerge gdb lld clang vim emacs strace ccache xeyes dev-util/cmake dev-vcs/git && rm -rf /var/tmp/portage +RUN emerge gdb lld clang vim emacs strace ccache xeyes dev-build/cmake dev-vcs/git && rm -rf /var/tmp/portage EOF set +e fi