jeremy 3f369fe90e This adds an ugly hack to make gem install --user-install work
for gems with native extensions. Without this, it calls
/usr/bin/install -o root -g bin as a regular user, which fails due
to permission issues. This removes the -o root -g bin, so it can
succeed as a regular user.

This same patch was recently added to devel/ruby-gems, which is
specific to ruby 1.8.  ruby 1.9 ships with ruby-gems, so the
patch needs to be included here as well.

OK landry@
2010-10-06 18:43:11 +00:00
..
2007-09-18 18:39:07 +00:00
2010-09-19 20:19:39 +00:00
2010-09-23 13:42:22 +00:00
2010-09-24 14:16:50 +00:00
2010-05-12 07:38:49 +00:00
2010-09-28 09:09:15 +00:00
2009-12-27 19:30:21 +00:00
2010-07-17 13:56:14 +00:00
2010-07-07 19:37:39 +00:00
2010-06-08 07:36:20 +00:00
2010-07-08 18:58:23 +00:00
2010-09-29 17:14:13 +00:00
2010-10-01 05:23:52 +00:00
2009-03-16 11:40:24 +00:00
2010-09-25 20:05:45 +00:00
2010-09-10 10:42:17 +00:00
2010-09-21 22:25:08 +00:00
2009-04-05 11:15:10 +00:00
2010-09-28 20:48:04 +00:00
2009-03-11 21:37:27 +00:00
2010-09-23 14:15:37 +00:00
2010-09-26 18:35:05 +00:00