diff options
author | Joonas Niilola <juippis@gentoo.org> | 2023-08-11 09:09:22 +0300 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2023-08-11 09:11:47 +0300 |
commit | ef539b1c8dd80254db54ed74c13ca31d4a9e6e64 (patch) | |
tree | bfcb4171d2b5e0c5328487f8be63f94e710ec57b | |
parent | games-engines/fheroes2: drop 1.0.5 (diff) | |
download | gentoo-ef539b1c8dd80254db54ed74c13ca31d4a9e6e64.tar.gz gentoo-ef539b1c8dd80254db54ed74c13ca31d4a9e6e64.tar.bz2 gentoo-ef539b1c8dd80254db54ed74c13ca31d4a9e6e64.zip |
games-engines/fheroes2: disable py3.9
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
-rw-r--r-- | games-engines/fheroes2/fheroes2-1.0.6.ebuild | 7 |
1 files 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 |