From: Michał Górny Date: Sat, 21 Sep 2019 08:32:52 +0000 (+0200) Subject: sys-devel/clang-runtime: Reorder ebuild vars in 9+ X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=aaf7cf7e32fbf481e154f5a5a9bf6643127a027c;p=gentoo.git sys-devel/clang-runtime: Reorder ebuild vars in 9+ Signed-off-by: Michał Górny --- diff --git a/sys-devel/clang-runtime/clang-runtime-10.0.0.9999.ebuild b/sys-devel/clang-runtime/clang-runtime-10.0.0.9999.ebuild index 217e7ad95082..34bd6e203736 100644 --- a/sys-devel/clang-runtime/clang-runtime-10.0.0.9999.ebuild +++ b/sys-devel/clang-runtime/clang-runtime-10.0.0.9999.ebuild @@ -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 )" diff --git a/sys-devel/clang-runtime/clang-runtime-9.0.0.9999.ebuild b/sys-devel/clang-runtime/clang-runtime-9.0.0.9999.ebuild index 217e7ad95082..34bd6e203736 100644 --- a/sys-devel/clang-runtime/clang-runtime-9.0.0.9999.ebuild +++ b/sys-devel/clang-runtime/clang-runtime-9.0.0.9999.ebuild @@ -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 )" diff --git a/sys-devel/clang-runtime/clang-runtime-9.0.0.ebuild b/sys-devel/clang-runtime/clang-runtime-9.0.0.ebuild index 6204c849277c..53fffbc04674 100644 --- a/sys-devel/clang-runtime/clang-runtime-9.0.0.ebuild +++ b/sys-devel/clang-runtime/clang-runtime-9.0.0.ebuild @@ -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 )"