Gentoo Archives: gentoo-commits

From: Florian Schmaus <flow@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-erlang/esip/
Date: Wed, 18 May 2022 08:27:19
Message-Id: 1652862405.fcce8bfabe3a7bbf80dae6625de81f8f44d0148b.flow@gentoo
1 commit: fcce8bfabe3a7bbf80dae6625de81f8f44d0148b
2 Author: Florian Schmaus <flow <AT> gentoo <DOT> org>
3 AuthorDate: Wed May 18 08:26:45 2022 +0000
4 Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
5 CommitDate: Wed May 18 08:26:45 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fcce8bfa
7
8 dev-erlang/esip: fix compilation
9
10 Closes: https://bugs.gentoo.org/845285
11 Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>
12
13 dev-erlang/esip/esip-1.0.47.ebuild | 5 -----
14 1 file changed, 5 deletions(-)
15
16 diff --git a/dev-erlang/esip/esip-1.0.47.ebuild b/dev-erlang/esip/esip-1.0.47.ebuild
17 index 2696aac053bb..9111871df249 100644
18 --- a/dev-erlang/esip/esip-1.0.47.ebuild
19 +++ b/dev-erlang/esip/esip-1.0.47.ebuild
20 @@ -25,9 +25,4 @@ DOCS=( CHANGELOG.md README.md )
21 src_prepare() {
22 rebar_src_prepare
23 rebar_fix_include_path stun
24 -
25 - # ebin contains lonely .gitignore file asking for removal.
26 - rm "${S}/ebin/examples/.gitignore" || die
27 - rmdir "${S}/ebin/examples" || die
28 - rmdir "${S}/ebin" || die
29 }