diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-07-20 22:35:28 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-07-20 22:57:42 +0200 |
commit | aa56e1af31daba1c038022a828482bf2498f0058 (patch) | |
tree | 1fa0f05373f60324c15a745c295f0a081ca2caf0 /sys-libs/compiler-rt | |
parent | sys-devel/clang: -9999 is now 10.0.0 (diff) | |
download | gentoo-aa56e1af31daba1c038022a828482bf2498f0058.tar.gz gentoo-aa56e1af31daba1c038022a828482bf2498f0058.tar.bz2 gentoo-aa56e1af31daba1c038022a828482bf2498f0058.zip |
sys-libs/compiler-rt: -9999 is now 10.0.0
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sys-libs/compiler-rt')
-rw-r--r-- | sys-libs/compiler-rt/compiler-rt-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-libs/compiler-rt/compiler-rt-9999.ebuild b/sys-libs/compiler-rt/compiler-rt-9999.ebuild index 7d24d1c68fca..f78b02834dc9 100644 --- a/sys-libs/compiler-rt/compiler-rt-9999.ebuild +++ b/sys-libs/compiler-rt/compiler-rt-9999.ebuild @@ -19,7 +19,7 @@ EGIT_REPO_URI="https://git.llvm.org/git/compiler-rt.git LICENSE="|| ( UoI-NCSA MIT )" # Note: this needs to be updated to match version of clang-9999 -SLOT="9.0.0" +SLOT="10.0.0" KEYWORDS="" IUSE="+clang test" RESTRICT="!test? ( test ) !clang? ( test )" |