summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2020-05-24 05:28:09 +0200
committerHans de Graaff <graaff@gentoo.org>2020-05-24 06:13:18 +0200
commitb6cfb662c6ceabc067de492fbac5513bdbfd4709 (patch)
tree55560774c7148002a07dccd6004b097efaebe6cd /dev-ruby
parentdev-ruby/elasticsearch-transport: add missing test dep (diff)
downloadgentoo-b6cfb662c6ceabc067de492fbac5513bdbfd4709.tar.gz
gentoo-b6cfb662c6ceabc067de492fbac5513bdbfd4709.tar.bz2
gentoo-b6cfb662c6ceabc067de492fbac5513bdbfd4709.zip
dev-ruby/gist: add missing test dependency
Closes: https://bugs.gentoo.org/723840 Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'dev-ruby')
-rw-r--r--dev-ruby/gist/gist-5.1.0.ebuild6
1 files changed, 4 insertions, 2 deletions
diff --git a/dev-ruby/gist/gist-5.1.0.ebuild b/dev-ruby/gist/gist-5.1.0.ebuild
index f5655faac28f..281d969d8c4d 100644
--- a/dev-ruby/gist/gist-5.1.0.ebuild
+++ b/dev-ruby/gist/gist-5.1.0.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-USE_RUBY="ruby23 ruby24 ruby25 ruby26"
+USE_RUBY="ruby24 ruby25 ruby26"
RUBY_FAKEGEM_RECIPE_TEST="rspec3"
@@ -20,3 +20,5 @@ IUSE=""
# dev-python/txgithub also installs a 'gist' binary.
RDEPEND="!dev-python/txgithub"
+
+ruby_add_bdepend "test? ( dev-ruby/webmock )"