summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-emulation/wine-staging/wine-staging-6.7.ebuild')
-rw-r--r--app-emulation/wine-staging/wine-staging-6.7.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emulation/wine-staging/wine-staging-6.7.ebuild b/app-emulation/wine-staging/wine-staging-6.7.ebuild
index 20eb02bc907b..f1e4e79a20aa 100644
--- a/app-emulation/wine-staging/wine-staging-6.7.ebuild
+++ b/app-emulation/wine-staging/wine-staging-6.7.ebuild
@@ -373,7 +373,7 @@ src_unpack() {
src_prepare() {
- eapply_bin(){
+ eapply_bin() {
local patch
for patch in ${PATCHES_BIN[@]}; do
patchbin --nogit < "${patch}" || die
@@ -436,7 +436,7 @@ src_prepare() {
\164\2/' loader/Makefile.in || die
fi
- rm_man_file(){
+ rm_man_file() {
local file="${1}"
loc=${2}
sed -i "/${loc}\.UTF-8\.man\.in/d" "${file}" || die