Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 15603 - vim-6.1-r19.ebuild bug
Summary: vim-6.1-r19.ebuild bug
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Ryan Phillips (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-02-12 17:59 UTC by Greg Watson (linuxkrn)
Modified: 2003-02-13 13:57 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 Greg Watson (linuxkrn) 2003-02-12 17:59:43 UTC
There is a bug in the ebuild for vim so when building with USE="-X" or without
using X it still has support for X11 and will cause problems if you don't have a
X server running.  The fix for this was 

use X      && myconf="$myconf --with-x" || myconf="$myconf --without-x"

instead of:

use X      && myconf="$myconf --with-x"

Thanks
Comment 1 Ryan Phillips (RETIRED) gentoo-dev 2003-02-13 13:57:42 UTC
committed