diff options
author | Hans de Graaff <graaff@gentoo.org> | 2024-07-17 07:49:38 +0200 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2024-07-17 07:57:41 +0200 |
commit | a67a3f2eb7a30738b54c89cc2268e98a2b315112 (patch) | |
tree | 1d1d9644e6aeea5d73c04d916f454faf34c3c55b /dev-ruby/date | |
parent | dev-ruby/rest-client: enable ruby33 (diff) | |
download | gentoo-a67a3f2eb7a30738b54c89cc2268e98a2b315112.tar.gz gentoo-a67a3f2eb7a30738b54c89cc2268e98a2b315112.tar.bz2 gentoo-a67a3f2eb7a30738b54c89cc2268e98a2b315112.zip |
dev-ruby/date: add missing test dependencies
Closes: https://bugs.gentoo.org/923380
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'dev-ruby/date')
-rw-r--r-- | dev-ruby/date/date-3.3.4.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
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__/"."/' \ |