summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2018-10-30 10:02:38 +0100
committerMichał Górny <mgorny@gentoo.org>2018-10-30 10:02:38 +0100
commitf9f2933f932693eed06d1266eb66d20fc71c701b (patch)
tree12a19b635212ee0fc3ac7be4995280f9c6d2ab30 /sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-7.0.9999.ebuild
parentnet-dialup/freeradius: Add support to redis and py3 (diff)
downloadgentoo-f9f2933f932693eed06d1266eb66d20fc71c701b.tar.gz
gentoo-f9f2933f932693eed06d1266eb66d20fc71c701b.tar.bz2
gentoo-f9f2933f932693eed06d1266eb66d20fc71c701b.zip
sys-libs/compiler-rt-sanitizers: Rebase patches for -9999
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-7.0.9999.ebuild')
-rw-r--r--sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-7.0.9999.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-7.0.9999.ebuild b/sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-7.0.9999.ebuild
index d68ca7b8bdfb..a71b3be6becb 100644
--- a/sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-7.0.9999.ebuild
+++ b/sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-7.0.9999.ebuild
@@ -77,8 +77,8 @@ src_prepare() {
cmake-utils_src_prepare
# apply the fixes for new glibc / split tirpc
- eapply "${FILESDIR}/9999/0001-sanitizer_common-Fix-using-libtirpc-on-Linux.patch"
- eapply "${FILESDIR}/9999/0002-test-Support-using-libtirpc-on-Linux.patch"
+ eapply "${FILESDIR}/7.0.9999/0001-sanitizer_common-Fix-using-libtirpc-on-Linux.patch"
+ eapply "${FILESDIR}/7.0.9999/0002-test-Support-using-libtirpc-on-Linux.patch"
if use test; then
# remove tests that are (still) broken by new glibc