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

Evaluate package conditions when generating ebuilds #294

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Nov 8, 2022

  1. Remove unused argument.

    This `pkg` argument is shadowed by a local variable without first being
    used.
    nuclearsandwich committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    af30b5a View commit details
    Browse the repository at this point in the history
  2. Evaluate package conditions when generating ebuilds.

    Ebuild generation was not utilizing package conditions.
    Packages with multiple build types were causing hard failures during
    ebuild generation but it's possible that invalid ebuilds were being
    generated for other packages as well due to the lack of dependency
    conditions.
    nuclearsandwich committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    702ec56 View commit details
    Browse the repository at this point in the history