commit: 03149a7586884ac06339b428ac14ce9a92b5d807 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sun Feb 23 02:03:12 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sun Feb 23 03:08:48 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03149a75
dev-ruby/prism: BDEPEND on bundler It's a bit gross but the Rakefile(s) do pull it in. Closes: https://bugs.gentoo.org/947054 Signed-off-by: Sam James <sam <AT> gentoo.org> dev-ruby/prism/prism-1.3.0.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/dev-ruby/prism/prism-1.3.0.ebuild b/dev-ruby/prism/prism-1.3.0.ebuild index c89f17965fb7..33ff67921cec 100644 --- a/dev-ruby/prism/prism-1.3.0.ebuild +++ b/dev-ruby/prism/prism-1.3.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -21,6 +21,8 @@ LICENSE="MIT" SLOT="$(ver_cut 1)" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris" +ruby_add_bdepend "dev-ruby/bundler" + all_ruby_prepare() { # Avoid a dependency on rake-compiler sed -e '/PRISM_FFI_BACKEND/ s/$/ and false/' \
