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

Bug 396737

Summary: net-firewall/iptables-1.4.12.1-r1 ebuild typo
Product: Gentoo Linux Reporter: franky <superfranky>
Component: New packagesAssignee: Peter Volkov (RETIRED) <pva>
Status: RESOLVED FIXED    
Severity: trivial    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description franky 2012-01-01 21:47:07 UTC
QA: install
QA Notice: command not found:

...

use-enable: command not found

...

There's a simple typo in in the iptables-1.4.12.1-r1 ebuild @ src_configure() - econf 

instead of:
$(use-enable static-libs static) \

it should be:
$(use_enable static-libs static) \


Reproducible: Always

Steps to Reproduce:
1.just emerge iptables-1.4.12.1-r1
2.
3.
Actual Results:  
QA Notice Command not found

Expected Results:  
Clean install
Comment 1 Agostino Sarubbo gentoo-dev 2012-01-02 00:09:10 UTC
+  02 Jan 2012; Agostino Sarubbo <ago@gentoo.org> iptables-1.4.12.1-r1.ebuild:                                                                                                      
+  Fix typo in src_configure by Franz Siegfried Metz in bug #396737