From a7628a85091f8fe2d311481062cdc4000d2afcd4 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Mon, 23 Oct 2017 23:11:11 +0200 Subject: community/scala: pin java version to "=8" instead of ">=8" --- community/scala/PKGBUILD | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 community/scala/PKGBUILD (limited to 'community/scala') diff --git a/community/scala/PKGBUILD b/community/scala/PKGBUILD new file mode 100644 index 00000000..7f037914 --- /dev/null +++ b/community/scala/PKGBUILD @@ -0,0 +1,2 @@ +# does not build with java 9 +depends=("${depends[@]/>=8/=8}") -- cgit v1.2.3