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"
quite right... committed.