summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2024-06-02 11:58:22 +0200
committerHans de Graaff <graaff@gentoo.org>2024-06-02 11:58:22 +0200
commit8366cdbc78e85f51cd36d0916c58cf00f948734e (patch)
tree44fafec3777c0e73c590d11aadae8fb22817090e /dev-ruby
parentdev-ruby/commander: add 5.0.0 (diff)
downloadgentoo-8366cdbc78e85f51cd36d0916c58cf00f948734e.tar.gz
gentoo-8366cdbc78e85f51cd36d0916c58cf00f948734e.tar.bz2
gentoo-8366cdbc78e85f51cd36d0916c58cf00f948734e.zip
dev-ruby/drb: add missing test dependencies
Closes: https://bugs.gentoo.org/923384 Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'dev-ruby')
-rw-r--r--dev-ruby/drb/drb-2.2.1.ebuild3
1 files changed, 3 insertions, 0 deletions
diff --git a/dev-ruby/drb/drb-2.2.1.ebuild b/dev-ruby/drb/drb-2.2.1.ebuild
index f47a54d0c2b1..27f2d5424e9f 100644
--- a/dev-ruby/drb/drb-2.2.1.ebuild
+++ b/dev-ruby/drb/drb-2.2.1.ebuild
@@ -17,9 +17,12 @@ SRC_URI="https://github.com/ruby/drb/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="BSD-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
+IUSE="test"
ruby_add_rdepend "dev-ruby/ruby2_keywords"
+ruby_add_bdepend "test? ( dev-ruby/test-unit dev-ruby/test-unit-ruby-core )"
+
all_ruby_prepare() {
sed -e 's:_relative ": "./:' \
-i ${RUBY_FAKEGEM_GEMSPEC} || die