commit: 68c01c6b03212a9de2c73d9e38bdf58ef749743c
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 23 09:00:34 2018 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Jul 23 09:25:47 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68c01c6b
dev-ruby/rbst: Fix ruby deps
dev-ruby/rbst/rbst-0.5.1.ebuild | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/dev-ruby/rbst/rbst-0.5.1.ebuild b/dev-ruby/rbst/rbst-0.5.1.ebuild
index 47d5cfc57ee..351600709f7 100644
--- a/dev-ruby/rbst/rbst-0.5.1.ebuild
+++ b/dev-ruby/rbst/rbst-0.5.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -20,9 +20,10 @@ KEYWORDS="~amd64"
IUSE="test"
RDEPEND="dev-python/docutils"
-DEPEND="
+DEPEND="test? ( ${RDEPEND} )"
+
+ruby_add_bdepend "
test? (
- ${RDEPEND}
>=dev-ruby/mocha-1.1.0:1.0
>=dev-ruby/shoulda-3.5.0:3
>=dev-ruby/test-unit-3.0.9:2