-
Notifications
You must be signed in to change notification settings - Fork 96
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
Obsolete flags #859
Comments
the current list of obsolete packages in package.cflags are
those entries currently do not do anything because the corresponding packages do not exist in ::gentoo repository and could therefore, in my understanding, be removed without impact. or some of them could be matched to the current package in case of renaming (like media-sound/mumble is net-voip/mumble) do they need to be keept for backwards compatibility? |
renames and deprecated packages are one thing, but packages from common overlays (which you personally do not have) shouldn't be excluded. in addition, the way |
This removes workarounds for packages which are not present in the portage tree. It also updates the names of some packages which have been renamed. This is based on the upstream issue referenced below. Refs: InBetweenNames#859 Signed-off-by: Jaremy Hatler <[email protected]>
By running the nice utility
eix-test-obsolete
it turns out that the following flags entries are operating on non existent packages. Many might have just been renamed, or they are no longer in main gentoo repository. Shall we remove them altogether? Would you care for a few commits?The text was updated successfully, but these errors were encountered: