aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillaume Horel <guillaume.horel@gmail.com>2015-04-03 16:23:01 -0400
committerGuillaume Horel <guillaume.horel@gmail.com>2015-04-03 16:23:01 -0400
commit365b7d96ce16ca62a8ddfd590cff1932b37064f4 (patch)
tree982739cbc6818102a30f3531aee55a6d9f42c024 /dev-java/gluegen/files/2.2.4-dont-test-archive.patch
parentdev-java/jogl: rework ebuild starting from 2.1.4 (diff)
downloadsci-365b7d96ce16ca62a8ddfd590cff1932b37064f4.tar.gz
sci-365b7d96ce16ca62a8ddfd590cff1932b37064f4.tar.bz2
sci-365b7d96ce16ca62a8ddfd590cff1932b37064f4.zip
dev-java/gluegen: rework ebuild starting from 2.1.4
Package-Manager: portage-2.2.18
Diffstat (limited to 'dev-java/gluegen/files/2.2.4-dont-test-archive.patch')
-rw-r--r--dev-java/gluegen/files/2.2.4-dont-test-archive.patch16
1 files changed, 16 insertions, 0 deletions
diff --git a/dev-java/gluegen/files/2.2.4-dont-test-archive.patch b/dev-java/gluegen/files/2.2.4-dont-test-archive.patch
new file mode 100644
index 000000000..3eb061f27
--- /dev/null
+++ b/dev-java/gluegen/files/2.2.4-dont-test-archive.patch
@@ -0,0 +1,16 @@
+diff --git a/gluegen-2.1.4_rc01/make/build-test.xml b/gluegen-2.1.4_rc01/make/build-test.xml
+index 31dc773..e872a0a 100644
+--- a/gluegen-2.1.4_rc01/make/build-test.xml
++++ b/gluegen-2.1.4_rc01/make/build-test.xml
+@@ -614,9 +614,11 @@ chmod 644 ${results}/* \${line.separator}
+
+ <!-- updates / create the test results zip file -->
+ <target name="test-zip-archive" depends="init">
++ <!--
+ <archive.7z destfile="${build}/${test.archive.name}.7z"
+ basedir="${project.root}"
+ includes="${rootrel.build}/test/results ${rootrel.build}/test/results-x64 ${rootrel.build}/test/results-x32" />
++ -->
+ </target>
+
+