dev-erlang/lager: Disable tests

Broken upstream with latest erlang 23.

Closes: https://bugs.gentoo.org/720680
Signed-off-by: Hanno Böck <hanno@gentoo.org>
Package-Manager: Portage-2.3.103, Repoman-2.3.23
This commit is contained in:
Hanno Böck
2020-07-01 14:12:54 +02:00
parent 0171579a60
commit 17f558bd0f

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2019 Gentoo Authors
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -20,6 +20,9 @@ RDEPEND="${DEPEND}"
DOCS=( README.md TODO )
# tests broken upstream with erlang 23.x
RESTRICT="test"
src_prepare() {
rebar_src_prepare
sed -i '/goldrush/d' rebar.config.script