commit:     f38ed16bd83f84025945271f3a6d660ab0438bfa
Author:     Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 12 19:26:57 2024 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Tue Mar 12 19:31:17 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f38ed16b

net-im/ejabberd: pass --with-rebar=rebar to use rebar 2

ejabberd 24.02 started to use rebar 3 as default build system. This
broke the ebuild, since rebar.eclass sill uses rebar 2. Passing
--with-rebar=rebar switches this back to rebar 2.

Thanks to Holger Weiß for pointing this out.

Closes: https://bugs.gentoo.org/926799
Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>

 net-im/ejabberd/{ejabberd-24.02.ebuild => ejabberd-24.02-r1.ebuild} | 1 +
 1 file changed, 1 insertion(+)

diff --git a/net-im/ejabberd/ejabberd-24.02.ebuild 
b/net-im/ejabberd/ejabberd-24.02-r1.ebuild
similarity index 99%
rename from net-im/ejabberd/ejabberd-24.02.ebuild
rename to net-im/ejabberd/ejabberd-24.02-r1.ebuild
index 1a918b3c7001..c6595ebb5cd8 100644
--- a/net-im/ejabberd/ejabberd-24.02.ebuild
+++ b/net-im/ejabberd/ejabberd-24.02-r1.ebuild
@@ -122,6 +122,7 @@ src_configure() {
                --docdir="${EPREFIX}/usr/share/doc/${PF}/html" \
                --localstatedir="${EPREFIX}/var" \
                --enable-user=${PN} \
+               --with-rebar=rebar \
                $(use_enable debug) \
                $(use_enable full-xml) \
                $(use_enable mssql) \

Reply via email to