From 3517852e3b8a68d1e997770fc0650c5053bafc6c Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Tue, 4 Jan 2022 01:27:12 +0000 Subject: gentoo resync : 04.01.2022 --- dev-vcs/git/git-9999-r2.ebuild | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'dev-vcs/git/git-9999-r2.ebuild') diff --git a/dev-vcs/git/git-9999-r2.ebuild b/dev-vcs/git/git-9999-r2.ebuild index 74e58d7f357a..c77551019c67 100644 --- a/dev-vcs/git/git-9999-r2.ebuild +++ b/dev-vcs/git/git-9999-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -222,13 +222,6 @@ exportmakeopts() { myopts+=( ASCIIDOC8=YesPlease ) fi - # Bug 290465: - # builtin-fetch-pack.c:816: error: 'struct stat' has no member named 'st_mtim' - if [[ "${CHOST}" == *-uclibc* ]] ; then - myopts+=( NO_NSEC=YesPlease ) - use iconv && myopts+=( NEEDS_LIBICONV=YesPlease ) - fi - export MY_MAKEOPTS="${myopts[@]}" export EXTLIBS="${extlibs[@]}" } -- cgit v1.2.3