From: Christoph Junghans Date: Thu, 12 Jan 2017 23:05:33 +0000 (-0700) Subject: dev-cpp/random123: install missing header X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=0d601682798febc90360cc8c9ab9e24053b1815d;p=gentoo.git dev-cpp/random123: install missing header Package-Manager: Portage-2.3.0, Repoman-2.3.1 --- diff --git a/dev-cpp/random123/random123-1.09.ebuild b/dev-cpp/random123/random123-1.09-r1.ebuild similarity index 85% rename from dev-cpp/random123/random123-1.09.ebuild rename to dev-cpp/random123/random123-1.09-r1.ebuild index 37ee825ad98c..26c96c47cc63 100644 --- a/dev-cpp/random123/random123-1.09.ebuild +++ b/dev-cpp/random123/random123-1.09-r1.ebuild @@ -20,6 +20,6 @@ RDEPEND="${DEPEND}" S="${WORKDIR}/${MY_P}" src_install() { - insinto /usr/include - doins -r include/Random123 + insinto /usr/include/Random123 + doins -r include/Random123/. examples/uniform.hpp }