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 EED8D139085 for ; Sun, 15 Jan 2017 14:31:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 983ABE0C77; Sun, 15 Jan 2017 14:31:08 +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 6FF72E0C6E for ; Sun, 15 Jan 2017 14:31:08 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 442753413AA for ; Sun, 15 Jan 2017 14:31:07 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9FDF22801 for ; Sun, 15 Jan 2017 14:31:05 +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: <1484490657.3ee067dcc38284c0ab46d000dd9a9ee3671d0683.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/lld/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-devel/lld/lld-9999.ebuild X-VCS-Directories: sys-devel/lld/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 3ee067dcc38284c0ab46d000dd9a9ee3671d0683 X-VCS-Branch: master Date: Sun, 15 Jan 2017 14:31:05 +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: d1a6ea57-23e3-4b3e-af37-0cea977ab2df X-Archives-Hash: 7dc293f9109f48180a9099c3bcf0c406 commit: 3ee067dcc38284c0ab46d000dd9a9ee3671d0683 Author: Michał Górny gentoo org> AuthorDate: Sun Jan 15 13:52:07 2017 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Jan 15 14:30:57 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ee067dc sys-devel/lld: Remove unnecessary LLVM_LIBDIR_SUFFIX sys-devel/lld/lld-9999.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/sys-devel/lld/lld-9999.ebuild b/sys-devel/lld/lld-9999.ebuild index aafd47f..1574564 100644 --- a/sys-devel/lld/lld-9999.ebuild +++ b/sys-devel/lld/lld-9999.ebuild @@ -50,7 +50,6 @@ src_unpack() { src_configure() { local libdir=$(get_libdir) local mycmakeargs=( - -DLLVM_LIBDIR_SUFFIX="${libdir#lib}" # TODO: fix rpaths #-DBUILD_SHARED_LIBS=ON