From: Michał Górny Date: Sat, 20 Jul 2019 20:35:28 +0000 (+0200) Subject: sys-libs/compiler-rt: -9999 is now 10.0.0 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=aa56e1af31daba1c038022a828482bf2498f0058;p=gentoo.git sys-libs/compiler-rt: -9999 is now 10.0.0 Signed-off-by: Michał Górny --- 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 )"