commit:     1021b95fea263a422527210d2848477f9f670d9b
Author:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 13 18:43:57 2023 +0000
Commit:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Fri Jan 13 18:45:04 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1021b95f

app-text/tree-2.0.4: drop no longer necessary fix

adding strverscmp.o to OBJS actually breaks since it is already there
and causes problems with linkers that complain about duplicate symbols

Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>

 app-text/tree/tree-2.0.4.ebuild | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/app-text/tree/tree-2.0.4.ebuild b/app-text/tree/tree-2.0.4.ebuild
index f8877376834c..75fc979ed4ec 100644
--- a/app-text/tree/tree-2.0.4.ebuild
+++ b/app-text/tree/tree-2.0.4.ebuild
@@ -18,14 +18,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 \

Reply via email to