blob: 2a3ee1a4bff92a659c92494d7673a1592aab1e3f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
DEFINED_PHASES=compile install test unpack
DEPEND=dev-lang/erlang[ssl] !dev-util/rebar-bin
DESCRIPTION=A sophisticated build-tool for Erlang projects that follows OTP principles
EAPI=8
HOMEPAGE=https://www.rebar3.org https://github.com/erlang/rebar3
INHERIT=bash-completion-r1
IUSE=test
KEYWORDS=amd64 ~arm ~ia64 ppc ppc64 sparc x86
LICENSE=Apache-2.0 MIT BSD
RDEPEND=dev-lang/erlang[ssl] !dev-util/rebar-bin
RESTRICT=!test? ( test )
SLOT=3
SRC_URI=https://github.com/erlang/rebar3/archive/refs/tags/3.20.0.tar.gz -> rebar-3.20.0.tar.gz test? ( https://repo.hex.pm/tarballs/meck-0.8.13.tar )
_eclasses_=toolchain-funcs fbbbc99d10168de2926e06da7169b8dc multilib c19072c3cd7ac5cb21de013f7e9832e0 bash-completion-r1 f5e7a020fd9c741740756aac61bf75ff
_md5_=5cb0071eec382cfc6837b1ac7bb5cc07
|