summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Palimaka <kensington@gentoo.org>2017-09-22 00:10:18 +1000
committerMichael Palimaka <kensington@gentoo.org>2017-09-22 00:11:24 +1000
commit6ab53e490c274dc7b16d0220194f6bedbb8555a8 (patch)
treef4f93418a7e95aada9b200253d0b6d1a6519e897 /games-puzzle/hexalate/files
parentgames-puzzle/hexalate: stabilise 1.1.0 for amd64/x86 (diff)
downloadgentoo-6ab53e490c274dc7b16d0220194f6bedbb8555a8.tar.gz
gentoo-6ab53e490c274dc7b16d0220194f6bedbb8555a8.tar.bz2
gentoo-6ab53e490c274dc7b16d0220194f6bedbb8555a8.zip
games-puzzle/hexalate: remove 1.0.3
Package-Manager: Portage-2.3.8, Repoman-2.3.3
Diffstat (limited to 'games-puzzle/hexalate/files')
-rw-r--r--games-puzzle/hexalate/files/hexalate-1.0.3-gentoo.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/games-puzzle/hexalate/files/hexalate-1.0.3-gentoo.patch b/games-puzzle/hexalate/files/hexalate-1.0.3-gentoo.patch
deleted file mode 100644
index 49f5b1c82ee5..000000000000
--- a/games-puzzle/hexalate/files/hexalate-1.0.3-gentoo.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/locale_dialog.cpp.old 2014-05-20 22:30:07.399795787 +0200
-+++ src/locale_dialog.cpp 2014-05-20 22:31:12.079600999 +0200
-@@ -85,7 +85,7 @@
- if (paths.isEmpty()) {
- QString appdir = QCoreApplication::applicationDirPath();
- paths.append(appdir);
-- paths.append(appdir + "/../share/" + QCoreApplication::applicationName().toLower());
-+ paths.append("@GENTOO_DATADIR@");
- paths.append(appdir + "/../Resources");
- }
- foreach (const QString& path, paths) {