commit: 4f91edf6fcbc417d8046c58fb6fd1dcc99fd7e58
Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 5 20:21:09 2016 +0000
Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Fri Aug 5 20:21:09 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f91edf6
games-mud/tf: fix PATCHES variable not to use glob on DISTDIR
Noticed egencache warning today:
/gentoo-ebuilds/gentoo/games-mud/tf/tf-50_beta8-r2.ebuild:
line 32: no match: /gentoo/distfiles/tf-all*patch.txt
Package-Manager: portage-2.3.0
games-mud/tf/tf-50_beta8-r2.ebuild | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/games-mud/tf/tf-50_beta8-r2.ebuild
b/games-mud/tf/tf-50_beta8-r2.ebuild
index 51ae5ae..7b3d1c9 100644
--- a/games-mud/tf/tf-50_beta8-r2.ebuild
+++ b/games-mud/tf/tf-50_beta8-r2.ebuild
@@ -26,7 +26,8 @@ DEPEND=${RDEPEND}
S=${WORKDIR}/${MY_P}
PATCHES=(
- "${DISTDIR}"/tf-all*patch.txt
+ "${DISTDIR}"/tf-allrootpatch.txt
+ "${DISTDIR}"/tf-allsrcpatch.txt
"${FILESDIR}"/${P}-pcre.patch
"${FILESDIR}"/${P}-stdarg.patch
)