summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2019-09-21 10:32:52 +0200
committerMichał Górny <mgorny@gentoo.org>2019-09-21 11:15:31 +0200
commitaaf7cf7e32fbf481e154f5a5a9bf6643127a027c (patch)
tree79307f885eac9dd5de1e21745b0d5636c82b956b /sys-devel/clang-runtime/clang-runtime-10.0.0.9999.ebuild
parentsys-devel/clang-common: Reorder ebuild vars in 9+ (diff)
downloadgentoo-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/clang-runtime-10.0.0.9999.ebuild')
-rw-r--r--sys-devel/clang-runtime/clang-runtime-10.0.0.9999.ebuild3
1 files changed, 1 insertions, 2 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 )"