Gentoo Archives: gentoo-commits

From: "Hanno Böck" <hanno@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-erlang/proper/
Date: Wed, 01 Jul 2020 12:08:59
Message-Id: 1593605328.792a1b81e0868a0fc2f23b68ad89e9a7dbe4667d.hanno@gentoo
1 commit: 792a1b81e0868a0fc2f23b68ad89e9a7dbe4667d
2 Author: Hanno Böck <hanno <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jul 1 12:08:48 2020 +0000
4 Commit: Hanno Böck <hanno <AT> gentoo <DOT> org>
5 CommitDate: Wed Jul 1 12:08:48 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=792a1b81
7
8 dev-erlang/proper: Disable tests
9
10 Broken upstream with latest erlang.
11
12 Closes: https://bugs.gentoo.org/720472
13 Signed-off-by: Hanno Böck <hanno <AT> gentoo.org>
14 Package-Manager: Portage-2.3.103, Repoman-2.3.23
15
16 dev-erlang/proper/proper-1.3.ebuild | 5 ++++-
17 1 file changed, 4 insertions(+), 1 deletion(-)
18
19 diff --git a/dev-erlang/proper/proper-1.3.ebuild b/dev-erlang/proper/proper-1.3.ebuild
20 index 6e489aec399..3886a00191c 100644
21 --- a/dev-erlang/proper/proper-1.3.ebuild
22 +++ b/dev-erlang/proper/proper-1.3.ebuild
23 @@ -1,4 +1,4 @@
24 -# Copyright 1999-2019 Gentoo Authors
25 +# Copyright 1999-2020 Gentoo Authors
26 # Distributed under the terms of the GNU General Public License v2
27
28 EAPI=6
29 @@ -19,6 +19,9 @@ RDEPEND="${DEPEND}"
30
31 DOCS=( README.md THANKS )
32
33 +# tests broken with current erlang 23.x
34 +RESTRICT="test"
35 +
36 src_configure() {
37 ./configure
38 }