summaryrefslogtreecommitdiff
path: root/dev-java/gwt/files/gwt-2.9.0-jsinterop-classpath.patch
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-05-08 11:45:13 +0200
committerMichał Górny <mgorny@gentoo.org>2024-05-08 11:45:23 +0200
commit060f7940f4fd647ff7cf7f7eae598074d724bf0d (patch)
tree8858df826bf77b62f624d9d20ee9d7a9aae3681a /dev-java/gwt/files/gwt-2.9.0-jsinterop-classpath.patch
parent394b7482e3a033ce78084d8f6b9a45250531626d (diff)
downloadgentoo-060f7940f4fd647ff7cf7f7eae598074d724bf0d.tar.gz
gentoo-060f7940f4fd647ff7cf7f7eae598074d724bf0d.tar.bz2
gentoo-060f7940f4fd647ff7cf7f7eae598074d724bf0d.zip
dev-java/gwt: Remove last-rited pkg
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-java/gwt/files/gwt-2.9.0-jsinterop-classpath.patch')
-rw-r--r--dev-java/gwt/files/gwt-2.9.0-jsinterop-classpath.patch20
1 files changed, 0 insertions, 20 deletions
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
deleted file mode 100644
index 55d14fab15d3..000000000000
--- a/dev-java/gwt/files/gwt-2.9.0-jsinterop-classpath.patch
+++ /dev/null
@@ -1,20 +0,0 @@
-# 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 build 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 @@
- <pathelement
- location="${gwt.tools.lib}/streamhtmlparser/streamhtmlparser-jsilver-r10/streamhtmlparser-jsilver-r10-1.5-rebased.jar"/>
- <pathelement location="${gwt.build.lib}/gwt-dev-${build.host.platform}.jar"/>
-+ <pathelement location="${gwt.tools.lib}/jsinterop/jsinterop-annotations-2.0.0.jar"/>
- <pathelement location="${alldeps.jar}"/>
- </classpath>
- </gwt.javac>