Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 566544 - net-misc/icaclient: calls use in global scope
Summary: net-misc/icaclient: calls use in global scope
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Christian Faulhammer (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: global-scope-use
  Show dependency tree
 
Reported: 2015-11-22 22:51 UTC by Michał Górny
Modified: 2015-12-06 22:08 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 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.