Lines 37-42
Link Here
|
37 |
dobin ccache-config |
37 |
dobin ccache-config |
38 |
} |
38 |
} |
39 |
|
39 |
|
|
|
40 |
pkg_prerm() { |
41 |
"${EROOT}"/usr/bin/ccache-config --remove-links |
42 |
"${EROOT}"/usr/bin/ccache-config --remove-links ${CHOST} |
43 |
} |
44 |
|
40 |
pkg_postinst() { |
45 |
pkg_postinst() { |
41 |
"${EROOT}"/usr/bin/ccache-config --install-links |
46 |
"${EROOT}"/usr/bin/ccache-config --install-links |
42 |
"${EROOT}"/usr/bin/ccache-config --install-links ${CHOST} |
47 |
"${EROOT}"/usr/bin/ccache-config --install-links ${CHOST} |
Lines 60-63
Link Here
|
60 |
elog "all of your caches like so:" |
65 |
elog "all of your caches like so:" |
61 |
elog "# CCACHE_DIR='${CCACHE_DIR:-${PORTAGE_TMPDIR}/ccache}' ccache -C" |
66 |
elog "# CCACHE_DIR='${CCACHE_DIR:-${PORTAGE_TMPDIR}/ccache}' ccache -C" |
62 |
fi |
67 |
fi |
|
|
68 |
if has_version "<${CATEGORY}/${PN}-3.1.9-r2" ; then |
69 |
elog "ccache now supports sys-devel/clang and dev-lang/icc, too!" |
70 |
fi |
63 |
} |
71 |
} |