mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-02-11 02:07:37 -08:00
Closes: https://bugs.gentoo.org/926331 Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
20 lines
464 B
Diff
20 lines
464 B
Diff
From c7a04feac8281cd3e53c8d0215a229bb6cd4fce8 Mon Sep 17 00:00:00 2001
|
|
From: Georgy Yakovlev <gyakovlev@gentoo.org>
|
|
Date: Sat, 1 Jun 2019 00:36:04 -0700
|
|
Subject: [PATCH] use system swt jar
|
|
|
|
--- a/build.gradle
|
|
+++ b/build.gradle
|
|
@@ -2477,7 +2477,7 @@ project(":swt") {
|
|
commonModuleSetup(project, [ 'base', 'graphics' ])
|
|
|
|
dependencies {
|
|
- compile name: SWT_FILE_NAME
|
|
+ compile files("__gentoo_swt_jar__")
|
|
}
|
|
|
|
classes {
|
|
--
|
|
2.21.0
|
|
|