Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 843677 - toolchain.eclass uses reserved function and variable names
Summary: toolchain.eclass uses reserved function and variable names
Status: RESOLVED OBSOLETE
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Eclasses (show other bugs)
Hardware: All Linux
: Lowest QA (vote)
Assignee: Gentoo Toolchain Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 843680
  Show dependency tree
 
Reported: 2022-05-11 06:26 UTC by Ulrich Müller
Modified: 2022-05-13 19:46 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ulrich Müller gentoo-dev 2022-05-11 06:26:06 UTC
create_revdep_rebuild_entry is a reserved name and must not be used.

Policy reference:
https://projects.gentoo.org/pms/8/pms.html#x1-13700012.3.17
Comment 1 Ulrich Müller gentoo-dev 2022-05-11 06:39:06 UTC
Also variable names revdep_rebuild_base and revdep_rebuild_file.
Comment 2 Ulrich Müller gentoo-dev 2022-05-13 19:46:22 UTC
After the PMS update from bug 843779, this will no longer be an issue.
Closing.