commit:     c8f3b3f4f64dfdfa9c129d711ca9cd436e2c3718
Author:     Arfrever Frehtes Taifersar Arahesis <Arfrever <AT> Apache <DOT> Org>
AuthorDate: Mon Sep 11 17:49:50 2017 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Mon Sep 11 18:39:17 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8f3b3f4

app-i18n/fcitx: Drop obsolete conversion of shebangs in scripts.

 app-i18n/fcitx/fcitx-9999.ebuild | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/app-i18n/fcitx/fcitx-9999.ebuild b/app-i18n/fcitx/fcitx-9999.ebuild
index f4297bdcc05..5af39fc88f1 100644
--- a/app-i18n/fcitx/fcitx-9999.ebuild
+++ b/app-i18n/fcitx/fcitx-9999.ebuild
@@ -73,11 +73,6 @@ src_prepare() {
                -e "/find_package(XkbFile REQUIRED)/a\\    endif(ENABLE_X11)" \
                -i CMakeLists.txt
 
-       # https://github.com/fcitx/fcitx/issues/342
-       while IFS='' read -d $'\0' -r f ; do
-               sed 's:^#!/bin/sh$:#!/usr/bin/env bash:' -i "${f}" || die
-       done < <(find "${S}" -name '*.sh' -type f -print0)
-
        cmake-utils_src_prepare
        xdg_environment_reset
 }

Reply via email to