diff options
author | David Seifert <soap@gentoo.org> | 2019-06-16 19:58:26 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2019-06-16 19:59:03 +0200 |
commit | 45ee04ae7ab32e7ad1bd4182a21cb96831c7e89d (patch) | |
tree | bac21339c7c0ca0c911165349c092cde0fc10bf1 /games-emulation | |
parent | app-portage/unsymlink-lib: Bump to v16 (diff) | |
download | gentoo-45ee04ae7ab32e7ad1bd4182a21cb96831c7e89d.tar.gz gentoo-45ee04ae7ab32e7ad1bd4182a21cb96831c7e89d.tar.bz2 gentoo-45ee04ae7ab32e7ad1bd4182a21cb96831c7e89d.zip |
games-emulation/m64py: Add py3.7
Package-Manager: Portage-2.3.67, Repoman-2.3.14
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'games-emulation')
-rw-r--r-- | games-emulation/m64py/m64py-0.2.4.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/games-emulation/m64py/m64py-0.2.4.ebuild b/games-emulation/m64py/m64py-0.2.4.ebuild index bd849bbab87a..3a2bbf163379 100644 --- a/games-emulation/m64py/m64py-0.2.4.ebuild +++ b/games-emulation/m64py/m64py-0.2.4.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 -PYTHON_COMPAT=( python3_{5,6} ) +PYTHON_COMPAT=( python3_{5,6,7} ) inherit distutils-r1 xdg-utils @@ -37,9 +37,9 @@ RDEPEND=" python_prepare_all() { # set the correct search path - cat >> src/m64py/platform.py <<-_EOF_ + cat >> src/m64py/platform.py <<-_EOF_ || die SEARCH_DIRS = ["/usr/$(get_libdir)/mupen64plus"] -_EOF_ + _EOF_ distutils-r1_python_prepare_all } |