commit:     ef539b1c8dd80254db54ed74c13ca31d4a9e6e64
Author:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 11 06:09:22 2023 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Fri Aug 11 06:11:47 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef539b1c

games-engines/fheroes2: disable py3.9

Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 games-engines/fheroes2/fheroes2-1.0.6.ebuild | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/games-engines/fheroes2/fheroes2-1.0.6.ebuild 
b/games-engines/fheroes2/fheroes2-1.0.6.ebuild
index f58beedc9f5c..0481e2bc397d 100644
--- a/games-engines/fheroes2/fheroes2-1.0.6.ebuild
+++ b/games-engines/fheroes2/fheroes2-1.0.6.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{9..12} )
+PYTHON_COMPAT=( python3_{10..12} )
 inherit cmake python-single-r1 xdg
 
 DESCRIPTION="Recreation of HoMM2 game engine"
@@ -16,7 +16,7 @@ KEYWORDS="~amd64"
 IUSE="tools"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
-COMMON_DEPEND="
+DEPEND="
        media-libs/libpng:=
        media-libs/libsdl2[video]
        media-libs/sdl2-image
@@ -24,13 +24,12 @@ COMMON_DEPEND="
        sys-libs/zlib
 "
 RDEPEND="
-       ${COMMON_DEPEND}
+       ${DEPEND}
        ${PYTHON_DEPS}
        app-arch/libarchive
        dev-lang/python
        virtual/libintl
 "
-DEPEND="${COMMON_DEPEND}"
 BDEPEND="
        sys-devel/gettext
        virtual/pkgconfig

Reply via email to