diff options
author | Volkmar W. Pogatzki <gentoo@pogatzki.net> | 2021-12-28 09:45:45 +0100 |
---|---|---|
committer | Miroslav Šulc <fordfrog@gentoo.org> | 2021-12-29 09:45:55 +0100 |
commit | 8e46960c5f2d8130996ed3995ea788b4cc498ed4 (patch) | |
tree | fdd6128d9f9a312572c6d7404d8fbbdcc694891c /app-editors/jedit | |
parent | www-apache/mod_auth_kerb: add Debian patch for krb5 ABI break (diff) | |
download | gentoo-8e46960c5f2d8130996ed3995ea788b4cc498ed4.tar.gz gentoo-8e46960c5f2d8130996ed3995ea788b4cc498ed4.tar.bz2 gentoo-8e46960c5f2d8130996ed3995ea788b4cc498ed4.zip |
app-editors/jedit: restrict test
Closes: https://bugs.gentoo.org/733128
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net>
Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
Diffstat (limited to 'app-editors/jedit')
-rw-r--r-- | app-editors/jedit/jedit-5.4.0-r1.ebuild | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/app-editors/jedit/jedit-5.4.0-r1.ebuild b/app-editors/jedit/jedit-5.4.0-r1.ebuild index ace3b3f58bd4..09325362d830 100644 --- a/app-editors/jedit/jedit-5.4.0-r1.ebuild +++ b/app-editors/jedit/jedit-5.4.0-r1.ebuild @@ -14,6 +14,11 @@ LICENSE="BSD GPL-2" KEYWORDS="~amd64 ~ppc64 ~x86" SLOT="0" +# Same failure with 5.4.0.ebuild: +# See reports at /var/tmp/portage/app-editors/jedit-5.4.0/work/jEdit/build/test/reports/index.html +# "Failure" "No tests found in org.jedit.io.Native2ASCIIEncodingTest" +RESTRICT="test" + CP_DEPEND="dev-java/jsr305:0" # Restricting to java 1.8 as it fails to compile with newer java versions, https://bugs.gentoo.org/828559 |