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 C609F139085 for ; Sat, 28 Jan 2017 20:00:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0F7C5141F9; Sat, 28 Jan 2017 20:00:47 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 E34A7141F9 for ; Sat, 28 Jan 2017 20:00:46 +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 F151D341375 for ; Sat, 28 Jan 2017 20:00:45 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4859238FC for ; Sat, 28 Jan 2017 20:00:44 +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: <1485633637.7cc837dcc38c77d6d092927adb1c6d4fa646b3c3.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/llvm/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-devel/llvm/llvm-4.0.0_rc1.ebuild sys-devel/llvm/llvm-9999.ebuild X-VCS-Directories: sys-devel/llvm/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 7cc837dcc38c77d6d092927adb1c6d4fa646b3c3 X-VCS-Branch: master Date: Sat, 28 Jan 2017 20:00:44 +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: 7a64189c-e619-4f41-a682-02401d2b5d06 X-Archives-Hash: ad5b76afa3375ff1de441de21ed432b0 commit: 7cc837dcc38c77d6d092927adb1c6d4fa646b3c3 Author: Michał Górny gentoo org> AuthorDate: Sat Jan 28 19:59:02 2017 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Jan 28 20:00:37 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7cc837dc sys-devel/llvm: Drop unused NATIVE_LIBDIR variable sys-devel/llvm/llvm-4.0.0_rc1.ebuild | 3 --- sys-devel/llvm/llvm-9999.ebuild | 3 --- 2 files changed, 6 deletions(-) diff --git a/sys-devel/llvm/llvm-4.0.0_rc1.ebuild b/sys-devel/llvm/llvm-4.0.0_rc1.ebuild index 55dad9f..38ae821 100644 --- a/sys-devel/llvm/llvm-4.0.0_rc1.ebuild +++ b/sys-devel/llvm/llvm-4.0.0_rc1.ebuild @@ -125,9 +125,6 @@ src_prepare() { # User patches eapply_user - - # Native libdir is used to hold LLVMgold.so - NATIVE_LIBDIR=$(get_libdir) } multilib_src_configure() { diff --git a/sys-devel/llvm/llvm-9999.ebuild b/sys-devel/llvm/llvm-9999.ebuild index a66f1e1..964f62d 100644 --- a/sys-devel/llvm/llvm-9999.ebuild +++ b/sys-devel/llvm/llvm-9999.ebuild @@ -125,9 +125,6 @@ src_prepare() { # User patches eapply_user - - # Native libdir is used to hold LLVMgold.so - NATIVE_LIBDIR=$(get_libdir) } multilib_src_configure() {