commit: 0e6589bd8650d4b1329cacdbf0bad406bfc7ffd6
Author: Christoph Junghans <junghans <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 5 22:18:15 2016 +0000
Commit: Christoph Junghans <junghans <AT> gentoo <DOT> org>
CommitDate: Mon Dec 5 22:18:40 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e6589bd
dev-libs/boost-mpl-cartesian_product: install readme
Package-Manager: portage-2.3.0
.../boost-mpl-cartesian_product-20161205.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git
a/dev-libs/boost-mpl-cartesian_product/boost-mpl-cartesian_product-20161205.ebuild
b/dev-libs/boost-mpl-cartesian_product/boost-mpl-cartesian_product-20161205.ebuild
index 890a754..23e69ca 100644
---
a/dev-libs/boost-mpl-cartesian_product/boost-mpl-cartesian_product-20161205.ebuild
+++
b/dev-libs/boost-mpl-cartesian_product/boost-mpl-cartesian_product-20161205.ebuild
@@ -37,6 +37,7 @@ src_test() {
}
src_install() {
+ dodoc readme.txt
insinto /usr/include/boost/mpl
doins boost/mpl/cartesian_product.hpp
}