Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 396737 - net-firewall/iptables-1.4.12.1-r1 ebuild typo
Summary: net-firewall/iptables-1.4.12.1-r1 ebuild typo
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal trivial (vote)
Assignee: Peter Volkov (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-01-01 21:47 UTC by franky
Modified: 2012-01-02 00:09 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 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