summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <mmk@levelnine.at>2024-08-11 10:13:12 +0200
committerConrad Kostecki <conikost@gentoo.org>2024-08-26 01:53:44 +0200
commitbbd86f78e1aea3068310c97d4ec95a911395b9df (patch)
tree69463439e65c889e2453866a130d944bba28bcae /games-strategy
parentgames-strategy/freeciv: add 3.1.2 (diff)
downloadgentoo-bbd86f78e1aea3068310c97d4ec95a911395b9df.tar.gz
gentoo-bbd86f78e1aea3068310c97d4ec95a911395b9df.tar.bz2
gentoo-bbd86f78e1aea3068310c97d4ec95a911395b9df.zip
games-strategy/freeciv: remove upstreamed patch
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/38100 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'games-strategy')
-rw-r--r--games-strategy/freeciv/freeciv-9999.ebuild4
1 files changed, 0 insertions, 4 deletions
diff --git a/games-strategy/freeciv/freeciv-9999.ebuild b/games-strategy/freeciv/freeciv-9999.ebuild
index 0b5e2c809016..eca61092a9e5 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