diff options
author | William Breathitt Gray <vilhelm.gray@gmail.com> | 2020-10-13 08:52:08 -0400 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2020-10-13 16:11:48 +0300 |
commit | ca4b18f509902a8d28a02be8a779bccfed71e69e (patch) | |
tree | ecf95f43d89a026025041379269a197f26248321 /games-fps/chocolate-doom/chocolate-doom-3.0.1.ebuild | |
parent | app-admin/ngxtop: add python3.9, adjust DISTUTILS_USE_SETUPTOOLS (diff) | |
download | gentoo-ca4b18f509902a8d28a02be8a779bccfed71e69e.tar.gz gentoo-ca4b18f509902a8d28a02be8a779bccfed71e69e.tar.bz2 gentoo-ca4b18f509902a8d28a02be8a779bccfed71e69e.zip |
games-fps/chocolate-doom: Resolve SizeViolation for patch
Closes: https://bugs.gentoo.org/748186
Signed-off-by: William Breathitt Gray <vilhelm.gray@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/17912
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'games-fps/chocolate-doom/chocolate-doom-3.0.1.ebuild')
-rw-r--r-- | games-fps/chocolate-doom/chocolate-doom-3.0.1.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/games-fps/chocolate-doom/chocolate-doom-3.0.1.ebuild b/games-fps/chocolate-doom/chocolate-doom-3.0.1.ebuild index 5809e2bf6321..42f25a285d47 100644 --- a/games-fps/chocolate-doom/chocolate-doom-3.0.1.ebuild +++ b/games-fps/chocolate-doom/chocolate-doom-3.0.1.ebuild @@ -9,7 +9,8 @@ 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" +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" LICENSE="BSD GPL-2+" SLOT="0" @@ -30,7 +31,7 @@ BDEPEND=" S="${WORKDIR}/${PN}-${P}" PATCHES=( - "${FILESDIR}/${P}-overhaul-manpages-add-parameters.patch" + "${DISTDIR}/${P}-overhaul-manpages-add-parameters.patch" "${FILESDIR}/${P}-further-manpage-substitutions-and-fixes.patch" "${FILESDIR}/${P}-bash-completion-run-docgen-with-z-argument.patch" "${FILESDIR}/${P}-install-AppStream-metadata-into-the-proper-location.patch" |