diff options
author | Hans de Graaff <graaff@gentoo.org> | 2020-08-23 08:02:55 +0200 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2020-08-23 08:24:24 +0200 |
commit | 54e13ebfce5717f68cb3850738f51b0bd07f1325 (patch) | |
tree | 84c49d0f55b4aa7bbf0f048af91b2ff45a3bc680 /dev-ruby | |
parent | dev-ruby/origin: drop obsolete slot (diff) | |
download | gentoo-54e13ebfce5717f68cb3850738f51b0bd07f1325.tar.gz gentoo-54e13ebfce5717f68cb3850738f51b0bd07f1325.tar.bz2 gentoo-54e13ebfce5717f68cb3850738f51b0bd07f1325.zip |
dev-ruby/best_in_place: add missing test dep
Closes: https://bugs.gentoo.org/738664
Package-Manager: Portage-2.3.103, Repoman-2.3.23
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'dev-ruby')
-rw-r--r-- | dev-ruby/best_in_place/best_in_place-3.1.1.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/dev-ruby/best_in_place/best_in_place-3.1.1.ebuild b/dev-ruby/best_in_place/best_in_place-3.1.1.ebuild index ebeece79995a..e76561a0d155 100644 --- a/dev-ruby/best_in_place/best_in_place-3.1.1.ebuild +++ b/dev-ruby/best_in_place/best_in_place-3.1.1.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="ruby25 ruby26" RUBY_FAKEGEM_TASK_DOC="" RUBY_FAKEGEM_EXTRADOC="README.md" @@ -41,6 +41,7 @@ ruby_add_bdepend " dev-ruby/combustion dev-ruby/jquery-rails dev-ruby/jquery-ui-rails + dev-ruby/sprockets-rails )" all_ruby_prepare() { |