diff options
Diffstat (limited to 'dev-vcs/git/git-2.33.1.ebuild')
-rw-r--r-- | dev-vcs/git/git-2.33.1.ebuild | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/dev-vcs/git/git-2.33.1.ebuild b/dev-vcs/git/git-2.33.1.ebuild index a8aad528c221..26673133f9f9 100644 --- a/dev-vcs/git/git-2.33.1.ebuild +++ b/dev-vcs/git/git-2.33.1.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[@]}" } |