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 61E81138334 for ; Sat, 21 Sep 2019 09:15:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8EC76E093E; Sat, 21 Sep 2019 09:15:55 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 75231E093E for ; Sat, 21 Sep 2019 09:15:55 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 62EE634B459 for ; Sat, 21 Sep 2019 09:15:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 632C9803 for ; Sat, 21 Sep 2019 09:15:50 +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: <1569057334.5cbe1e19501a4ca219cbefd17cc20a328cd6cbd2.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/llvm-common/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-devel/llvm-common/llvm-common-9.0.0.ebuild X-VCS-Directories: sys-devel/llvm-common/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 5cbe1e19501a4ca219cbefd17cc20a328cd6cbd2 X-VCS-Branch: master Date: Sat, 21 Sep 2019 09:15:50 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 41f21d4b-2489-4ec3-9e83-5f81586274fb X-Archives-Hash: cdc12c7bce9c88058fcfd41ac1908dbb commit: 5cbe1e19501a4ca219cbefd17cc20a328cd6cbd2 Author: Michał Górny gentoo org> AuthorDate: Sat Sep 21 08:32:58 2019 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Sep 21 09:15:34 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5cbe1e19 sys-devel/llvm-common: Reorder ebuild vars in 9+ Signed-off-by: Michał Górny gentoo.org> sys-devel/llvm-common/llvm-common-9.0.0.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sys-devel/llvm-common/llvm-common-9.0.0.ebuild b/sys-devel/llvm-common/llvm-common-9.0.0.ebuild index 5f125da2f93..853c60a6914 100644 --- a/sys-devel/llvm-common/llvm-common-9.0.0.ebuild +++ b/sys-devel/llvm-common/llvm-common-9.0.0.ebuild @@ -7,6 +7,7 @@ MY_P=llvm-${PV/_/}.src DESCRIPTION="Common files shared between multiple slots of LLVM" HOMEPAGE="https://llvm.org/" SRC_URI="https://releases.llvm.org/${PV}/${MY_P}.tar.xz" +S=${WORKDIR}/${MY_P} LICENSE="Apache-2.0-with-LLVM-exceptions UoI-NCSA" SLOT="0" @@ -15,8 +16,6 @@ IUSE="" RDEPEND="!sys-devel/llvm:0" -S=${WORKDIR}/${MY_P} - src_unpack() { einfo "Unpacking parts of ${MY_P}.tar.xz ..." tar -xJf "${DISTDIR}/${MY_P}.tar.xz" "${MY_P}/utils/vim" || die