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@gentoo.org>
This commit is contained in:
Sam James
2025-02-23 02:03:12 +00:00
parent cfe2c3a57b
commit 03149a7586

View File

@@ -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/' \