summaryrefslogtreecommitdiff
path: root/app-editors/jedit/jedit-5.4.0-r1.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'app-editors/jedit/jedit-5.4.0-r1.ebuild')
-rw-r--r--app-editors/jedit/jedit-5.4.0-r1.ebuild9
1 files changed, 7 insertions, 2 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..991fc2326e7a 100644
--- a/app-editors/jedit/jedit-5.4.0-r1.ebuild
+++ b/app-editors/jedit/jedit-5.4.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -11,9 +11,14 @@ HOMEPAGE="http://www.jedit.org"
SRC_URI="mirror://sourceforge/${PN}/${PN}${PV}source.tar.bz2"
LICENSE="BSD GPL-2"
-KEYWORDS="~amd64 ~ppc64 ~x86"
+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