Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 806368 - autotools.eclass uses reserved variable __AUTOTOOLS_AUTO_DEPEND
Summary: autotools.eclass uses reserved variable __AUTOTOOLS_AUTO_DEPEND
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Eclasses (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-08-04 09:04 UTC by Ulrich Müller
Modified: 2022-04-12 05:59 UTC (History)
2 users (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 2021-08-04 09:04:42 UTC
Function and variable names beginning with __ are reserved for package manager use. Should be trivial to fix by replacing it by a single underscore.

Policy reference:
https://projects.gentoo.org/pms/8/pms.html#x1-13700012.3.17
Comment 1 Larry the Git Cow gentoo-dev 2022-04-12 05:58:42 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40703c4f8379c52c7c5f19d340d2ae76fd522ff5

commit 40703c4f8379c52c7c5f19d340d2ae76fd522ff5
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2022-04-12 04:34:00 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2022-04-12 05:58:34 +0000

    autotools.eclass: don't use reserved variable (__)
    
    Closes: https://bugs.gentoo.org/806368
    Signed-off-by: Sam James <sam@gentoo.org>

 eclass/autotools.eclass | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)