diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-07-21 12:40:57 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-07-21 21:40:26 +0200 |
commit | 6d21ee4c2ab84ae1f9ef4bffa5cd6888563eee28 (patch) | |
tree | 60a1895eab4214a4062d8443ce4cddbc3ce1a74a /sys-libs | |
parent | dev-util/lldb: -9.0.9999 → -9.0.0.9999 (diff) | |
download | gentoo-6d21ee4c2ab84ae1f9ef4bffa5cd6888563eee28.tar.gz gentoo-6d21ee4c2ab84ae1f9ef4bffa5cd6888563eee28.tar.bz2 gentoo-6d21ee4c2ab84ae1f9ef4bffa5cd6888563eee28.zip |
sys-libs/compiler-rt: -9.0.9999 → -9.0.0.9999
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/compiler-rt/compiler-rt-9.0.0.9999.ebuild (renamed from sys-libs/compiler-rt/compiler-rt-9.0.9999.ebuild) | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys-libs/compiler-rt/compiler-rt-9.0.9999.ebuild b/sys-libs/compiler-rt/compiler-rt-9.0.0.9999.ebuild index 0cf6f2e72a47..776326d88a4a 100644 --- a/sys-libs/compiler-rt/compiler-rt-9.0.9999.ebuild +++ b/sys-libs/compiler-rt/compiler-rt-9.0.0.9999.ebuild @@ -19,8 +19,7 @@ EGIT_REPO_URI="https://git.llvm.org/git/compiler-rt.git EGIT_BRANCH="release_90" LICENSE="|| ( UoI-NCSA MIT )" -# Note: this needs to be updated to match version of clang-9999 -SLOT="9.0.0" +SLOT="$(ver_cut 1-3)" KEYWORDS="" IUSE="+clang test" RESTRICT="!test? ( test ) !clang? ( test )" |