Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 428742 - mysql.eclass: Missing space between ! and function name
Summary: mysql.eclass: Missing space between ! and function name
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Eclasses (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo Linux MySQL bugs team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-07-31 02:28 UTC by Aparicio
Modified: 2012-07-31 16:59 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 Aparicio 2012-07-31 02:28:57 UTC
mysql.eclass line 793: if use static && !built_with_use sys-libs/ncurses static-libs; then

It's calling a function named "!built_with_use" instead of inverting the return of built_with_use.
It should have a space before the function name.

Reproducible: Always

Steps to Reproduce:
1. func() {echo foo}
2. !func
Actual Results:  
command not found: !func
Comment 1 Robin Johnson archtester Gentoo Infrastructure gentoo-dev Security 2012-07-31 16:59:39 UTC
InCVS