--- /usr/portage/dev-util/cvs/cvs-1.12.13-r1.ebuild 2010-02-21 04:37:30.000000000 +0100 +++ cvs-1.12.13-r1.ebuild 2010-03-27 16:45:40.000000000 +0100 @@ -45,7 +45,7 @@ src_configure() { local myconf # the tests need the server and proxy - if has test $FEATURES; then + if use test; then use server || \ ewarn "The server and proxy code are enabled as they are required for tests." myconf="--enable-server --enable-proxy"