diff options
author | cube <cube@pkgsrc.org> | 2006-10-05 09:30:27 +0000 |
---|---|---|
committer | cube <cube@pkgsrc.org> | 2006-10-05 09:30:27 +0000 |
commit | 8473f0a4f81b4902b1a7305031df525b2cdcdaf5 (patch) | |
tree | 12dfc5d80ece81539a4a1b4611fa1099a8b867e9 /misc/rubygems/patches | |
parent | 9a7f66561b1a630c9b45bba64cef1a9958a41419 (diff) | |
download | pkgsrc-8473f0a4f81b4902b1a7305031df525b2cdcdaf5.tar.gz |
Add a patch to make "gem contents" work.
http://rubyforge.org/tracker/index.php?func=detail&aid=6032&group_id=126&atid=575
Diffstat (limited to 'misc/rubygems/patches')
-rw-r--r-- | misc/rubygems/patches/patch-aa | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/misc/rubygems/patches/patch-aa b/misc/rubygems/patches/patch-aa new file mode 100644 index 00000000000..a13a2bf9da0 --- /dev/null +++ b/misc/rubygems/patches/patch-aa @@ -0,0 +1,12 @@ +$NetBSD: patch-aa,v 1.1 2006/10/05 09:30:27 cube Exp $ + +--- lib/rubygems/gem_commands.rb.orig 2006-06-22 04:44:51.000000000 +0200 ++++ lib/rubygems/gem_commands.rb +@@ -1329,6 +1329,7 @@ module Gem + if s.empty? + path_kind = "default gem paths" + system = true ++ s = Gem::SourceIndex.installed_spec_directories + else + path_kind = "specified path" + system = false |