diff options
author | Fabian Groffen <grobian@gentoo.org> | 2023-04-27 15:57:04 +0200 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2023-04-27 15:57:04 +0200 |
commit | f3c8230ab959699f62c4a994039e33abf4cf1c71 (patch) | |
tree | f6b12dafd408792be79c1e9321959d9997f066f7 /app-text/tree | |
parent | dev-python/reportlab: Bump to 3.6.13 (diff) | |
download | gentoo-f3c8230ab959699f62c4a994039e33abf4cf1c71.tar.gz gentoo-f3c8230ab959699f62c4a994039e33abf4cf1c71.tar.bz2 gentoo-f3c8230ab959699f62c4a994039e33abf4cf1c71.zip |
app-text/tree-2.1.0: drop obsolete strverscmp fix
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Diffstat (limited to 'app-text/tree')
-rw-r--r-- | app-text/tree/tree-2.1.0.ebuild | 8 |
1 files changed, 0 insertions, 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 \ |