diff options
author | Sam James <sam@gentoo.org> | 2022-12-20 11:19:44 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-12-20 11:19:44 +0000 |
commit | bab8eac341f3ec027c9fe38b51f51e37ba4d7589 (patch) | |
tree | e778055d98eb1a935025ad6da270775278957cb8 /games-strategy/wesnoth | |
parent | app-crypt/gnupg: use USE=doc install (diff) | |
download | gentoo-bab8eac341f3ec027c9fe38b51f51e37ba4d7589.tar.gz gentoo-bab8eac341f3ec027c9fe38b51f51e37ba4d7589.tar.bz2 gentoo-bab8eac341f3ec027c9fe38b51f51e37ba4d7589.zip |
games-strategy/wesnoth: style nit
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'games-strategy/wesnoth')
-rw-r--r-- | games-strategy/wesnoth/wesnoth-1.16.6.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games-strategy/wesnoth/wesnoth-1.16.6.ebuild b/games-strategy/wesnoth/wesnoth-1.16.6.ebuild index ebb79a331120..1a92e4f2d992 100644 --- a/games-strategy/wesnoth/wesnoth-1.16.6.ebuild +++ b/games-strategy/wesnoth/wesnoth-1.16.6.ebuild @@ -43,7 +43,7 @@ BDEPEND=" virtual/pkgconfig " -PATCHES=( "${FILESDIR}/wesnoth-1.16.6-fix-build-with-boost-1.81.patch" ) +PATCHES=( "${FILESDIR}"/${P}-fix-build-with-boost-1.81.patch ) src_prepare() { cmake_src_prepare |