commit:     d2c93a02e41fc211476d104989c75c4d5b32eb20
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 11 10:40:18 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Aug 11 10:40:18 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2c93a02

app-shells/dash: drop ancient sed locale workaround

This goes back a while to e515c9f26e5967d35c3f83b21f984bee53ab22e6 and
then 5a798cae614346d6aa0ad8b85cfd5c65f2150587 (gentoo commits).

Fixed upstream in fe393c0f9ab72de5a7d32aab53e5e8275cad8735.

Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-shells/dash/dash-0.5.12.ebuild | 3 ---
 app-shells/dash/dash-9999.ebuild   | 3 ---
 2 files changed, 6 deletions(-)

diff --git a/app-shells/dash/dash-0.5.12.ebuild 
b/app-shells/dash/dash-0.5.12.ebuild
index 951b11271623..59890c831e69 100644
--- a/app-shells/dash/dash-0.5.12.ebuild
+++ b/app-shells/dash/dash-0.5.12.ebuild
@@ -29,9 +29,6 @@ DEPEND="
 src_prepare() {
        default
 
-       # Fix the invalid sort
-       sed -i -e 's/LC_COLLATE=C/LC_ALL=C/g' src/mkbuiltins || die
-
        [[ ${PV} == 9999 ]] && eautoreconf
 
        # Use pkg-config for libedit linkage

diff --git a/app-shells/dash/dash-9999.ebuild b/app-shells/dash/dash-9999.ebuild
index 0c10e51d5343..86b5b85b179a 100644
--- a/app-shells/dash/dash-9999.ebuild
+++ b/app-shells/dash/dash-9999.ebuild
@@ -29,9 +29,6 @@ DEPEND="
 src_prepare() {
        default
 
-       # Fix the invalid sort
-       sed -i -e 's/LC_COLLATE=C/LC_ALL=C/g' src/mkbuiltins || die
-
        [[ ${PV} == 9999 ]] && eautoreconf
 
        # Use pkg-config for libedit linkage

Reply via email to