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

Bug 12782

Summary: Vim 6.1 r17 --without-x error
Product: Gentoo Linux Reporter: Heinrich Wendel (RETIRED) <lanius>
Component: New packagesAssignee: Ryan Phillips (RETIRED) <rphillips>
Status: RESOLVED FIXED    
Severity: normal    
Priority: Normal    
Version: 1.4_rc1   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Heinrich Wendel (RETIRED) gentoo-dev 2002-12-27 06:42:51 UTC
there is a little error in the ebuild of vim 6.1-r17

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

should be

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

or

use X      && myconf="$myconf --with-x"
Comment 1 Ryan Phillips (RETIRED) gentoo-dev 2002-12-27 11:38:51 UTC
quite right... committed.