Summary: | user.eclass uses a reserved function name | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Ulrich Müller <ulm> |
Component: | Eclasses | Assignee: | Gentoo's Team for Core System packages <base-system> |
Status: | RESOLVED FIXED | ||
Severity: | QA | CC: | mgorny, qa |
Priority: | Lowest | Keywords: | PATCH |
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | |||
Bug Blocks: | 843680 |
Description
Ulrich Müller
![]() Patch posted to gentoo-dev: https://archives.gentoo.org/gentoo-dev/message/ec0bd299ba4cf7e1cffc08b5cd344566 The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=949f1967cfbe394838ddaa39678b908f3e50bccf commit 949f1967cfbe394838ddaa39678b908f3e50bccf Author: Ulrich Müller <ulm@gentoo.org> AuthorDate: 2022-05-15 13:19:55 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2022-05-16 23:29:29 +0000 user.eclass: Avoid reserved function name Names that contain "ebuild" are reserved for package manager use. Closes: https://bugs.gentoo.org/843707 Signed-off-by: Ulrich Müller <ulm@gentoo.org> Signed-off-by: Sam James <sam@gentoo.org> eclass/user.eclass | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) |