commit:     f85dfac0bc7891a93301f29aa704a8f26c1d2557
Author:     Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 29 20:00:11 2024 +0000
Commit:     Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Thu Feb 29 20:01:27 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f85dfac0

app-admin/puppet: fix build not removing missing files

Fixes: 925865
Fixes: 925865

Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>

 app-admin/puppet/puppet-8.5.0.ebuild | 10 ----------
 1 file changed, 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() {

Reply via email to