commit:     9b44170b4d0050548a1cd273edd9cf90fbd9d5c6
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Thu Apr  3 11:55:18 2025 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Thu Apr  3 11:55:18 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b44170b

dev-ruby/sys-filesystem: add missing test dependency

Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>

 dev-ruby/sys-filesystem/sys-filesystem-1.5.3.ebuild | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/dev-ruby/sys-filesystem/sys-filesystem-1.5.3.ebuild 
b/dev-ruby/sys-filesystem/sys-filesystem-1.5.3.ebuild
index 89ca336e6d8f..682e20cf5b58 100644
--- a/dev-ruby/sys-filesystem/sys-filesystem-1.5.3.ebuild
+++ b/dev-ruby/sys-filesystem/sys-filesystem-1.5.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -19,6 +19,8 @@ LICENSE="Apache-2.0"
 SLOT="0"
 KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86"
 
+ruby_add_depend "test? ( dev-ruby/mkmf-lite )"
+
 ruby_add_rdepend ">=dev-ruby/ffi-1.15.0"
 
 all_ruby_prepare() {

Reply via email to