diff options
author | Hans de Graaff <graaff@gentoo.org> | 2024-02-02 19:13:03 +0100 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2024-02-03 08:48:04 +0100 |
commit | d5eebf10d110144be780330812883cc04f712305 (patch) | |
tree | 3b97d1047ed8e5300577515ab2f19203244ede4e /dev-ruby/stringio | |
parent | sys-kernel/dracut: teach dracut about the compat layout (diff) | |
download | gentoo-d5eebf10d110144be780330812883cc04f712305.tar.gz gentoo-d5eebf10d110144be780330812883cc04f712305.tar.bz2 gentoo-d5eebf10d110144be780330812883cc04f712305.zip |
dev-ruby/stringio: add missing test dependencies
Closes: https://bugs.gentoo.org/923630
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'dev-ruby/stringio')
-rw-r--r-- | dev-ruby/stringio/stringio-3.1.0.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
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__/"."/' \ |