diff options
author | Sam James <sam@gentoo.org> | 2024-08-11 11:40:18 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-08-11 11:40:18 +0100 |
commit | d2c93a02e41fc211476d104989c75c4d5b32eb20 (patch) | |
tree | b14d78ae0f5b260777a5436dc28f16f7175098bd /app-shells | |
parent | dev-python/twisted: Stabilize 24.7.0 ppc, #937741 (diff) | |
download | gentoo-d2c93a02e41fc211476d104989c75c4d5b32eb20.tar.gz gentoo-d2c93a02e41fc211476d104989c75c4d5b32eb20.tar.bz2 gentoo-d2c93a02e41fc211476d104989c75c4d5b32eb20.zip |
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@gentoo.org>
Diffstat (limited to 'app-shells')
-rw-r--r-- | app-shells/dash/dash-0.5.12.ebuild | 3 | ||||
-rw-r--r-- | app-shells/dash/dash-9999.ebuild | 3 |
2 files changed, 0 insertions, 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 |