fritteli / gentoo-overlay

https://gittr.ch/linux/gentoo-overlay
GNU General Public License v2.0
24 stars 7 forks source link

www-servers/gitlab-gitaly - Missing dependency for bundler #51

Closed g0dsCookie closed 6 years ago

g0dsCookie commented 6 years ago

www-servers/gitlab-gitaly is fails to build because bundler is missing as dependency:

>>> Compiling source in /var/portage/tmp/portage/www-servers/gitlab-gitaly-0.38.0-r1/work/gitlab-gitaly-0.38.0 ... make -j9 if test -z "" ; then cd ruby && bundle config --local path vendor/bundle; fi /bin/sh: bundle: command not found

Please add dev-ruby/bundler to DEPENDS.

Workaround (without changing the ebuild): emerge -1av dev-ruby/bundler

fritteli commented 6 years ago

Fixed in 0.43.1 (finally! Thanks for reporting.)