Gentoo Archives: gentoo-commits

From: "Miroslav Šulc" <fordfrog@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/jedit/
Date: Wed, 29 Dec 2021 08:46:06
Message-Id: 1640767555.8e46960c5f2d8130996ed3995ea788b4cc498ed4.fordfrog@gentoo
1 commit: 8e46960c5f2d8130996ed3995ea788b4cc498ed4
2 Author: Volkmar W. Pogatzki <gentoo <AT> pogatzki <DOT> net>
3 AuthorDate: Tue Dec 28 08:45:45 2021 +0000
4 Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
5 CommitDate: Wed Dec 29 08:45:55 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e46960c
7
8 app-editors/jedit: restrict test
9
10 Closes: https://bugs.gentoo.org/733128
11 Package-Manager: Portage-3.0.28, Repoman-3.0.3
12 Signed-off-by: Volkmar W. Pogatzki <gentoo <AT> pogatzki.net>
13 Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>
14
15 app-editors/jedit/jedit-5.4.0-r1.ebuild | 5 +++++
16 1 file changed, 5 insertions(+)
17
18 diff --git a/app-editors/jedit/jedit-5.4.0-r1.ebuild b/app-editors/jedit/jedit-5.4.0-r1.ebuild
19 index ace3b3f58bd4..09325362d830 100644
20 --- a/app-editors/jedit/jedit-5.4.0-r1.ebuild
21 +++ b/app-editors/jedit/jedit-5.4.0-r1.ebuild
22 @@ -14,6 +14,11 @@ LICENSE="BSD GPL-2"
23 KEYWORDS="~amd64 ~ppc64 ~x86"
24 SLOT="0"
25
26 +# Same failure with 5.4.0.ebuild:
27 +# See reports at /var/tmp/portage/app-editors/jedit-5.4.0/work/jEdit/build/test/reports/index.html
28 +# "Failure" "No tests found in org.jedit.io.Native2ASCIIEncodingTest"
29 +RESTRICT="test"
30 +
31 CP_DEPEND="dev-java/jsr305:0"
32
33 # Restricting to java 1.8 as it fails to compile with newer java versions, https://bugs.gentoo.org/828559