Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 794628 - app-admin/puppet-7.7.0 build fails due to missing eapply option
Summary: app-admin/puppet-7.7.0 build fails due to missing eapply option
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Matthew Thode ( prometheanfire )
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-06-06 20:07 UTC by Thomas Arnett
Modified: 2021-06-08 03:31 UTC (History)
3 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 Thomas Arnett 2021-06-06 20:07:13 UTC
app-admin/puppet-7.7.0 switched from epatch to eapply. puppet-systemd.patch fails to apply because eapply defaults to -p1. Adding -p0 to the eapply call on line 65 fixes the issue.
Comment 1 Larry the Git Cow gentoo-dev 2021-06-08 03:31:34 UTC
The bug has been closed via the following commit(s):

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

commit a899797b4fce305d367eea6d26516fc06f90fdf3
Author:     Matthew Thode <prometheanfire@gentoo.org>
AuthorDate: 2021-06-08 03:31:22 +0000
Commit:     Matthew Thode <prometheanfire@gentoo.org>
CommitDate: 2021-06-08 03:31:22 +0000

    app-admin/puppet: fix eappy option
    
    Closes: https://bugs.gentoo.org/794628
    Package-Manager: Portage-3.0.18, Repoman-3.0.2
    Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>

 app-admin/puppet/puppet-7.7.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)