dev-libs/gecode: new revision 3.7.3-r1 to fix "doins" -> "dodoc" typo.

Gentoo-Bug: 588944

Package-Manager: Portage-2.3.6, Repoman-2.3.1
This commit is contained in:
Michael Orlitzky
2017-08-05 09:31:41 -04:00
parent 725fc1fbf9
commit a91f44dc77

View File

@@ -43,9 +43,6 @@ src_install() {
fi
if use examples; then
docinto examples
doins examples/*.cpp
einfo "Example C++ programs have been installed into " \
"/usr/share/doc/${PF}/examples"
dodoc -r examples
fi
}