Gentoo Archives: gentoo-commits

From: Christoph Junghans <junghans@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/boost-mpl-cartesian_product/
Date: Mon, 05 Dec 2016 22:18:51
Message-Id: 1480976320.0e6589bd8650d4b1329cacdbf0bad406bfc7ffd6.junghans@gentoo
1 commit: 0e6589bd8650d4b1329cacdbf0bad406bfc7ffd6
2 Author: Christoph Junghans <junghans <AT> gentoo <DOT> org>
3 AuthorDate: Mon Dec 5 22:18:15 2016 +0000
4 Commit: Christoph Junghans <junghans <AT> gentoo <DOT> org>
5 CommitDate: Mon Dec 5 22:18:40 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e6589bd
7
8 dev-libs/boost-mpl-cartesian_product: install readme
9
10 Package-Manager: portage-2.3.0
11
12 .../boost-mpl-cartesian_product-20161205.ebuild | 1 +
13 1 file changed, 1 insertion(+)
14
15 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
16 index 890a754..23e69ca 100644
17 --- a/dev-libs/boost-mpl-cartesian_product/boost-mpl-cartesian_product-20161205.ebuild
18 +++ b/dev-libs/boost-mpl-cartesian_product/boost-mpl-cartesian_product-20161205.ebuild
19 @@ -37,6 +37,7 @@ src_test() {
20 }
21
22 src_install() {
23 + dodoc readme.txt
24 insinto /usr/include/boost/mpl
25 doins boost/mpl/cartesian_product.hpp
26 }