summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Le Cuirot <chewi@gentoo.org>2024-06-08 10:54:21 +0100
committerJames Le Cuirot <chewi@gentoo.org>2024-06-08 10:56:49 +0100
commit7e1654c2edd0756c712f2b6de9b5cfec904e693e (patch)
tree8a20d93787d813136a95e513ddce4b56bb2524e0 /games-fps
parentapp-emulation/libvirt-glib: Stabilize 5.0.0 arm64, #930933 (diff)
downloadgentoo-7e1654c2edd0756c712f2b6de9b5cfec904e693e.tar.gz
gentoo-7e1654c2edd0756c712f2b6de9b5cfec904e693e.tar.bz2
gentoo-7e1654c2edd0756c712f2b6de9b5cfec904e693e.zip
games-fps/doomsday: Update PYTHON_COMPAT to python3_{10..13}
Closes: https://bugs.gentoo.org/896958 Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Diffstat (limited to 'games-fps')
-rw-r--r--games-fps/doomsday/doomsday-2.3.1.ebuild8
1 files changed, 3 insertions, 5 deletions
diff --git a/games-fps/doomsday/doomsday-2.3.1.ebuild b/games-fps/doomsday/doomsday-2.3.1.ebuild
index 26cd12c34b90..c74d3513f98d 100644
--- a/games-fps/doomsday/doomsday-2.3.1.ebuild
+++ b/games-fps/doomsday/doomsday-2.3.1.ebuild
@@ -3,13 +3,13 @@
EAPI=8
-PYTHON_COMPAT=( python3_{9..10} )
+PYTHON_COMPAT=( python3_{10..13} )
inherit cmake flag-o-matic python-any-r1 qmake-utils readme.gentoo-r1 xdg
DESCRIPTION="A modern gaming engine for Doom, Heretic, and Hexen"
-HOMEPAGE="https://www.dengine.net"
+HOMEPAGE="https://dengine.net"
SRC_URI="https://downloads.sourceforge.net/project/deng/Doomsday%20Engine/${PV}/${P}.tar.gz"
-
+S="${WORKDIR}/${P}/${PN}"
LICENSE="GPL-3+ LGPL-3+"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
@@ -43,8 +43,6 @@ PDEPEND="
freedoom? ( games-fps/freedoom )
"
-S="${WORKDIR}/${P}/${PN}"
-
DOC_CONTENTS="You need to copy Doom, Doom 2, Chex Quest, Heretic, Hexen, HexenDD, or Doom64 wads to a folder of your choice and then tell the game engine where that folder is. This is different to older versions, which had separate launchers for each game and required the files to be in a specific place."
src_prepare() {