commit: fc53185ef310c057a4778a8d3f7ffc2178a9dbd3 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sat Mar 8 01:37:42 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sat Mar 8 01:37:42 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc53185e
sys-fs/mtd-utils: drop obsolete sed Fixed upstream in 2.1.6: https://git.infradead.org/?p=mtd-utils.git;a=commit;h=0a3d242564646908b63fe7602e9b986edbbb555d Signed-off-by: Sam James <sam <AT> gentoo.org> sys-fs/mtd-utils/mtd-utils-2.1.6-r1.ebuild | 7 +------ sys-fs/mtd-utils/mtd-utils-2.1.6-r2.ebuild | 7 +------ sys-fs/mtd-utils/mtd-utils-2.2.1-r1.ebuild | 5 ----- 3 files changed, 2 insertions(+), 17 deletions(-) diff --git a/sys-fs/mtd-utils/mtd-utils-2.1.6-r1.ebuild b/sys-fs/mtd-utils/mtd-utils-2.1.6-r1.ebuild index 437ded5330bf..f984cfd5015b 100644 --- a/sys-fs/mtd-utils/mtd-utils-2.1.6-r1.ebuild +++ b/sys-fs/mtd-utils/mtd-utils-2.1.6-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="8" @@ -26,11 +26,6 @@ BDEPEND="test? ( dev-util/cmocka )" DOCS=( jffsX-utils/device_table.txt ubifs-utils/mkfs.ubifs/README ) -src_prepare() { - default - sed -i '/if test.*then/s: == : = :' configure || die -} - src_configure() { # --enable-tests is for test programs that are installed econf \ diff --git a/sys-fs/mtd-utils/mtd-utils-2.1.6-r2.ebuild b/sys-fs/mtd-utils/mtd-utils-2.1.6-r2.ebuild index ba87d410b5ae..6920a89cf475 100644 --- a/sys-fs/mtd-utils/mtd-utils-2.1.6-r2.ebuild +++ b/sys-fs/mtd-utils/mtd-utils-2.1.6-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -28,11 +28,6 @@ BDEPEND="test? ( dev-util/cmocka )" DOCS=( jffsX-utils/device_table.txt ubifs-utils/mkfs.ubifs/README ) -src_prepare() { - default - sed -i '/if test.*then/s: == : = :' configure || die -} - src_configure() { # --enable-tests is for test programs that are installed local myeconfargs=( diff --git a/sys-fs/mtd-utils/mtd-utils-2.2.1-r1.ebuild b/sys-fs/mtd-utils/mtd-utils-2.2.1-r1.ebuild index efd4a2e5b770..3bf6cb6e49d4 100644 --- a/sys-fs/mtd-utils/mtd-utils-2.2.1-r1.ebuild +++ b/sys-fs/mtd-utils/mtd-utils-2.2.1-r1.ebuild @@ -29,11 +29,6 @@ BDEPEND="test? ( dev-util/cmocka )" DOCS=( jffsX-utils/device_table.txt ubifs-utils/mkfs.ubifs/README ) -src_prepare() { - default - sed -i '/if test.*then/s: == : = :' configure || die -} - src_configure() { # --with-tests is for test programs that are installed; was --enable-tests in earlier versions local myeconfargs=(
