diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-01-03 22:25:29 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-01-03 23:21:40 +0100 |
commit | 22ab8feb4b5fbdd730254e614dbac2e9eefa6efb (patch) | |
tree | 33fae62398f8c6837378015c87f4a063718752bd /sys-libs/compiler-rt | |
parent | sys-libs/compiler-rt: Add a live ebuild for 6.0 branch (diff) | |
download | gentoo-22ab8feb4b5fbdd730254e614dbac2e9eefa6efb.tar.gz gentoo-22ab8feb4b5fbdd730254e614dbac2e9eefa6efb.tar.bz2 gentoo-22ab8feb4b5fbdd730254e614dbac2e9eefa6efb.zip |
sys-libs/compiler-rt: Update slot for master to 7.0.0
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 7c6eb6db761e..4f525a8bc4d4 100644 --- a/sys-libs/compiler-rt/compiler-rt-9999.ebuild +++ b/sys-libs/compiler-rt/compiler-rt-9999.ebuild @@ -18,7 +18,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="6.0.0" +SLOT="7.0.0" KEYWORDS="" IUSE="+clang test" RESTRICT="!test? ( test ) !clang? ( test )" |