From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7272813835A for ; Wed, 1 Jul 2020 12:13:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A2F39E0883; Wed, 1 Jul 2020 12:13:07 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 89C99E0883 for ; Wed, 1 Jul 2020 12:13:07 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9805D34EE1C for ; Wed, 1 Jul 2020 12:13:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 18DB22C5 for ; Wed, 1 Jul 2020 12:13:05 +0000 (UTC) From: "Hanno Böck" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Hanno Böck" Message-ID: <1593605574.17f558bd0f5e05cb0b4fdef6b6a96a40fb5b8d1f.hanno@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-erlang/lager/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-erlang/lager/lager-3.8.0.ebuild X-VCS-Directories: dev-erlang/lager/ X-VCS-Committer: hanno X-VCS-Committer-Name: Hanno Böck X-VCS-Revision: 17f558bd0f5e05cb0b4fdef6b6a96a40fb5b8d1f X-VCS-Branch: master Date: Wed, 1 Jul 2020 12:13:05 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 01ed5a6e-7f91-4ef1-9cb5-eabf3e7abeae X-Archives-Hash: 3d7965252a06833dee71792f04a6f226 commit: 17f558bd0f5e05cb0b4fdef6b6a96a40fb5b8d1f Author: Hanno Böck gentoo org> AuthorDate: Wed Jul 1 12:12:54 2020 +0000 Commit: Hanno Böck gentoo org> CommitDate: Wed Jul 1 12:12:54 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17f558bd dev-erlang/lager: Disable tests Broken upstream with latest erlang 23. Closes: https://bugs.gentoo.org/720680 Signed-off-by: Hanno Böck gentoo.org> Package-Manager: Portage-2.3.103, Repoman-2.3.23 dev-erlang/lager/lager-3.8.0.ebuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/dev-erlang/lager/lager-3.8.0.ebuild b/dev-erlang/lager/lager-3.8.0.ebuild index 325c7b7710c..47d0d88a34f 100644 --- a/dev-erlang/lager/lager-3.8.0.ebuild +++ b/dev-erlang/lager/lager-3.8.0.ebuild @@ -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