summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2018-07-23 11:00:34 +0200
committerMichał Górny <mgorny@gentoo.org>2018-07-23 11:25:47 +0200
commit68c01c6b03212a9de2c73d9e38bdf58ef749743c (patch)
tree123aab30c83cd80c5967b3c8c0cb4c29ac0cc5a1 /dev-ruby/rbst/rbst-0.5.1.ebuild
parentdev-python/wcwidth: Enable py3.7 (diff)
downloadgentoo-68c01c6b03212a9de2c73d9e38bdf58ef749743c.tar.gz
gentoo-68c01c6b03212a9de2c73d9e38bdf58ef749743c.tar.bz2
gentoo-68c01c6b03212a9de2c73d9e38bdf58ef749743c.zip
dev-ruby/rbst: Fix ruby deps
Diffstat (limited to 'dev-ruby/rbst/rbst-0.5.1.ebuild')
-rw-r--r--dev-ruby/rbst/rbst-0.5.1.ebuild7
1 files 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 47d5cfc57ee1..351600709f78 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