Install this version:
emerge -a =dev-erlang/unite-0.4.0
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =dev-erlang/unite-0.4.0
Or alternatively:
emerge --autounmask-write -a =dev-erlang/unite-0.4.0
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit rebar3
DESCRIPTION="Pretty EUnit test formatters"
HOMEPAGE="https://github.com/eproxus/meck"
SRC_URI="https://github.com/eproxus/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~arm ~ppc ~sparc ~x86"
IUSE="test"
RESTRICT="!test? ( test )"
DEPEND="
>=dev-erlang/color-1.0.0
>=dev-erlang/tdiff-0.1.2
"
RDEPEND="${DEPEND}"
# uses ex_doc
DOCS=( CHANGELOG.md README.md )
src_prepare() {
rebar3_src_prepare
sed -i '/{project_plugins,/d' rebar.config || die
}
Manage flags for this package:
euse -i <flag> -p dev-erlang/unite |
euse -E <flag> -p dev-erlang/unite |
euse -D <flag> -p dev-erlang/unite
>=dev-erlang/color-1.0.0 >=dev-erlang/tdiff-0.1.2
>=dev-erlang/color-1.0.0 >=dev-erlang/tdiff-0.1.2
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | unite-0.4.0.tar.gz | 179715 bytes | https://github.com/eproxus/unite/archive/v0.4.0.tar.gz |