commit: f394c44eda32283d222fc56e56bdc50bbcb05905
Author: Wolfgang E. Sanyer <ezzieyguywuf <AT> gmail <DOT> com>
AuthorDate: Tue Mar 9 04:18:24 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Apr 5 17:45:39 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f394c44e
games-roguelike/tome: rename patch file to include package name
Signed-off-by: Wolfgang E. Sanyer <ezzieyguywuf <AT> gmail.com>
Signed-off-by: Sam James <sam <AT> gentoo.org>
.../files/{2.3.5-gentoo-paths.patch => tome-2.3.5-gentoo-paths.patch} | 0
games-roguelike/tome/tome-2.3.5.ebuild | 2 +-
2 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/games-roguelike/tome/files/2.3.5-gentoo-paths.patch
b/games-roguelike/tome/files/tome-2.3.5-gentoo-paths.patch
similarity index 100%
rename from games-roguelike/tome/files/2.3.5-gentoo-paths.patch
rename to games-roguelike/tome/files/tome-2.3.5-gentoo-paths.patch
diff --git a/games-roguelike/tome/tome-2.3.5.ebuild
b/games-roguelike/tome/tome-2.3.5.ebuild
index ba8a0ba2545..66f77bb1c07 100644
--- a/games-roguelike/tome/tome-2.3.5.ebuild
+++ b/games-roguelike/tome/tome-2.3.5.ebuild
@@ -28,7 +28,7 @@ DEPEND="${RDEPEND}
S=${WORKDIR}/tome-${MY_PV}-src/src
-PATCHES=( "${FILESDIR}/${PV}-gentoo-paths.patch"
+PATCHES=( "${FILESDIR}/${PN}-2.3.5-gentoo-paths.patch"
"${FILESDIR}"/${PN}-2.3.5-format.patch
"${FILESDIR}"/${PN}-2.3.5-noX.patch
)