From cc67cd13dc32e350a03f875ce56dcd7b4e84510e Mon Sep 17 00:00:00 2001 From: "Wolfgang E. Sanyer" Date: Thu, 1 Apr 2021 16:51:37 -0400 Subject: dev-java/gwt: bump to 2.9.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This resolves the two bugs references below, but does not close them since they still exist in the older version of this ebuild. Bug: https://bugs.gentoo.org/762619 Bug: https://bugs.gentoo.org/716220 Signed-off-by: Wolfgang E. Sanyer Closes: https://github.com/gentoo/gentoo/pull/20222 Signed-off-by: Miroslav Ć ulc --- .../gwt/files/gwt-2.9.0-jsinterop-classpath.patch | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 dev-java/gwt/files/gwt-2.9.0-jsinterop-classpath.patch (limited to 'dev-java/gwt/files/gwt-2.9.0-jsinterop-classpath.patch') diff --git a/dev-java/gwt/files/gwt-2.9.0-jsinterop-classpath.patch b/dev-java/gwt/files/gwt-2.9.0-jsinterop-classpath.patch new file mode 100644 index 000000000000..5e69341210cf --- /dev/null +++ b/dev-java/gwt/files/gwt-2.9.0-jsinterop-classpath.patch @@ -0,0 +1,20 @@ +# It's unclear how upstream gets their "dev.compile.test" target to compile +# without this - it could be that their testing is done with the local tools/ +# dir, and that some assumptions are made somewhere in the bulid system that +# don't apply when the tools dir is elsewhere. Either way, this fixes it. +# +# a Pull Request (of sorts) has been issued with upstream to incorporate this +# change. I would list the PR link here, but they use gerrit, and i don't +# understand what happened to my submission after I issued +# `git push upstream HEAD:refs/for/master` + +--- a/dev/build.xml ++++ b/dev/build.xml +@@ -60,6 +60,7 @@ + + ++ + + + -- cgit v1.2.3