From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A1A6715801B for ; Fri, 11 Aug 2023 06:11:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 99EB42BC03D; Fri, 11 Aug 2023 06:11:53 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7ED732BC03D for ; Fri, 11 Aug 2023 06:11:53 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7E99E33C1C1 for ; Fri, 11 Aug 2023 06:11:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E1A53F5E for ; Fri, 11 Aug 2023 06:11:50 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1691734307.ef539b1c8dd80254db54ed74c13ca31d4a9e6e64.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-engines/fheroes2/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-engines/fheroes2/fheroes2-1.0.6.ebuild X-VCS-Directories: games-engines/fheroes2/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: ef539b1c8dd80254db54ed74c13ca31d4a9e6e64 X-VCS-Branch: master Date: Fri, 11 Aug 2023 06:11:50 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: e7fd5d02-f34f-4cd6-84ae-984f5b3e0176 X-Archives-Hash: 6cc69cba2522a1fe073274e0adb759ef commit: ef539b1c8dd80254db54ed74c13ca31d4a9e6e64 Author: Joonas Niilola gentoo org> AuthorDate: Fri Aug 11 06:09:22 2023 +0000 Commit: Joonas Niilola gentoo 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 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