Gentoo Archives: gentoo-dev

From: "Michał Górny" <mgorny@g.o>
To: gentoo-dev@l.g.o
Cc: cluster@g.o, robbat2@g.o, toolchain@g.o, suse@g.o, llvm@g.o, "Michał Górny" <mgorny@g.o>
Subject: [gentoo-dev] [PATCH v2 03/12] dev-util/ccache: Install dev-util/shadowman data file
Date: Sun, 20 Aug 2017 10:28:14
Message-Id: 20170820102659.19050-3-mgorny@gentoo.org
In Reply to: [gentoo-dev] [PATCH v2 01/12] dev-util/shadowman: New package by "Michał Górny"
1 ---
2 dev-util/ccache/ccache-3.3.4-r1.ebuild | 2 ++
3 1 file changed, 2 insertions(+)
4
5 diff --git a/dev-util/ccache/ccache-3.3.4-r1.ebuild b/dev-util/ccache/ccache-3.3.4-r1.ebuild
6 index 1ef1d45179d1..2fd005d88041 100644
7 --- a/dev-util/ccache/ccache-3.3.4-r1.ebuild
8 +++ b/dev-util/ccache/ccache-3.3.4-r1.ebuild
9 @@ -34,6 +34,8 @@ src_install() {
10 default
11
12 dobin ccache-config
13 + insinto /usr/share/shadowman/tools
14 + newins - ccache <<<'/usr/lib/ccache/bin'
15
16 DOC_CONTENTS="
17 To use ccache with **non-Portage** C compiling, add
18 --
19 2.14.1