commit:     792a1b81e0868a0fc2f23b68ad89e9a7dbe4667d
Author:     Hanno Böck <hanno <AT> gentoo <DOT> org>
AuthorDate: Wed Jul  1 12:08:48 2020 +0000
Commit:     Hanno Böck <hanno <AT> gentoo <DOT> 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 <hanno <AT> 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
 }

Reply via email to