From 9c6e40b32955681572085a17a1a2600c4aa1e40b Mon Sep 17 00:00:00 2001 From: georg <georg@riseup.net> Date: Tue, 26 Mar 2019 22:38:10 +0000 Subject: [PATCH] gentoo: Use stable, pull bubblewrap from testing Due to a regression, gdk-pixbuff is currently broken in testing. Accordingly, use stable. At the same time, bubblewrap is only available in testing, accordingly, pull it from there. Thanks to Poncho for debugging! Signed-off-by: georg <georg@riseup.net> --- gentoo | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gentoo b/gentoo index 9bdca80..ae78610 100644 --- a/gentoo +++ b/gentoo @@ -3,7 +3,7 @@ FROM gentoo/stage3-amd64:latest COPY --from=portage /usr/portage /usr/portage -ENV ACCEPT_KEYWORDS="~amd64" \ +ENV ACCEPT_KEYWORDS="amd64" \ CCACHE_DIR="/gentoo/ccache" \ EMERGE_DEFAULT_OPTS="--jobs=9 --load-average=8 --with-bdeps=y" \ FEATURES="-sandbox -usersandbox" \ @@ -18,6 +18,6 @@ RUN mkdir -p /gentoo/ccache \ dev-util/ccache \ media-libs/exiftool \ media-libs/mutagen \ - sys-apps/bubblewrap \ virtual/ffmpeg \ - x11-libs/gdk-pixbuf + x11-libs/gdk-pixbuf \ +&& ACCEPT_KEYWORDS="~amd64" emerge sys-apps/bubblewrap -- GitLab