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 C4835138334 for ; Sat, 21 Sep 2019 09:16:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A3F73E0950; Sat, 21 Sep 2019 09:15:56 +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 8CF85E0950 for ; Sat, 21 Sep 2019 09:15:56 +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 BF89A34B45C for ; Sat, 21 Sep 2019 09:15:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E71F682C 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: <1569057341.c286d2971e30234d7275ea1e2c11351026e37083.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/llvm-libunwind/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-libs/llvm-libunwind/llvm-libunwind-9.0.0.ebuild X-VCS-Directories: sys-libs/llvm-libunwind/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: c286d2971e30234d7275ea1e2c11351026e37083 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: 9b376fd6-295e-48c1-8025-6e52fa7d2663 X-Archives-Hash: 791872fff7b1505e4a2ca2242b757be4 commit: c286d2971e30234d7275ea1e2c11351026e37083 Author: Michał Górny gentoo org> AuthorDate: Sat Sep 21 08:33:10 2019 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Sep 21 09:15:41 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c286d297 sys-libs/llvm-libunwind: Reorder ebuild vars in 9+ Signed-off-by: Michał Górny gentoo.org> sys-libs/llvm-libunwind/llvm-libunwind-9.0.0.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sys-libs/llvm-libunwind/llvm-libunwind-9.0.0.ebuild b/sys-libs/llvm-libunwind/llvm-libunwind-9.0.0.ebuild index be1a21ae8d2..ba254599999 100644 --- a/sys-libs/llvm-libunwind/llvm-libunwind-9.0.0.ebuild +++ b/sys-libs/llvm-libunwind/llvm-libunwind-9.0.0.ebuild @@ -19,6 +19,7 @@ SRC_URI="https://releases.llvm.org/${PV}/${MY_P}.tar.xz test? ( https://releases.llvm.org/${PV}/${LIBCXX_P}.tar.xz https://releases.llvm.org/${PV}/${LIBCXXABI_P}.tar.xz )" +S=${WORKDIR}/${MY_P} LICENSE="Apache-2.0-with-LLVM-exceptions || ( UoI-NCSA MIT )" SLOT="0" @@ -34,8 +35,6 @@ BDEPEND=" test? ( >=sys-devel/clang-3.9.0 $(python_gen_any_dep 'dev-python/lit[${PYTHON_USEDEP}]') )" -S=${WORKDIR}/${MY_P} - # least intrusive of all CMAKE_BUILD_TYPE=RelWithDebInfo