Gentoo Archives: gentoo-commits

From: Hans de Graaff <graaff@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/rubygems/files/
Date: Sun, 27 Feb 2022 09:28:52
Message-Id: 1645954120.e00fc2f7c4d825b4c140086431d9379180aba7ab.graaff@gentoo
1 commit: e00fc2f7c4d825b4c140086431d9379180aba7ab
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 27 07:17:40 2022 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 27 09:28:40 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e00fc2f7
7
8 dev-ruby/rubygems: remove unneccesary warning
9
10 Package-Manager: Portage-3.0.30, Repoman-3.0.3
11 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
12
13 dev-ruby/rubygems/files/gentoo-defaults-5.rb | 2 ++
14 1 file changed, 2 insertions(+)
15
16 diff --git a/dev-ruby/rubygems/files/gentoo-defaults-5.rb b/dev-ruby/rubygems/files/gentoo-defaults-5.rb
17 index b6ac5554b121..817eb1eda4d5 100644
18 --- a/dev-ruby/rubygems/files/gentoo-defaults-5.rb
19 +++ b/dev-ruby/rubygems/files/gentoo-defaults-5.rb
20 @@ -35,8 +35,10 @@ module Gem
21 path << gentoo_gems_dir
22 end
23
24 + undef :operating_system_defaults
25 def operating_system_defaults
26 options = "--install-dir #{gentoo_install_dir} --bindir #{gentoo_bindir}"
27 +
28 {
29 'install' => options,
30 'uninstall' => options,