commit: fcce8bfabe3a7bbf80dae6625de81f8f44d0148b Author: Florian Schmaus <flow <AT> gentoo <DOT> org> AuthorDate: Wed May 18 08:26:45 2022 +0000 Commit: Florian Schmaus <flow <AT> gentoo <DOT> org> CommitDate: Wed May 18 08:26:45 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fcce8bfa
dev-erlang/esip: fix compilation Closes: https://bugs.gentoo.org/845285 Signed-off-by: Florian Schmaus <flow <AT> gentoo.org> dev-erlang/esip/esip-1.0.47.ebuild | 5 ----- 1 file changed, 5 deletions(-) diff --git a/dev-erlang/esip/esip-1.0.47.ebuild b/dev-erlang/esip/esip-1.0.47.ebuild index 2696aac053bb..9111871df249 100644 --- a/dev-erlang/esip/esip-1.0.47.ebuild +++ b/dev-erlang/esip/esip-1.0.47.ebuild @@ -25,9 +25,4 @@ DOCS=( CHANGELOG.md README.md ) src_prepare() { rebar_src_prepare rebar_fix_include_path stun - - # ebin contains lonely .gitignore file asking for removal. - rm "${S}/ebin/examples/.gitignore" || die - rmdir "${S}/ebin/examples" || die - rmdir "${S}/ebin" || die }
