diff options
author | Jakov Smolić <jsmolic@gentoo.org> | 2023-09-25 18:51:04 +0200 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2023-09-25 18:51:04 +0200 |
commit | 91169ebcef8ae5629011b03e2fee90600533c5f7 (patch) | |
tree | f3c037d9956f21f94fd625372b4a7a45f279a741 /sys-fs/mtd-utils | |
parent | sys-fs/mtd-utils: support USE=ssl (diff) | |
download | gentoo-91169ebcef8ae5629011b03e2fee90600533c5f7.tar.gz gentoo-91169ebcef8ae5629011b03e2fee90600533c5f7.tar.bz2 gentoo-91169ebcef8ae5629011b03e2fee90600533c5f7.zip |
sys-fs/mtd-utils: Remove commented patch
We're not applying the patch anyway so let's remove the commented lines
from the ebuild.
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'sys-fs/mtd-utils')
-rw-r--r-- | sys-fs/mtd-utils/mtd-utils-2.1.6-r1.ebuild | 4 |
1 files changed, 0 insertions, 4 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 d3d01859a5d6..53f7c4c09597 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 @@ -26,10 +26,6 @@ BDEPEND="test? ( dev-util/cmocka )" DOCS=( jffsX-utils/device_table.txt ubifs-utils/mkfs.ubifs/README ) -PATCHES=( - #"${FILESDIR}"/${P}-glibc-2.36.patch -) - src_prepare() { default sed -i '/if test.*then/s: == : = :' configure || die |