diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-05-17 19:45:53 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-05-17 19:49:17 +0200 |
commit | 1b6bad15043a799be05b5ebe2717371b105fa50d (patch) | |
tree | 47c3d5b440de691eca8b3779b6d588e0bf9321b1 /sys-devel | |
parent | sys-libs/compiler-rt-sanitizers: 8.0.9999 is now 8.0.1 (diff) | |
download | gentoo-1b6bad15043a799be05b5ebe2717371b105fa50d.tar.gz gentoo-1b6bad15043a799be05b5ebe2717371b105fa50d.tar.bz2 gentoo-1b6bad15043a799be05b5ebe2717371b105fa50d.zip |
sys-devel/clang-runtime: 8.0.9999 is now 8.0.1
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sys-devel')
-rw-r--r-- | sys-devel/clang-runtime/clang-runtime-8.0.9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-devel/clang-runtime/clang-runtime-8.0.9999.ebuild b/sys-devel/clang-runtime/clang-runtime-8.0.9999.ebuild index d9cfd5fe10db..22672019254a 100644 --- a/sys-devel/clang-runtime/clang-runtime-8.0.9999.ebuild +++ b/sys-devel/clang-runtime/clang-runtime-8.0.9999.ebuild @@ -11,7 +11,7 @@ SRC_URI="" LICENSE="metapackage" # Note: keep it matching clang-9999 version -SLOT="8.0.0" +SLOT="8.0.1" KEYWORDS="" IUSE="+compiler-rt crt libcxx openmp +sanitize" |