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

Bug 566544

Summary: net-misc/icaclient: calls use in global scope
Product: Gentoo Linux Reporter: Michał Górny <mgorny>
Component: Current packagesAssignee: Christian Faulhammer (RETIRED) <fauli>
Status: RESOLVED FIXED    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 566518    

Description Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2015-11-22 22:51:31 UTC
if use amd64 ; then
        ICAARCH=linuxx64
    elif use x86 ; then
        ICAARCH=linuxx86
    fi
    S="${WORKDIR}/${ICAARCH}/${ICAARCH}.cor"

Really needs to go into a phase function.