summaryrefslogtreecommitdiff
path: root/sys-devel
diff options
context:
space:
mode:
authorGluzskiy Alexandr <sss123next@list.ru>2015-08-05 04:44:56 +0300
committerGluzskiy Alexandr <sss123next@list.ru>2015-08-05 04:44:56 +0300
commitfbfed027c49f90c191e011e83ddb714848328633 (patch)
treeacfb5e84837ad7f1a36d7a560cd36d37e4cac5a7 /sys-devel
parent837326f4e6cc5ee142d8e565dd14a6c026cd48df (diff)
disabled another outdated patch from gentoo
Diffstat (limited to 'sys-devel')
-rw-r--r--sys-devel/llvm/llvm-scm.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-devel/llvm/llvm-scm.ebuild b/sys-devel/llvm/llvm-scm.ebuild
index b01a48a..76983ef 100644
--- a/sys-devel/llvm/llvm-scm.ebuild
+++ b/sys-devel/llvm/llvm-scm.ebuild
@@ -156,7 +156,7 @@ src_unpack() {
src_prepare() {
epatch "${FILESDIR}"/${PN}-3.7-nodoctargz.patch
# epatch "${FILESDIR}"/${PN}-3.5-gcc-4.9.patch
- epatch "${FILESDIR}"/${PN}-3.6-gentoo-install.patch
+# epatch "${FILESDIR}"/${PN}-3.6-gentoo-install.patch
# Make ocaml warnings non-fatal, bug #537308
sed -e "/RUN/s/-warn-error A//" -i test/Bindings/OCaml/*ml || die