commit: 2186a6df8db24ce87a1614e70f9762ca046b4819
Author: Florian Schmaus <flow <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 18 08:14:57 2024 +0000
Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Fri Oct 18 08:21:29 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2186a6df
dev-erlang/p1_utils: add 1.0.26-r1 using rebar eclass
The rebar3 eclass currently does not install header files, but p1_utils
installs the p1_queue.hrl header. Hence, switch to rebar eclass for now.
Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>
.../p1_utils/{p1_utils-1.0.26.ebuild => p1_utils-1.0.26-r1.ebuild} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-erlang/p1_utils/p1_utils-1.0.26.ebuild
b/dev-erlang/p1_utils/p1_utils-1.0.26-r1.ebuild
similarity index 96%
rename from dev-erlang/p1_utils/p1_utils-1.0.26.ebuild
rename to dev-erlang/p1_utils/p1_utils-1.0.26-r1.ebuild
index 564606c4d984..e402963ce2d1 100644
--- a/dev-erlang/p1_utils/p1_utils-1.0.26.ebuild
+++ b/dev-erlang/p1_utils/p1_utils-1.0.26-r1.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-inherit rebar3
+inherit rebar
DESCRIPTION="Erlang utility modules from ProcessOne"
HOMEPAGE="https://github.com/processone/p1_utils"