Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 12782 - Vim 6.1 r17 --without-x error
Summary: Vim 6.1 r17 --without-x error
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Ryan Phillips (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-12-27 06:42 UTC by Heinrich Wendel (RETIRED)
Modified: 2002-12-27 11:38 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 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.