--- /usr/portage/dev-libs/libmemcached/libmemcached-0.37.ebuild 2010-02-01 07:22:16.000000000 +0100 +++ libmemcached-0.38.ebuild 2010-03-22 12:43:12.000000000 +0100 @@ -31,8 +31,11 @@ src_install() { emake DESTDIR="${D}" install || die "Install failed" dodoc AUTHORS ChangeLog NEWS README THANKS TODO + + # remove manpage to avoid collision, see https://bugs.gentoo.org/299330 + rm "${D}"/usr/share/man/man1/memdump.* || die "Install failed" } src_test() { - emake library_test libmhashkit_test || die "Tests failed" + emake -j1 test-docs test-mem test-hash test-plus || die "Tests failed" }