You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ruby stabilizations almost never receive sanity-check+ because they require profiles changes to RUBY_TARGETS. See https://bugs.gentoo.org/688976 for example
If the package list field (which might need a rename :) could accept a syntax for profile changes we could do better checking of changes like this.
I suppose it's start to thinking how to implement it. I suppose the first question is how fancy the support should be. Would it be sufficient to specify a file, and a change to be applied to it? Say, something like:
profiles/arch/hppa/use.mask: -gnome-keyring
that would append -gnome-keyring to the bottom? (which is kinda equivalent to removing gnome-keyring that is there)
Yeah, I think that would work. I agree that there's a lot of ambiguity to just specifying use.mask: -gnome-keyring so specifying the whole path would be fine with me if that simplifies the problem.
Ruby stabilizations almost never receive
sanity-check+
because they require profiles changes toRUBY_TARGETS
. See https://bugs.gentoo.org/688976 for exampleIf the package list field (which might need a rename :) could accept a syntax for profile changes we could do better checking of changes like this.
E.g., something like this, perhaps
The text was updated successfully, but these errors were encountered: