From 4f91edf6fcbc417d8046c58fb6fd1dcc99fd7e58 Mon Sep 17 00:00:00 2001 From: Sergei Trofimovich Date: Fri, 5 Aug 2016 21:21:09 +0100 Subject: [PATCH] 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 51ae5aebdbe43..7b3d1c9ceee60 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 )