commit:     5ac83c36fe2ffcaf3f9b4b6ba735741503ae2ba5
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 21 08:32:47 2019 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Sep 21 09:15:28 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ac83c36

dev-python/lit: Reorder ebuild vars in 9+

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/lit/lit-10.0.0.9999.ebuild | 4 ++--
 dev-python/lit/lit-9.0.0.9999.ebuild  | 4 ++--
 dev-python/lit/lit-9.0.0.ebuild       | 3 +--
 3 files changed, 5 insertions(+), 6 deletions(-)

diff --git a/dev-python/lit/lit-10.0.0.9999.ebuild 
b/dev-python/lit/lit-10.0.0.9999.ebuild
index d4566ae8be5..32320b7920e 100644
--- a/dev-python/lit/lit-10.0.0.9999.ebuild
+++ b/dev-python/lit/lit-10.0.0.9999.ebuild
@@ -9,6 +9,8 @@ inherit distutils-r1 git-r3 multiprocessing
 DESCRIPTION="A stand-alone install of the LLVM suite testing tool"
 HOMEPAGE="https://llvm.org/";
 SRC_URI=""
+S=${WORKDIR}/${P}/utils/lit
+
 EGIT_REPO_URI="https://git.llvm.org/git/llvm.git
        https://github.com/llvm-mirror/llvm.git";
 
@@ -18,8 +20,6 @@ KEYWORDS=""
 IUSE="test"
 RESTRICT="!test? ( test )"
 
-S=${WORKDIR}/${P}/utils/lit
-
 # Tests require 'FileCheck' and 'not' utilities (from llvm)
 BDEPEND="
        dev-python/setuptools[${PYTHON_USEDEP}]

diff --git a/dev-python/lit/lit-9.0.0.9999.ebuild 
b/dev-python/lit/lit-9.0.0.9999.ebuild
index 289c81bd0a5..c9fb8cb2815 100644
--- a/dev-python/lit/lit-9.0.0.9999.ebuild
+++ b/dev-python/lit/lit-9.0.0.9999.ebuild
@@ -9,6 +9,8 @@ inherit distutils-r1 git-r3 multiprocessing
 DESCRIPTION="A stand-alone install of the LLVM suite testing tool"
 HOMEPAGE="https://llvm.org/";
 SRC_URI=""
+S=${WORKDIR}/${P}/utils/lit
+
 EGIT_REPO_URI="https://git.llvm.org/git/llvm.git
        https://github.com/llvm-mirror/llvm.git";
 EGIT_BRANCH="release_90"
@@ -19,8 +21,6 @@ KEYWORDS=""
 IUSE="test"
 RESTRICT="!test? ( test )"
 
-S=${WORKDIR}/${P}/utils/lit
-
 # Tests require 'FileCheck' and 'not' utilities (from llvm)
 BDEPEND="
        dev-python/setuptools[${PYTHON_USEDEP}]

diff --git a/dev-python/lit/lit-9.0.0.ebuild b/dev-python/lit/lit-9.0.0.ebuild
index 7eb1e808168..80e7699557c 100644
--- a/dev-python/lit/lit-9.0.0.ebuild
+++ b/dev-python/lit/lit-9.0.0.ebuild
@@ -10,6 +10,7 @@ MY_P=llvm-${PV/_/}.src
 DESCRIPTION="A stand-alone install of the LLVM suite testing tool"
 HOMEPAGE="https://llvm.org/";
 SRC_URI="https://releases.llvm.org/${PV}/${MY_P}.tar.xz";
+S=${WORKDIR}/${MY_P}/utils/lit
 
 LICENSE="Apache-2.0-with-LLVM-exceptions UoI-NCSA"
 SLOT="0"
@@ -17,8 +18,6 @@ KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86 ~amd64-fbsd"
 IUSE="test"
 RESTRICT="!test? ( test )"
 
-S=${WORKDIR}/${MY_P}/utils/lit
-
 # Tests require 'FileCheck' and 'not' utilities (from llvm)
 BDEPEND="
        dev-python/setuptools[${PYTHON_USEDEP}]

Reply via email to