commit: e00fc2f7c4d825b4c140086431d9379180aba7ab
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 27 07:17:40 2022 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sun Feb 27 09:28:40 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e00fc2f7
dev-ruby/rubygems: remove unneccesary warning
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
dev-ruby/rubygems/files/gentoo-defaults-5.rb | 2 ++
1 file changed, 2 insertions(+)
diff --git a/dev-ruby/rubygems/files/gentoo-defaults-5.rb
b/dev-ruby/rubygems/files/gentoo-defaults-5.rb
index b6ac5554b121..817eb1eda4d5 100644
--- a/dev-ruby/rubygems/files/gentoo-defaults-5.rb
+++ b/dev-ruby/rubygems/files/gentoo-defaults-5.rb
@@ -35,8 +35,10 @@ module Gem
path << gentoo_gems_dir
end
+ undef :operating_system_defaults
def operating_system_defaults
options = "--install-dir #{gentoo_install_dir} --bindir #{gentoo_bindir}"
+
{
'install' => options,
'uninstall' => options,