Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes for GDB and keyword matching #3

Closed
wants to merge 3 commits into from

Commits on Jul 8, 2022

  1. crossdev: Fall back to default version for gdb too

    Passing `--stable` didn't affect the version of built GDB, thus we
    needed to pass `--gdb '[stable]'` on our own.
    
    Signed-off-by: Krzesimir Nowak <knowak@microsoft.com>
    krnowak committed Jul 8, 2022
    Copy the full SHA
    211cccc View commit details
    Browse the repository at this point in the history
  2. crossdev: Take gdb variables into account

    When restoring user settings and when figuring out the list of repos.
    
    Signed-off-by: Krzesimir Nowak <knowak@microsoft.com>
    krnowak committed Jul 8, 2022
    Copy the full SHA
    0edfab4 View commit details
    Browse the repository at this point in the history
  3. crossdev: Fix matching of stable keywords

    Not sure how this worked before - in our case emerge couldn't find a
    matching ebuild any more when requesting stable versions.
    
    Signed-off-by: Krzesimir Nowak <knowak@microsoft.com>
    krnowak committed Jul 8, 2022
    Copy the full SHA
    4766632 View commit details
    Browse the repository at this point in the history