commit: a67a3f2eb7a30738b54c89cc2268e98a2b315112 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org> AuthorDate: Wed Jul 17 05:49:38 2024 +0000 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org> CommitDate: Wed Jul 17 05:57:41 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a67a3f2e
dev-ruby/date: add missing test dependencies Closes: https://bugs.gentoo.org/923380 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org> dev-ruby/date/date-3.3.4.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/dev-ruby/date/date-3.3.4.ebuild b/dev-ruby/date/date-3.3.4.ebuild index 737b3fc0c646..a621b8774154 100644 --- a/dev-ruby/date/date-3.3.4.ebuild +++ b/dev-ruby/date/date-3.3.4.ebuild @@ -19,7 +19,9 @@ SRC_URI="https://github.com/ruby/date/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="" +IUSE="test" + +ruby_add_bdepend "test? ( dev-ruby/test-unit dev-ruby/test-unit-ruby-core )" all_ruby_prepare() { sed -e 's/__dir__/"."/' \
