Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 566526 - app-mobilephone/yaps: calls use in global scope
Summary: app-mobilephone/yaps: 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: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: global-scope-use
  Show dependency tree
 
Reported: 2015-11-22 22:31 UTC by Michał Górny
Modified: 2015-12-06 19:33 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:31:46 UTC
if use capi; then                                                                
    S="${WORKDIR}"/${P}.c4                                                       
fi

Probably needs to move into src_unpack(), or pkg_setup().
Comment 1 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2015-12-06 19:33:05 UTC
commit 0df82ecc004fe78847092bddc7b6d98d68add5d5
Author: Michał Górny <mgorny@gentoo.org>
Date:   Sun Dec 6 20:31:54 2015 +0100

    app-mobilephone/yaps: Fix global scope use call, #566526