Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 637898 - xorg-2.eclass: eclassdoc problems
Summary: xorg-2.eclass: eclassdoc problems
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Eclasses (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo X packagers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-11-16 21:47 UTC by Michał Górny
Modified: 2019-02-28 05:47 UTC (History)
0 users

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 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2017-11-16 21:47:26 UTC
xorg-2.eclass:
   warning:82: XORG_MODULE: unable to extract default variable content: if [[ -z ${XORG_MODULE} ]]; then
   warning:288: XORG_MODULE_REBUILD: unable to extract default variable content: if [[ "${DRIVER}" == yes ]]; then
Comment 1 Matt Turner gentoo-dev 2018-05-26 20:55:36 UTC
Any suggestions for fixing?
Comment 2 Larry the Git Cow gentoo-dev 2019-02-28 05:47:33 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16c2d3215a1f3e58a456b87d3a9cde4e02d371b9

commit 16c2d3215a1f3e58a456b87d3a9cde4e02d371b9
Author:     Matt Turner <mattst88@gentoo.org>
AuthorDate: 2019-02-28 05:14:41 +0000
Commit:     Matt Turner <mattst88@gentoo.org>
CommitDate: 2019-02-28 05:44:46 +0000

    xorg-2.eclass: Make variable defaults apparent
    
    XORG_MODULE_REBUILD has never been used outside of x11-libs/glamor which
    was removed a few years ago.
    
    Closes: https://bugs.gentoo.org/637898
    Signed-off-by: Matt Turner <mattst88@gentoo.org>

 eclass/xorg-2.eclass | 17 +++--------------
 1 file changed, 3 insertions(+), 14 deletions(-)