Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 238351 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-1 / +5 lines)
Line  Link Here
0
-- a/dev-util/git/git-1.6.0.4.ebuild
0
++ b/dev-util/git/git-1.6.0.4.ebuild
Lines 55-60 pkg_setup() { Link Here
55
	if use webdav && ! use curl ; then
55
	if use webdav && ! use curl ; then
56
		ewarn "USE=webdav needs USE=curl. Ignoring"
56
		ewarn "USE=webdav needs USE=curl. Ignoring"
57
	fi
57
	fi
58
59
	# Create git and group
60
	enewgroup git
61
	enewuser git -1 -1 /var/spool/git git
58
}
62
}
59
63
60
# This is needed because for some obscure reasons future calls to make don't
64
# This is needed because for some obscure reasons future calls to make don't

Return to bug 238351