Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 475502

Summary: [tracker] Packages which inherit cmake-utils.eclass which use implicit inherit of base.eclass
Product: Gentoo Linux Reporter: Chris Reffett (RETIRED) <creffett>
Component: Current packagesAssignee: Gentoo KDE team <kde>
Status: RESOLVED FIXED    
Severity: normal Keywords: Tracker
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on: 475504, 475506, 475508, 475510, 475514, 475516, 475518, 475520, 475522, 475524, 475528, 476660, 477196, 477228, 477230, 477232, 477234, 477236, 477238    
Bug Blocks:    

Description Chris Reffett (RETIRED) gentoo-dev Security 2013-07-02 13:34:15 UTC
As of yesterday, cmake-utils.eclass dropped its base.eclass inherit in favor of inlining several functions. However, kensington noticed that several packages inheriting cmake-utils.eclass also call base.eclass functions directly without inheriting base.eclass explicitly. The ebuilds should be updated to inherit base.eclass. No talking here, please.
Comment 1 Michael Palimaka (kensington) gentoo-dev 2013-07-02 13:35:10 UTC
Note that cmake-utils exports src_prepare now, which people may wish to use instead of base.
Comment 2 Chris Reffett (RETIRED) gentoo-dev Security 2013-08-20 01:09:09 UTC
Looks like that's everything.