diff options
author | Mart Raudsepp <leio@gentoo.org> | 2018-07-24 12:36:52 +0300 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2018-07-24 12:41:42 +0300 |
commit | 876d3ab177f2aed37f0a2b389f4d6c541665e7e3 (patch) | |
tree | 36b5bf7ecf4048cea5bbb056488e93504a988eda /sys-devel/clang-runtime | |
parent | sys-libs/compiler-rt-6.0.1: arm64 stable (bug #661776) (diff) | |
download | gentoo-876d3ab177f2aed37f0a2b389f4d6c541665e7e3.tar.gz gentoo-876d3ab177f2aed37f0a2b389f4d6c541665e7e3.tar.bz2 gentoo-876d3ab177f2aed37f0a2b389f4d6c541665e7e3.zip |
sys-devel/clang-runtime-6.0.1: arm64 stable (bug #661776)
libcxx and sanitize USE flags are temporarily stable masked due to
test failures in related packages.
Package-Manager: Portage-2.3.43, Repoman-2.3.10
Diffstat (limited to 'sys-devel/clang-runtime')
-rw-r--r-- | sys-devel/clang-runtime/clang-runtime-6.0.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-devel/clang-runtime/clang-runtime-6.0.1.ebuild b/sys-devel/clang-runtime/clang-runtime-6.0.1.ebuild index 2aec5c92acb2..8dac1211a839 100644 --- a/sys-devel/clang-runtime/clang-runtime-6.0.1.ebuild +++ b/sys-devel/clang-runtime/clang-runtime-6.0.1.ebuild @@ -11,7 +11,7 @@ SRC_URI="" LICENSE="metapackage" SLOT="${PV%_*}" -KEYWORDS="amd64 ~arm64 ~ppc64 x86 ~amd64-fbsd ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos" +KEYWORDS="amd64 arm64 ~ppc64 x86 ~amd64-fbsd ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos" IUSE="+compiler-rt crt libcxx openmp +sanitize" RDEPEND=" |