Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 384767 - dev-ruby/nokogiri: Rename local USE="ffi" to global USE="libffi"
Summary: dev-ruby/nokogiri: Rename local USE="ffi" to global USE="libffi"
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High trivial
Assignee: Gentoo Ruby Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-09-28 11:04 UTC by Samuli Suominen (RETIRED)
Modified: 2012-04-30 18:11 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Samuli Suominen (RETIRED) gentoo-dev 2011-09-28 11:04:01 UTC
Feel free to leave the local description as a bonus, but rename the actual USE flag to the global USE="libffi" which has been the standard flag name for this feature since always (see sys-devel/gcc for eg)
Comment 1 Hans de Graaff gentoo-dev Security 2012-04-30 10:38:17 UTC
Recent (>=1.5.0) versions of nokogiri no longer support ffi as a method, so this USE flag will disappear from the package altogether once we stable the next version.
Comment 2 Diego Elio Pettenò (RETIRED) gentoo-dev 2012-04-30 17:04:14 UTC
By the way libffi is NOT the correct flag for Ruby packages. That's because they don't use _libffi_ but they use the FFI technique, through the ffi extension, which for JRuby is implemented through JFFI and not libffi.
Comment 3 Samuli Suominen (RETIRED) gentoo-dev 2012-04-30 18:11:52 UTC
(In reply to comment #2)
> By the way libffi is NOT the correct flag for Ruby packages. That's because
> they don't use _libffi_ but they use the FFI technique, through the ffi
> extension, which for JRuby is implemented through JFFI and not libffi.

yeah, you are right. perhaps we should actually rename the global 'libffi' to 'ffi' and convert everything to that :/   a bit of a job, but end result should be more flexible...

(In reply to comment #1)
> Recent (>=1.5.0) versions of nokogiri no longer support ffi as a method, so
> this USE flag will disappear from the package altogether once we stable the
> next version.

thanks, so that will handle this bug then.