commit: 54e13ebfce5717f68cb3850738f51b0bd07f1325 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org> AuthorDate: Sun Aug 23 06:02:55 2020 +0000 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org> CommitDate: Sun Aug 23 06:24:24 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54e13ebf
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 <AT> gentoo.org> dev-ruby/best_in_place/best_in_place-3.1.1.ebuild | 5 +++-- 1 file 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 ebeece79995..e76561a0d15 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() {
