Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 557122
Collapse All | Expand All

(-)/usr/portage/dev-vcs/git/git-2.4.6.ebuild (-2 / +5 lines)
Lines 52-58 Link Here
52
		webdav? ( dev-libs/expat )
52
		webdav? ( dev-libs/expat )
53
	)
53
	)
54
	emacs? ( virtual/emacs )
54
	emacs? ( virtual/emacs )
55
	gnome-keyring? ( gnome-base/libgnome-keyring )"
55
	gnome-keyring? ( gnome-base/libgnome-keyring )
56
	iconv? ( virtual/libiconv )"
56
57
57
RDEPEND="${CDEPEND}
58
RDEPEND="${CDEPEND}
58
	gpg? ( app-crypt/gnupg )
59
	gpg? ( app-crypt/gnupg )
Lines 195-202 Link Here
195
196
196
	# Bug 290465:
197
	# Bug 290465:
197
	# builtin-fetch-pack.c:816: error: 'struct stat' has no member named 'st_mtim'
198
	# builtin-fetch-pack.c:816: error: 'struct stat' has no member named 'st_mtim'
198
	[[ "${CHOST}" == *-uclibc* ]] && \
199
	if [[ "${CHOST}" == *-uclibc* ]]; then
199
		myopts+=" NO_NSEC=YesPlease"
200
		myopts+=" NO_NSEC=YesPlease"
201
		use iconv && myopts+=" NEEDS_LIBICONV=YesPlease"
202
	fi
200
203
201
	export MY_MAKEOPTS="${myopts}"
204
	export MY_MAKEOPTS="${myopts}"
202
	export EXTLIBS="${extlibs}"
205
	export EXTLIBS="${extlibs}"

Return to bug 557122