diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2022-02-11 20:12:10 -0500 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2022-02-11 20:54:40 -0500 |
commit | fc627dacb373eef4533fa16fb9750835eeae8697 (patch) | |
tree | 7a26ff79d8872599ae45298171a6885aa081564d /games-puzzle/pingus | |
parent | games-util/lutris: drop 0.5.8.4 (diff) | |
download | gentoo-fc627dacb373eef4533fa16fb9750835eeae8697.tar.gz gentoo-fc627dacb373eef4533fa16fb9750835eeae8697.tar.bz2 gentoo-fc627dacb373eef4533fa16fb9750835eeae8697.zip |
games-puzzle/pingus: enable py3.10 + respect EPREFIX
Unfortunately still no release upstream to remove scons (and
live isn't in best state for a snapshot, broken with current
libfmt and need to handle many submodules).
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'games-puzzle/pingus')
-rw-r--r-- | games-puzzle/pingus/pingus-0.7.6-r3.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games-puzzle/pingus/pingus-0.7.6-r3.ebuild b/games-puzzle/pingus/pingus-0.7.6-r3.ebuild index 1b6acb9e7d83..1318ebeae323 100644 --- a/games-puzzle/pingus/pingus-0.7.6-r3.ebuild +++ b/games-puzzle/pingus/pingus-0.7.6-r3.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{7..9} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit desktop flag-o-matic python-any-r1 scons-utils toolchain-funcs xdg DESCRIPTION="Free Lemmings clone" @@ -52,7 +52,7 @@ src_compile() { src_install() { emake install-exec install-data \ DESTDIR="${D}" \ - PREFIX="/usr" + PREFIX="${EPREFIX}"/usr doman doc/man/pingus.6 doicon data/images/icons/pingus.svg make_desktop_entry ${PN} Pingus |