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

Bug 593392

Summary: sys-devel/gcc-apple, sys-devel/binutils-apple: is_crosscompile, get_libdir called in global scope + SLOT variability
Product: Gentoo Linux Reporter: Michał Górny <mgorny>
Component: Current packagesAssignee: Gentoo Prefix <prefix>
Status: RESOLVED FIXED    
Severity: normal CC: qa
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 593364    

Description Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2016-09-10 11:36:44 UTC
See tracker.

This one's a major problem since SLOT is variable to CTARGET... which is a major hack and violation of every rule of sanity.
Comment 1 Fabian Groffen gentoo-dev 2016-09-10 14:41:14 UTC
SLOT variability has been removed (these ebuilds have a very long history).

Conditional variable setting has been moved out of global scope.

Please tell me if there is more than this.