summaryrefslogtreecommitdiff
path: root/games-emulation/m64py/m64py-0.2.5_p20211222.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'games-emulation/m64py/m64py-0.2.5_p20211222.ebuild')
-rw-r--r--games-emulation/m64py/m64py-0.2.5_p20211222.ebuild6
1 files changed, 5 insertions, 1 deletions
diff --git a/games-emulation/m64py/m64py-0.2.5_p20211222.ebuild b/games-emulation/m64py/m64py-0.2.5_p20211222.ebuild
index caad3fcc70d1..2b4004c0ee48 100644
--- a/games-emulation/m64py/m64py-0.2.5_p20211222.ebuild
+++ b/games-emulation/m64py/m64py-0.2.5_p20211222.ebuild
@@ -44,11 +44,15 @@ RDEPEND="
)
"
BDEPEND="
- <dev-python/setuptools-69
dev-qt/linguist-tools:5
"
python_prepare_all() {
+ local PATCHES=(
+ # https://github.com/mupen64plus/mupen64plus-ui-python/issues/227
+ "${FILESDIR}/${P}-setuptools-69.patch"
+ )
+
# set the correct search path
cat >> src/m64py/platform.py <<-_EOF_ || die
SEARCH_DIRS = ["/usr/$(get_libdir)/mupen64plus"]