diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2024-02-29 14:00:11 -0600 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2024-02-29 14:01:27 -0600 |
commit | f85dfac0bc7891a93301f29aa704a8f26c1d2557 (patch) | |
tree | 72c53b269131bad869b068f8c67dc4180890877a /app-admin/puppet | |
parent | sci-chemistry/gromacs: add 2023.4, drop 2023.3 (diff) | |
download | gentoo-f85dfac0bc7891a93301f29aa704a8f26c1d2557.tar.gz gentoo-f85dfac0bc7891a93301f29aa704a8f26c1d2557.tar.bz2 gentoo-f85dfac0bc7891a93301f29aa704a8f26c1d2557.zip |
app-admin/puppet: fix build not removing missing files
Fixes: 925865
Fixes: 925865
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'app-admin/puppet')
-rw-r--r-- | app-admin/puppet/puppet-8.5.0.ebuild | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/app-admin/puppet/puppet-8.5.0.ebuild b/app-admin/puppet/puppet-8.5.0.ebuild index 35a0b5843001..7626f615fbf8 100644 --- a/app-admin/puppet/puppet-8.5.0.ebuild +++ b/app-admin/puppet/puppet-8.5.0.ebuild @@ -59,18 +59,8 @@ RDEPEND+=" ${RDEPEND} PDEPEND="emacs? ( >=app-emacs/puppet-mode-0.3-r1 )" all_ruby_prepare() { - # Avoid spec that require unpackaged json-schema. - rm spec/lib/matchers/json.rb $( grep -Rl matchers/json spec) || die - # fix systemd path 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. - rm spec/integration/parser/compiler_spec.rb || die - - # Avoid failing spec that need further investigation. - rm spec/unit/module_tool/metadata_spec.rb || die } each_ruby_install() { |