commit: f3c8230ab959699f62c4a994039e33abf4cf1c71
Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 27 13:57:04 2023 +0000
Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Thu Apr 27 13:57:04 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3c8230a
app-text/tree-2.1.0: drop obsolete strverscmp fix
Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>
app-text/tree/tree-2.1.0.ebuild | 8 --------
1 file changed, 8 deletions(-)
diff --git a/app-text/tree/tree-2.1.0.ebuild b/app-text/tree/tree-2.1.0.ebuild
index fbad3d309fd4..cb4070e2047e 100644
--- a/app-text/tree/tree-2.1.0.ebuild
+++ b/app-text/tree/tree-2.1.0.ebuild
@@ -19,14 +19,6 @@ S=${WORKDIR}/unix-${P}
RDEPEND=""
DEPEND=""
-src_prepare() {
- if use !elibc_glibc ; then
- # 433972, also previously done only for elibc_uclibc
- sed -i -e '/^OBJS=/s/$/ strverscmp.o/' Makefile || die
- fi
- default
-}
-
src_compile() {
append-lfs-flags
emake \