summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAustin English <wizardedit@gentoo.org>2016-09-05 22:04:09 -0500
committerAustin English <wizardedit@gentoo.org>2016-09-05 23:05:54 -0500
commitc234d6101d5b724ed825049fe3c1d4c096257dca (patch)
tree394264f863c1e971e41bed1fc25e73a2735678f1 /games-board/pysolfc/files/pysolfc-gentoo.patch
parentsys-fs/rar2fs: version bump to 1.23.1 (diff)
downloadgentoo-c234d6101d5b724ed825049fe3c1d4c096257dca.tar.gz
gentoo-c234d6101d5b724ed825049fe3c1d4c096257dca.tar.bz2
gentoo-c234d6101d5b724ed825049fe3c1d4c096257dca.zip
games-board/pysolfc: fix USE=extra-cardsets not showing extra cardsets
Gentoo-Bug: https://bugs.gentoo.org/591904 Package-Manager: portage-2.3.0
Diffstat (limited to 'games-board/pysolfc/files/pysolfc-gentoo.patch')
-rw-r--r--games-board/pysolfc/files/pysolfc-gentoo.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/games-board/pysolfc/files/pysolfc-gentoo.patch b/games-board/pysolfc/files/pysolfc-gentoo.patch
new file mode 100644
index 000000000000..07a7b662f320
--- /dev/null
+++ b/games-board/pysolfc/files/pysolfc-gentoo.patch
@@ -0,0 +1,10 @@
+--- a/pysollib/settings.py 2014-04-07 20:05:02.335276008 +0200
++++ b/pysollib/settings.py 2014-04-07 20:05:33.099062670 +0200
+@@ -63,6 +63,7 @@
+ '/usr/local/share/PySolFC',
+ '/usr/games/PySolFC',
+ '/usr/local/games/PySolFC',
++ '/usr/share/pysolfc',
+ ]
+ if os.name == 'nt':
+ pass