diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-09-21 10:32:52 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-09-21 11:15:31 +0200 |
commit | aaf7cf7e32fbf481e154f5a5a9bf6643127a027c (patch) | |
tree | 79307f885eac9dd5de1e21745b0d5636c82b956b /sys-devel/clang-runtime | |
parent | sys-devel/clang-common: Reorder ebuild vars in 9+ (diff) | |
download | gentoo-aaf7cf7e32fbf481e154f5a5a9bf6643127a027c.tar.gz gentoo-aaf7cf7e32fbf481e154f5a5a9bf6643127a027c.tar.bz2 gentoo-aaf7cf7e32fbf481e154f5a5a9bf6643127a027c.zip |
sys-devel/clang-runtime: Reorder ebuild vars in 9+
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sys-devel/clang-runtime')
-rw-r--r-- | sys-devel/clang-runtime/clang-runtime-10.0.0.9999.ebuild | 3 | ||||
-rw-r--r-- | sys-devel/clang-runtime/clang-runtime-9.0.0.9999.ebuild | 3 | ||||
-rw-r--r-- | sys-devel/clang-runtime/clang-runtime-9.0.0.ebuild | 3 |
3 files changed, 3 insertions, 6 deletions
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 )" |