From 8fc0c0d6535fed2ee17729761475df0ed46c963b Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Wed, 30 Aug 2017 16:30:03 +0200 Subject: sys-devel/clang: Remove unnecessary Sphinx patch from 5.0.0+ The Sphinx patch is no longer necessary with 5.0.0+ -- the upstream changes made it possible to get the docs building through passing a few variables to CMake. --- sys-devel/clang/clang-4.0.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys-devel/clang/clang-4.0.1.ebuild') diff --git a/sys-devel/clang/clang-4.0.1.ebuild b/sys-devel/clang/clang-4.0.1.ebuild index e50f7ce0dc22..1acc0234ffde 100644 --- a/sys-devel/clang/clang-4.0.1.ebuild +++ b/sys-devel/clang/clang-4.0.1.ebuild @@ -93,7 +93,7 @@ src_prepare() { eapply "${FILESDIR}"/5.0.0/0001-Driver-Use-arch-type-to-find-compiler-rt-libraries-o.patch # fix stand-alone doc build - eapply "${FILESDIR}"/9999/0007-cmake-Support-stand-alone-Sphinx-doxygen-doc-build.patch + eapply "${FILESDIR}"/4.0.1/0007-cmake-Support-stand-alone-Sphinx-doxygen-doc-build.patch # fix value of ATOMIC_*_LOCK_FREE # (backport, temporary reverted upstream because of FreeBSD issues) -- cgit v1.2.3-65-gdbad