diff options
author | 2024-05-04 18:49:15 +0200 | |
---|---|---|
committer | 2024-05-04 18:50:16 +0200 | |
commit | 73b618d61066dc6b7f6715567e282fc723484037 (patch) | |
tree | 6423150ba3b6d4ce2e6f79f268ae072877b1011b /dev-ruby | |
parent | */*: drop qt from maintainers for end-user applications (diff) | |
download | gentoo-73b618d61066dc6b7f6715567e282fc723484037.tar.gz gentoo-73b618d61066dc6b7f6715567e282fc723484037.tar.bz2 gentoo-73b618d61066dc6b7f6715567e282fc723484037.zip |
dev-ruby/io-wait: add missing test dependency
Closes: https://bugs.gentoo.org/931199
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'dev-ruby')
-rw-r--r-- | dev-ruby/io-wait/io-wait-0.3.1.ebuild | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dev-ruby/io-wait/io-wait-0.3.1.ebuild b/dev-ruby/io-wait/io-wait-0.3.1.ebuild index eb46cedf6b23..204a8c0a49fe 100644 --- a/dev-ruby/io-wait/io-wait-0.3.1.ebuild +++ b/dev-ruby/io-wait/io-wait-0.3.1.ebuild @@ -19,6 +19,8 @@ LICENSE="BSD-2" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" +ruby_add_bdepend "test? ( dev-ruby/test-unit dev-ruby/test-unit-ruby-core )" + all_ruby_prepare() { sed -e 's/__FILE__/"'${RUBY_FAKEGEM_GEMSPEC}'"/' \ -e 's/git ls-files -z/find * -print0/' \ |