commit: acd563315f0606f21b3453d9449c2be756edcf28 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> AuthorDate: Wed Oct 4 09:30:50 2017 +0000 Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org> CommitDate: Wed Oct 4 09:31:14 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=acd56331
sys-libs/libunwind: Fix bug 586208 properly this time Closes: https://bugs.gentoo.org/586208 Package-Manager: Portage-2.3.11, Repoman-2.3.3 sys-libs/libunwind/libunwind-1.2.1.ebuild | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/sys-libs/libunwind/libunwind-1.2.1.ebuild b/sys-libs/libunwind/libunwind-1.2.1.ebuild index 842c0d0ab41..7b3677c4a1a 100644 --- a/sys-libs/libunwind/libunwind-1.2.1.ebuild +++ b/sys-libs/libunwind/libunwind-1.2.1.ebuild @@ -23,9 +23,6 @@ RDEPEND="lzma? ( app-arch/xz-utils )" DEPEND="${RDEPEND} libatomic? ( dev-libs/libatomic_ops )" -# Bug 586208 -CCACHE_NODIRECT=1 - S="${WORKDIR}/${MY_P}" MULTILIB_WRAPPED_HEADERS=( @@ -84,6 +81,11 @@ multilib_src_configure() { $(use_enable debug) } +multilib_src_compile() { + # Bug 586208 + CCACHE_NODIRECT=1 default +} + multilib_src_test() { # Explicitly allow parallel build of tests. # Sandbox causes some tests to freak out.
