Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 753824 - sys-apps/sysvinit-2.97: ROOT variable test is not valid for eapi7
Summary: sys-apps/sysvinit-2.97: ROOT variable test is not valid for eapi7
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: William Hubbs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-11-10 10:55 UTC by Pacho Ramos
Modified: 2020-11-10 11:18 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 Pacho Ramos gentoo-dev 2020-11-10 10:55:52 UTC
Due to eapi7 changes
https://mgorny.pl/articles/the-ultimate-guide-to-eapi-7.html#d-ed-root-eroot-no-longer-have-a-trailing-slash

ROOT won't contain / ... we should get the test updated then (usually test that the variable is empty)

Thanks
Comment 1 Larry the Git Cow gentoo-dev 2020-11-10 11:18:50 UTC
The bug has been closed via the following commit(s):

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

commit ea6d8e135b8ed985d40bad74d33a9368686465a6
Author:     Lars Wendler <polynomial-c@gentoo.org>
AuthorDate: 2020-11-10 11:18:06 +0000
Commit:     Lars Wendler <polynomial-c@gentoo.org>
CommitDate: 2020-11-10 11:18:45 +0000

    sys-apps/sysvinit: Fixed ${ROOT} check for EAPI-7
    
    Closes: https://bugs.gentoo.org/753824
    Package-Manager: Portage-3.0.9, Repoman-3.0.2
    Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>

 sys-apps/sysvinit/sysvinit-2.96.ebuild | 2 +-
 sys-apps/sysvinit/sysvinit-2.97.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)