From ef539b1c8dd80254db54ed74c13ca31d4a9e6e64 Mon Sep 17 00:00:00 2001 From: Joonas Niilola Date: Fri, 11 Aug 2023 09:09:22 +0300 Subject: games-engines/fheroes2: disable py3.9 Signed-off-by: Joonas Niilola --- 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 -- cgit v1.2.3-65-gdbad