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

(-)/usr/portage/dev-libs/libmemcached/libmemcached-0.37.ebuild (-1 / +4 lines)
Lines 31-38 Link Here
31
src_install() {
31
src_install() {
32
	emake DESTDIR="${D}" install || die "Install failed"
32
	emake DESTDIR="${D}" install || die "Install failed"
33
	dodoc AUTHORS ChangeLog NEWS README THANKS TODO
33
	dodoc AUTHORS ChangeLog NEWS README THANKS TODO
34
35
	# remove manpage to avoid collision, see https://bugs.gentoo.org/299330
36
	rm "${D}"/usr/share/man/man1/memdump.* || die "Install failed"
34
}
37
}
35
38
36
src_test() {
39
src_test() {
37
	emake library_test libmhashkit_test || die "Tests failed"
40
	emake -j1 test-docs test-mem test-hash test-plus || die "Tests failed"
38
}
41
}

Return to bug 309835