From bbd86f78e1aea3068310c97d4ec95a911395b9df Mon Sep 17 00:00:00 2001 From: Michael Mair-Keimberger Date: Sun, 11 Aug 2024 10:13:12 +0200 Subject: [PATCH] games-strategy/freeciv: remove upstreamed patch Signed-off-by: Michael Mair-Keimberger Closes: https://github.com/gentoo/gentoo/pull/38100 Signed-off-by: Conrad Kostecki --- games-strategy/freeciv/freeciv-9999.ebuild | 4 ---- 1 file changed, 4 deletions(-) diff --git a/games-strategy/freeciv/freeciv-9999.ebuild b/games-strategy/freeciv/freeciv-9999.ebuild index 0b5e2c8090160..eca61092a9e55 100644 --- a/games-strategy/freeciv/freeciv-9999.ebuild +++ b/games-strategy/freeciv/freeciv-9999.ebuild @@ -90,10 +90,6 @@ pkg_setup() { use system-lua && lua-single_pkg_setup } -PATCHES=( - "${FILESDIR}"/${PN}-3.1.0_beta4-fix-manpage-install-location.patch -) - src_prepare() { # Upstream's meson.build is not very friendly to our needs sed -i -e "s:doc/freeciv:doc/${PF}:" meson.build || die