diff --git a/dev-ruby/rbspy/rbspy-0.10.0-r1.ebuild b/dev-ruby/rbspy/rbspy-0.10.0-r2.ebuild similarity index 98% rename from dev-ruby/rbspy/rbspy-0.10.0-r1.ebuild rename to dev-ruby/rbspy/rbspy-0.10.0-r2.ebuild index 659fc7f168..15a1682db0 100644 --- a/dev-ruby/rbspy/rbspy-0.10.0-r1.ebuild +++ b/dev-ruby/rbspy/rbspy-0.10.0-r2.ebuild @@ -154,3 +154,6 @@ QA_FLAGS_IGNORED="usr/bin/${PN}" LICENSE="Apache-2.0 BSD-2 BSD CDDL ISC MIT" SLOT="0" KEYWORDS="~amd64 ~x86" +IUSE="test" + +BDEPEND="test? ( dev-lang/ruby )"