From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8B9DE138330 for ; Fri, 30 Sep 2016 18:47:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9F935E0925; Fri, 30 Sep 2016 18:47:44 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8297EE0925 for ; Fri, 30 Sep 2016 18:47:44 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CF4EE3409E6 for ; Fri, 30 Sep 2016 18:47:42 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C7946248D for ; Fri, 30 Sep 2016 18:47:39 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1475261256.3e6bfe0b43e325a02c0a90f3af04881dfedb2fe5.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/libomp/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-libs/libomp/libomp-9999.ebuild X-VCS-Directories: sys-libs/libomp/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 3e6bfe0b43e325a02c0a90f3af04881dfedb2fe5 X-VCS-Branch: master Date: Fri, 30 Sep 2016 18:47:39 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: a52e2513-9143-4702-b24b-b64f142813f8 X-Archives-Hash: efe453eb3fff6caee73278071a43a2ce commit: 3e6bfe0b43e325a02c0a90f3af04881dfedb2fe5 Author: Michał Górny gentoo org> AuthorDate: Fri Sep 30 18:39:45 2016 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Sep 30 18:47:36 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e6bfe0b sys-libs/libomp: lit search has been fixed upstream sys-libs/libomp/libomp-9999.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/sys-libs/libomp/libomp-9999.ebuild b/sys-libs/libomp/libomp-9999.ebuild index b3f078e..fe851f1 100644 --- a/sys-libs/libomp/libomp-9999.ebuild +++ b/sys-libs/libomp/libomp-9999.ebuild @@ -51,7 +51,6 @@ multilib_src_configure() { -DLIBOMP_INSTALL_ALIASES=OFF # disable unnecessary hack copying stuff back to srcdir -DLIBOMP_COPY_EXPORTS=OFF - -DLIBOMP_LLVM_LIT_EXECUTABLE="${EPREFIX}/usr/bin/lit" -DLIBOMP_TEST_COMPILER="${EPREFIX}/usr/bin/${CHOST}-clang" ) cmake-utils_src_configure