summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2019-07-21 12:35:10 +0200
committerMichał Górny <mgorny@gentoo.org>2019-07-21 21:40:03 +0200
commit1105f77981150dc4772d280fb712a74ac38dc32a (patch)
tree4076ed5f96718ce8caa254050d0cfef862c010be /sys-libs/compiler-rt
parentdev-util/lldb: -9999 → -10.0.0.9999 (diff)
downloadgentoo-1105f77981150dc4772d280fb712a74ac38dc32a.tar.gz
gentoo-1105f77981150dc4772d280fb712a74ac38dc32a.tar.bz2
gentoo-1105f77981150dc4772d280fb712a74ac38dc32a.zip
sys-libs/compiler-rt: -9999 → -10.0.0.9999
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-10.0.0.9999.ebuild (renamed from sys-libs/compiler-rt/compiler-rt-9999.ebuild)3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys-libs/compiler-rt/compiler-rt-9999.ebuild b/sys-libs/compiler-rt/compiler-rt-10.0.0.9999.ebuild
index c102c90e0544..68a10b79beca 100644
--- a/sys-libs/compiler-rt/compiler-rt-9999.ebuild
+++ b/sys-libs/compiler-rt/compiler-rt-10.0.0.9999.ebuild
@@ -18,8 +18,7 @@ EGIT_REPO_URI="https://git.llvm.org/git/compiler-rt.git
https://github.com/llvm-mirror/compiler-rt.git"
LICENSE="|| ( UoI-NCSA MIT )"
-# Note: this needs to be updated to match version of clang-9999
-SLOT="10.0.0"
+SLOT="$(ver_cut 1-3)"
KEYWORDS=""
IUSE="+clang test"
RESTRICT="!test? ( test ) !clang? ( test )"