sys-devel/clang-runtime: Reorder ebuild vars in 9+
authorMichał Górny <mgorny@gentoo.org>
Sat, 21 Sep 2019 08:32:52 +0000 (10:32 +0200)
committerMichał Górny <mgorny@gentoo.org>
Sat, 21 Sep 2019 09:15:31 +0000 (11:15 +0200)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
sys-devel/clang-runtime/clang-runtime-10.0.0.9999.ebuild
sys-devel/clang-runtime/clang-runtime-9.0.0.9999.ebuild
sys-devel/clang-runtime/clang-runtime-9.0.0.ebuild

index 217e7ad950828bb7c5b29dfabc7be4341c64908e..34bd6e203736a87bb6594daef9a064d334023ff7 100644 (file)
@@ -13,6 +13,7 @@ LICENSE="metapackage"
 SLOT="$(ver_cut 1-3)"
 KEYWORDS=""
 IUSE="+compiler-rt crt libcxx openmp +sanitize"
+REQUIRED_USE="sanitize? ( compiler-rt )"
 PROPERTIES="live"
 
 RDEPEND="
@@ -28,5 +29,3 @@ RDEPEND="
        )
        libcxx? ( >=sys-libs/libcxx-${PV}[${MULTILIB_USEDEP}] )
        openmp? ( >=sys-libs/libomp-${PV}[${MULTILIB_USEDEP}] )"
-
-REQUIRED_USE="sanitize? ( compiler-rt )"
index 217e7ad950828bb7c5b29dfabc7be4341c64908e..34bd6e203736a87bb6594daef9a064d334023ff7 100644 (file)
@@ -13,6 +13,7 @@ LICENSE="metapackage"
 SLOT="$(ver_cut 1-3)"
 KEYWORDS=""
 IUSE="+compiler-rt crt libcxx openmp +sanitize"
+REQUIRED_USE="sanitize? ( compiler-rt )"
 PROPERTIES="live"
 
 RDEPEND="
@@ -28,5 +29,3 @@ RDEPEND="
        )
        libcxx? ( >=sys-libs/libcxx-${PV}[${MULTILIB_USEDEP}] )
        openmp? ( >=sys-libs/libomp-${PV}[${MULTILIB_USEDEP}] )"
-
-REQUIRED_USE="sanitize? ( compiler-rt )"
index 6204c849277c05257b427da36302a167c707b71e..53fffbc04674a09a9c615d1e3da7d78d100736b8 100644 (file)
@@ -13,6 +13,7 @@ LICENSE="metapackage"
 SLOT="$(ver_cut 1-3)"
 KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86 ~amd64-fbsd ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos"
 IUSE="+compiler-rt crt libcxx openmp +sanitize"
+REQUIRED_USE="sanitize? ( compiler-rt )"
 
 RDEPEND="
        compiler-rt? (
@@ -27,5 +28,3 @@ RDEPEND="
        )
        libcxx? ( >=sys-libs/libcxx-${PV}[${MULTILIB_USEDEP}] )
        openmp? ( >=sys-libs/libomp-${PV}[${MULTILIB_USEDEP}] )"
-
-REQUIRED_USE="sanitize? ( compiler-rt )"