diff options
author | Florian Schmaus <flow@gentoo.org> | 2024-10-18 10:14:57 +0200 |
---|---|---|
committer | Florian Schmaus <flow@gentoo.org> | 2024-10-18 10:21:29 +0200 |
commit | 2186a6df8db24ce87a1614e70f9762ca046b4819 (patch) | |
tree | c5f74015bb75331f0f0ebae30954152c9c92c387 | |
parent | dev-erlang/xmpp: add 1.8.3 (diff) | |
download | gentoo-2186a6df8db24ce87a1614e70f9762ca046b4819.tar.gz gentoo-2186a6df8db24ce87a1614e70f9762ca046b4819.tar.bz2 gentoo-2186a6df8db24ce87a1614e70f9762ca046b4819.zip |
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@gentoo.org>
-rw-r--r-- | dev-erlang/p1_utils/p1_utils-1.0.26-r1.ebuild (renamed from dev-erlang/p1_utils/p1_utils-1.0.26.ebuild) | 2 |
1 files changed, 1 insertions, 1 deletions
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 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" |