Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 508968 - media-video/mkvtoolnix: do not rebuild when RUBY_TARGETS is changed
Summary: media-video/mkvtoolnix: do not rebuild when RUBY_TARGETS is changed
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Media-video project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-04-28 13:32 UTC by Nikoli
Modified: 2014-04-28 23:45 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 Nikoli 2014-04-28 13:32:10 UTC
mkvtoolnix is using ruby only at build time, rebuilding it after changing RUBY_TARGETS is pointless because none of installed files will change. I think using ruby-ng.eclass is wrong, it would be correct to use something like python-any-r1.eclass, but it seems there is no such eclass for ruby. Please restore old behaviour of mkvtoolnix ebuilds.
Comment 1 Tim Harder gentoo-dev 2014-04-28 23:45:27 UTC
Fixed in the tree by using internal ruby hacks instead of the ruby-ng eclass.