Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 212153 - mythtv-plugins.eclass checks for at least 0.21_pre instead of 0.21_beta
Summary: mythtv-plugins.eclass checks for at least 0.21_pre instead of 0.21_beta
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Eclasses (show other bugs)
Hardware: All Linux
: High minor (vote)
Assignee: Doug Goldstein (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-03-03 03:42 UTC by Joseph Yasi
Modified: 2008-03-03 16:13 UTC (History)
0 users

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


Attachments
Checks for at least _beta instead of _pre (mythtv-plugins-eclass-fixbeta.patch,433 bytes, patch)
2008-03-03 03:43 UTC, Joseph Yasi
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Joseph Yasi 2008-03-03 03:42:23 UTC
The version postfix hierarchy is:
alpha, beta, pre, rc, (none), p.  The mythtv-plugins.eclass checks for version_at_least 0.21_pre when building the plugins list instead of version_at_least 0.21_beta.  This causes media-plugins/mythmusic to build extra plugins because they don't get disabled during configure.

Reproducible: Always




patch attached
Comment 1 Joseph Yasi 2008-03-03 03:43:46 UTC
Created attachment 145174 [details, diff]
Checks for at least _beta instead of _pre
Comment 2 Doug Goldstein (RETIRED) gentoo-dev 2008-03-03 16:13:40 UTC
fixed