commit:     a899797b4fce305d367eea6d26516fc06f90fdf3
Author:     Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
AuthorDate: Tue Jun  8 03:31:22 2021 +0000
Commit:     Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Tue Jun  8 03:31:22 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a899797b

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 <AT> gentoo.org>

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

diff --git a/app-admin/puppet/puppet-7.7.0.ebuild 
b/app-admin/puppet/puppet-7.7.0.ebuild
index 8dc22e036de..125aa53e82c 100644
--- a/app-admin/puppet/puppet-7.7.0.ebuild
+++ b/app-admin/puppet/puppet-7.7.0.ebuild
@@ -62,7 +62,7 @@ all_ruby_prepare() {
        rm spec/lib/matchers/json.rb $( grep -Rl matchers/json spec) || die
 
        # fix systemd path
-       eapply "${FILESDIR}/puppet-systemd.patch"
+       eapply -p0 "${FILESDIR}/puppet-systemd.patch"
 
        # Avoid specs that can only run in the puppet.git repository. This
        # should be narrowed down to the specific specs.

Reply via email to