commit:     c681552862656f62ff84bdba0979a6fe85e42f5e
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 27 06:27:31 2021 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sat Mar 27 06:27:31 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6815528

dev-ruby/marcel: add missing test dep

Closes: https://bugs.gentoo.org/738688
Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>

 dev-ruby/marcel/marcel-0.3.3-r1.ebuild | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/dev-ruby/marcel/marcel-0.3.3-r1.ebuild 
b/dev-ruby/marcel/marcel-0.3.3-r1.ebuild
index d92cbf43823..10ac4471b7e 100644
--- a/dev-ruby/marcel/marcel-0.3.3-r1.ebuild
+++ b/dev-ruby/marcel/marcel-0.3.3-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -22,6 +22,8 @@ IUSE=""
 
 ruby_add_rdepend ">=dev-ruby/mimemagic-0.3.2:0"
 
+ruby_add_bdepend "test? ( dev-ruby/rack )"
+
 all_ruby_prepare() {
        sed -i -e '2irequire "pathname"' test/test_helper.rb || die
 

Reply via email to