diff options
author | eroen <eroen@occam.eroen.eu> | 2014-09-20 06:18:54 +0200 |
---|---|---|
committer | eroen <eroen@occam.eroen.eu> | 2014-09-20 07:01:48 +0200 |
commit | 968712777e7b67c238d7def34040cf89f0bf0c2f (patch) | |
tree | d7303f7c0657bc304c5076ceded1cf15938f2ffd | |
parent | wine-compholio-1.7.26 - fake patchlist (diff) | |
download | eroen-968712777e7b67c238d7def34040cf89f0bf0c2f.tar.gz eroen-968712777e7b67c238d7def34040cf89f0bf0c2f.tar.bz2 eroen-968712777e7b67c238d7def34040cf89f0bf0c2f.zip |
wine-compholio-1.7.26 - All patches in patchlist
-rw-r--r-- | app-emulation/wine-compholio/wine-compholio-1.7.26.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emulation/wine-compholio/wine-compholio-1.7.26.ebuild b/app-emulation/wine-compholio/wine-compholio-1.7.26.ebuild index fdddf69..a510d43 100644 --- a/app-emulation/wine-compholio/wine-compholio-1.7.26.ebuild +++ b/app-emulation/wine-compholio/wine-compholio-1.7.26.ebuild @@ -353,9 +353,9 @@ src_prepare() { eend fi PATCHES+=($(for f in "${COMPHOLIO_PATCHES[@]}"; do echo "${f}"; done | sort)) - for f in "${COMPHOLIO_PATCHES[@]}"; do + for f in "${PATCHES[@]}"; do # echo '+ { "Miscellaneous", "Sebastian Lackner", "kernel32: Silence repeated CompareStringEx FIXME." },'; \ - echo '+ { "Gentoo", "Compholio", "'${f}'" },' + echo '+ { "Gentoo", "'${PF}'", "'${f}'" },' done \ | "${WORKDIR}"/wine-compholio-${PV}/debian/tools/patchlist.sh \ > "${T}"/patchlist.patch |