diff options
-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 |