commit: d5eebf10d110144be780330812883cc04f712305 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org> AuthorDate: Fri Feb 2 18:13:03 2024 +0000 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org> CommitDate: Sat Feb 3 07:48:04 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5eebf10
dev-ruby/stringio: add missing test dependencies Closes: https://bugs.gentoo.org/923630 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org> dev-ruby/stringio/stringio-3.1.0.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/dev-ruby/stringio/stringio-3.1.0.ebuild b/dev-ruby/stringio/stringio-3.1.0.ebuild index b5d844a9a06f..d8350c676f2d 100644 --- a/dev-ruby/stringio/stringio-3.1.0.ebuild +++ b/dev-ruby/stringio/stringio-3.1.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -19,6 +19,8 @@ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 SLOT="0" IUSE="test" +ruby_add_bdepend "test? ( dev-ruby/test-unit dev-ruby/test-unit-ruby-core )" + all_ruby_prepare() { sed -e "/s.version =/ s/source_version/'${PV}'/" \ -e 's/__dir__/"."/' \
