diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2021-06-07 22:31:22 -0500 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2021-06-07 22:31:22 -0500 |
commit | a899797b4fce305d367eea6d26516fc06f90fdf3 (patch) | |
tree | 65407ada8085eda578e4bdbd74c29f0744772236 /app-admin | |
parent | sys-block/fio: remove io-urging (diff) | |
download | gentoo-a899797b4fce305d367eea6d26516fc06f90fdf3.tar.gz gentoo-a899797b4fce305d367eea6d26516fc06f90fdf3.tar.bz2 gentoo-a899797b4fce305d367eea6d26516fc06f90fdf3.zip |
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>
Diffstat (limited to 'app-admin')
-rw-r--r-- | app-admin/puppet/puppet-7.7.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-admin/puppet/puppet-7.7.0.ebuild b/app-admin/puppet/puppet-7.7.0.ebuild index 8dc22e036de3..125aa53e82ce 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. |