commit: b6cfb662c6ceabc067de492fbac5513bdbfd4709 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org> AuthorDate: Sun May 24 03:28:09 2020 +0000 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org> CommitDate: Sun May 24 04:13:18 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6cfb662
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 <AT> gentoo.org> dev-ruby/gist/gist-5.1.0.ebuild | 6 ++++-- 1 file 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 f5655faac28..281d969d8c4 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 )"
