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

(-)/usr/portage/dev-util/cvs/cvs-1.12.13-r1.ebuild (-1 / +1 lines)
Lines 45-51 Link Here
45
src_configure() {
45
src_configure() {
46
	local myconf
46
	local myconf
47
	# the tests need the server and proxy
47
	# the tests need the server and proxy
48
	if has test $FEATURES; then
48
	if use test; then
49
		use server || \
49
		use server || \
50
		ewarn "The server and proxy code are enabled as they are required for tests."
50
		ewarn "The server and proxy code are enabled as they are required for tests."
51
		myconf="--enable-server --enable-proxy"
51
		myconf="--enable-server --enable-proxy"

Return to bug 278872