summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Le Cuirot <chewi@gentoo.org>2020-03-22 14:30:55 +0000
committerJames Le Cuirot <chewi@gentoo.org>2020-03-22 14:33:19 +0000
commitd0fee1992a50df8aec952854b3ba631c181aa0f0 (patch)
tree9a4c11211551a5608b94006044d6e483d0535292 /app-emulation/fs-uae-launcher/files
parentapp-emulation/fs-uae: Version bump to 3.0.3, drop old 3.0.2 (diff)
downloadgentoo-d0fee1992a50df8aec952854b3ba631c181aa0f0.tar.gz
gentoo-d0fee1992a50df8aec952854b3ba631c181aa0f0.tar.bz2
gentoo-d0fee1992a50df8aec952854b3ba631c181aa0f0.zip
app-emulation/fs-uae-launcher: Version bump to 3.0.3, drop old 3.0.2
Package-Manager: Portage-2.3.94, Repoman-2.3.20 Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Diffstat (limited to 'app-emulation/fs-uae-launcher/files')
-rw-r--r--app-emulation/fs-uae-launcher/files/fs-uae-launcher-2.8.3-QApplication.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/app-emulation/fs-uae-launcher/files/fs-uae-launcher-2.8.3-QApplication.patch b/app-emulation/fs-uae-launcher/files/fs-uae-launcher-2.8.3-QApplication.patch
deleted file mode 100644
index 446bfd835912..000000000000
--- a/app-emulation/fs-uae-launcher/files/fs-uae-launcher-2.8.3-QApplication.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-https://bugs.gentoo.org/684948
-
---- fs-uae-launcher-2.8.3/fsui/qt/qt.py 2017-01-08 19:48:56.000000000 +0000
-+++ fs-uae-launcher-2.8.3/fsui/qt/qt.py 2019-05-03 22:28:16.979041988 +0100
-@@ -60,7 +60,7 @@
- # fix_qt_for_maverick()
-
- fsbc.desktop.set_open_url_in_browser_function(open_url_in_browser)
-- qapplication = QtBaseApplication([])
-+ qapplication = QtBaseApplication([''])
- initialize_qt_style(qapplication)
- return qapplication
-