diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2017-10-04 11:30:50 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2017-10-04 11:31:14 +0200 |
commit | acd563315f0606f21b3453d9449c2be756edcf28 (patch) | |
tree | 706eeaeb778fe361a1e51f5efc735ab340a188a4 /sys-libs/libunwind | |
parent | x11-themes/tactile3: Strip empty metadata.xml elements (diff) | |
download | gentoo-acd563315f0606f21b3453d9449c2be756edcf28.tar.gz gentoo-acd563315f0606f21b3453d9449c2be756edcf28.tar.bz2 gentoo-acd563315f0606f21b3453d9449c2be756edcf28.zip |
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
Diffstat (limited to 'sys-libs/libunwind')
-rw-r--r-- | sys-libs/libunwind/libunwind-1.2.1.ebuild | 8 |
1 files 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 842c0d0ab415..7b3677c4a1a2 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. |