Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 24161 - nessus-core-2.* don't build gui with gtk2
Summary: nessus-core-2.* don't build gui with gtk2
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Martin Holzer (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-07-09 05:29 UTC by Stefan Schedl
Modified: 2003-07-09 08:54 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 Stefan Schedl 2003-07-09 05:29:14 UTC
nessus-core don't build the gui, if only the gtk2 useflag is set and not gtk useflag . 
To solve this replace 
	elif [ `use gtk2`]; then  
with 
	elif [ `use gtk2` ]; then 

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Martin Holzer (RETIRED) gentoo-dev 2003-07-09 08:54:32 UTC
fixed in cvs