Commit 33cefbbc authored by James T. Lee's avatar James T. Lee
Browse files

Move Python MAKEOPTS into Puppet

parent 2db99cc7
Pipeline #329 canceled with stage
in 837 minutes and 17 seconds
......@@ -20,7 +20,6 @@ ENV LANG=en_US.UTF-8
# breaking out of a possible circular dependency between mesa and libva.
RUN eselect profile set "nest:${PROFILE}"
RUN emerge --info
RUN MAKEOPTS='' emerge -v --oneshot dev-lang/python
RUN USE='-vaapi' emerge -v --update --deep --newuse --with-bdeps=y @world
RUN emerge -v --update --deep --newuse --with-bdeps=y @world
RUN emerge --depclean
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment