diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-07-21 12:41:06 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-07-21 21:40:34 +0200 |
commit | 8c0cf1db3493ca5cd0024f5cb1c2ebb4f479722b (patch) | |
tree | 2b6b1c39d197e1496e080076144361d12410848b /sys-devel/clang-runtime | |
parent | sys-libs/libomp: -9.0.9999 → -9.0.0.9999 (diff) | |
download | gentoo-8c0cf1db3493ca5cd0024f5cb1c2ebb4f479722b.tar.gz gentoo-8c0cf1db3493ca5cd0024f5cb1c2ebb4f479722b.tar.bz2 gentoo-8c0cf1db3493ca5cd0024f5cb1c2ebb4f479722b.zip |
sys-devel/clang-runtime: -9.0.9999 → -9.0.0.9999
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sys-devel/clang-runtime')
-rw-r--r-- | sys-devel/clang-runtime/clang-runtime-9.0.0.9999.ebuild (renamed from sys-devel/clang-runtime/clang-runtime-9.0.9999.ebuild) | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys-devel/clang-runtime/clang-runtime-9.0.9999.ebuild b/sys-devel/clang-runtime/clang-runtime-9.0.0.9999.ebuild index 2b4d595159ba..fdb2c5ce562e 100644 --- a/sys-devel/clang-runtime/clang-runtime-9.0.9999.ebuild +++ b/sys-devel/clang-runtime/clang-runtime-9.0.0.9999.ebuild @@ -10,8 +10,7 @@ HOMEPAGE="https://clang.llvm.org/" SRC_URI="" LICENSE="metapackage" -# Note: keep it matching clang-9999 version -SLOT="9.0.0" +SLOT="$(ver_cut 1-3)" KEYWORDS="" IUSE="+compiler-rt crt libcxx openmp +sanitize" |