diff options
author | James Le Cuirot <chewi@gentoo.org> | 2024-06-22 13:09:18 +0100 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2024-06-22 13:09:45 +0100 |
commit | 5a257ee8cb45767e9b40ba0c8a04588206e7470f (patch) | |
tree | ba9bc5bd5b07a8d8b604da50671dd530b35b2c92 /games-fps | |
parent | profiles, x86: Start the time64 experiment (diff) | |
download | gentoo-5a257ee8cb45767e9b40ba0c8a04588206e7470f.tar.gz gentoo-5a257ee8cb45767e9b40ba0c8a04588206e7470f.tar.bz2 gentoo-5a257ee8cb45767e9b40ba0c8a04588206e7470f.zip |
games-fps/chocolate-doom: Update PYTHON_COMPAT to py3_{10..13}, EAPI 8
Closes: https://bugs.gentoo.org/929580
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Diffstat (limited to 'games-fps')
-rw-r--r-- | games-fps/chocolate-doom/chocolate-doom-3.0.1-r2.ebuild (renamed from games-fps/chocolate-doom/chocolate-doom-3.0.1-r1.ebuild) | 23 |
1 files changed, 13 insertions, 10 deletions
diff --git a/games-fps/chocolate-doom/chocolate-doom-3.0.1-r1.ebuild b/games-fps/chocolate-doom/chocolate-doom-3.0.1-r2.ebuild index 28becfd4f811..e45332fa7883 100644 --- a/games-fps/chocolate-doom/chocolate-doom-3.0.1-r1.ebuild +++ b/games-fps/chocolate-doom/chocolate-doom-3.0.1-r2.ebuild @@ -1,16 +1,16 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit autotools prefix python-any-r1 xdg DESCRIPTION="A Doom source port that is minimalist and historically accurate" HOMEPAGE="https://www.chocolate-doom.org" SRC_URI="https://github.com/${PN}/${PN}/archive/${P}.tar.gz https://gist.githubusercontent.com/vilhelmgray/28d4713cb6387ad62ab76cfac1443355/raw/f7600d93ca45a5102969b8f89974a3c36a3563f5/${P}-overhaul-manpages-add-parameters.patch" - +S="${WORKDIR}/${PN}-${P}" LICENSE="BSD GPL-2+" SLOT="0" KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86" @@ -21,14 +21,17 @@ DEPEND=" media-libs/sdl2-mixer[midi?,vorbis?] media-libs/sdl2-net libsamplerate? ( media-libs/libsamplerate ) - png? ( media-libs/libpng:= )" -RDEPEND="${DEPEND}" -# ${PYTHON_DEPS} for bash-completion + png? ( media-libs/libpng:= ) +" + +RDEPEND=" + ${DEPEND} +" + +# ${PYTHON_DEPS} for bash-completion and docs. BDEPEND=" ${PYTHON_DEPS} - doc? ( ${PYTHON_DEPS} )" - -S="${WORKDIR}/${PN}-${P}" +" PATCHES=( "${DISTDIR}/${P}-overhaul-manpages-add-parameters.patch" |