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 385DD1382C5 for ; Fri, 9 Feb 2018 16:00:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 552EBE0D41; Fri, 9 Feb 2018 16:00:18 +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-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 302D9E0D42 for ; Fri, 9 Feb 2018 16:00:18 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1E620335C4F for ; Fri, 9 Feb 2018 16:00:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 322851E9 for ; Fri, 9 Feb 2018 16:00:13 +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: <1518191999.c94865b56679aa7fbf7f928e7c2c2a436043020f.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-6.0.9999.ebuild X-VCS-Directories: sys-devel/lld/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: c94865b56679aa7fbf7f928e7c2c2a436043020f X-VCS-Branch: master Date: Fri, 9 Feb 2018 16:00:13 +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: 50f0c6b6-e469-46a2-8dd4-5f966705b2f4 X-Archives-Hash: 4b0f5b337fa81a94f27e5916fe876698 commit: c94865b56679aa7fbf7f928e7c2c2a436043020f Author: Michał Górny gentoo org> AuthorDate: Fri Feb 9 09:53:59 2018 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Feb 9 15:59:59 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c94865b5 sys-devel/lld: Fix slotting in 6.0.9999 sys-devel/lld/lld-6.0.9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-devel/lld/lld-6.0.9999.ebuild b/sys-devel/lld/lld-6.0.9999.ebuild index b0e74d45d1f..e09f7df135c 100644 --- a/sys-devel/lld/lld-6.0.9999.ebuild +++ b/sys-devel/lld/lld-6.0.9999.ebuild @@ -35,7 +35,7 @@ python_check_deps() { } pkg_setup() { - llvm_pkg_setup + LLVM_MAX_SLOT=${PV%%.*} llvm_pkg_setup use test && python-any-r1_pkg_setup }