commit: 5fccaafdebbd5bee23cb198ed7d9ce6104f21cba
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 22 08:52:02 2016 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Dec 22 08:53:06 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5fccaafd
sys-libs/libcxxabi: Fix patch filenames, #603432
sys-libs/libcxxabi/libcxxabi-3.9.1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/sys-libs/libcxxabi/libcxxabi-3.9.1.ebuild
b/sys-libs/libcxxabi/libcxxabi-3.9.1.ebuild
index 2d5c58e..71206f8 100644
--- a/sys-libs/libcxxabi/libcxxabi-3.9.1.ebuild
+++ b/sys-libs/libcxxabi/libcxxabi-3.9.1.ebuild
@@ -47,9 +47,9 @@ src_prepare() {
default
# backport cmake path fix for llvm-3.9+
- eapply "${FILESDIR}/${P}-cmake-path.patch"
+ eapply "${FILESDIR}/${PN}-3.9.0-cmake-path.patch"
# kill stray unwind test dep in stand-alone builds
- eapply "${FILESDIR}/${P}-test-unwind.patch"
+ eapply "${FILESDIR}/${PN}-3.9.0-test-unwind.patch"
}
src_configure() {