Summary: | Have gems.eclass try MY_P over P if set | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Caleb Tennis (RETIRED) <caleb> |
Component: | [OLD] Development | Assignee: | Rob Cakebread (RETIRED) <pythonhead> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | ruby |
Priority: | High | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
Caleb Tennis (RETIRED)
![]() I fixed gems.eclass and also changed redcloth-3.0.3 to revert to using MY_P. I also added some einfo, since you'll now need to add: require 'rubygems' before being able to: require 'redcloth' No packages in portage require redcloth (at least not in dev-ruby), so I don't think anything will break except user's own code. And heres some notes I wrote about using gems in ebuilds: http://dev.gentoo.org/~pythonhead/ruby/gems.html |