aboutsummaryrefslogtreecommitdiff
blob: efc0230d9c119386ed0ba298b5e9f6945fb5a8a0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI=4

inherit multilib

DESCRIPTION="dev-util/ccache symlinks for sys-devel/clang"
HOMEPAGE="http://ccache.samba.org/"
SRC_URI=""

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86"
IUSE=""

RDEPEND="
	dev-util/ccache
	sys-devel/clang
	"
DEPEND=""

S="${T}"

src_install() {
	dosym "/usr/bin/ccache" "/usr/$(get_libdir)/ccache/bin/clang"
	dosym "/usr/bin/ccache" "/usr/$(get_libdir)/ccache/bin/clang++"
}