Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 566536 - dev-perl/DBD-mysql: calls use in global scope
Summary: dev-perl/DBD-mysql: 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: Gentoo Perl team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: global-scope-use
  Show dependency tree
 
Reported: 2015-11-22 22:42 UTC by Michał Górny
Modified: 2015-11-22 23:04 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:42:28 UTC
if use test; then                                                                
    SRC_TEST="do"                                                                
else                                                                             
    SRC_TEST="skip"                                                              
fi


Errr... wtf?
Comment 1 Andreas K. Hüttel archtester gentoo-dev 2015-11-22 23:04:02 UTC
(In reply to Michał Górny from comment #0)
> if use test; then                                                           
> 
>     SRC_TEST="do"                                                           
> 
> else                                                                        
> 
>     SRC_TEST="skip"                                                         
> 
> fi
> 
> 
> Errr... wtf?

I agree. Fixed. Now the ebuild is much shorter.