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 CA44E1382C5 for ; Wed, 1 Jul 2020 12:08:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 117A4E0933; Wed, 1 Jul 2020 12:08:59 +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 EB8C0E0933 for ; Wed, 1 Jul 2020 12:08:58 +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 EFD9A34EADB for ; Wed, 1 Jul 2020 12:08:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 683E12AF for ; Wed, 1 Jul 2020 12:08:56 +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: <1593605328.792a1b81e0868a0fc2f23b68ad89e9a7dbe4667d.hanno@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-erlang/proper/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-erlang/proper/proper-1.3.ebuild X-VCS-Directories: dev-erlang/proper/ X-VCS-Committer: hanno X-VCS-Committer-Name: Hanno Böck X-VCS-Revision: 792a1b81e0868a0fc2f23b68ad89e9a7dbe4667d X-VCS-Branch: master Date: Wed, 1 Jul 2020 12:08:56 +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: 1d23825e-65df-4b92-bf5f-0dc533157489 X-Archives-Hash: c0845cd388cd2308aea2d0e18277f933 commit: 792a1b81e0868a0fc2f23b68ad89e9a7dbe4667d Author: Hanno Böck gentoo org> AuthorDate: Wed Jul 1 12:08:48 2020 +0000 Commit: Hanno Böck gentoo org> CommitDate: Wed Jul 1 12:08:48 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=792a1b81 dev-erlang/proper: Disable tests Broken upstream with latest erlang. Closes: https://bugs.gentoo.org/720472 Signed-off-by: Hanno Böck gentoo.org> Package-Manager: Portage-2.3.103, Repoman-2.3.23 dev-erlang/proper/proper-1.3.ebuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/dev-erlang/proper/proper-1.3.ebuild b/dev-erlang/proper/proper-1.3.ebuild index 6e489aec399..3886a00191c 100644 --- a/dev-erlang/proper/proper-1.3.ebuild +++ b/dev-erlang/proper/proper-1.3.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 @@ -19,6 +19,9 @@ RDEPEND="${DEPEND}" DOCS=( README.md THANKS ) +# tests broken with current erlang 23.x +RESTRICT="test" + src_configure() { ./configure }