diff options
author | 2018-07-11 20:18:24 +0200 | |
---|---|---|
committer | 2018-07-11 20:34:34 +0200 | |
commit | 4d5febfd4e98d073d556ae4dc9162324f46b31e0 (patch) | |
tree | 4e347915116c378963949d95d438244729f12b40 /games-board/peg-e/files | |
parent | games-puzzle/tanglet: Drop old (diff) | |
download | gentoo-4d5febfd4e98d073d556ae4dc9162324f46b31e0.tar.gz gentoo-4d5febfd4e98d073d556ae4dc9162324f46b31e0.tar.bz2 gentoo-4d5febfd4e98d073d556ae4dc9162324f46b31e0.zip |
games-board/peg-e: 1.2.5 version bump
Fixes qmake with Qt 5.11.
Package-Manager: Portage-2.3.42, Repoman-2.3.9
Diffstat (limited to 'games-board/peg-e/files')
-rw-r--r-- | games-board/peg-e/files/peg-e-1.2.5-gentoo.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/games-board/peg-e/files/peg-e-1.2.5-gentoo.patch b/games-board/peg-e/files/peg-e-1.2.5-gentoo.patch new file mode 100644 index 000000000000..e6430001cf35 --- /dev/null +++ b/games-board/peg-e/files/peg-e-1.2.5-gentoo.patch @@ -0,0 +1,11 @@ +--- a/peg-e.pro 2018-05-29 13:01:32.000000000 +0200 ++++ b/peg-e.pro 2018-07-11 20:15:46.151082792 +0200 +@@ -75,7 +75,7 @@ + RESOURCES = icons/icon.qrc + + isEmpty(PREFIX) { +- PREFIX = /usr/local ++ PREFIX = /usr + } + isEmpty(BINDIR) { + BINDIR = bin |