diff options
author | Michał Górny <mgorny@gentoo.org> | 2017-09-16 17:18:13 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-09-16 19:09:34 +0200 |
commit | 26986d26e58834be6b2889eb5122b3089aaaffb5 (patch) | |
tree | d753c4c4cf02661808d7f057bc54f1fa83b1f5a5 | |
parent | 59834dd5491043110c4b1692feec939728727138 (diff) | |
download | gentoo-26986d26e58834be6b2889eb5122b3089aaaffb5.tar.gz gentoo-26986d26e58834be6b2889eb5122b3089aaaffb5.tar.xz |
sys-libs/compiler-rt: 5.0 branch is now 5.0.1
-rw-r--r-- | sys-libs/compiler-rt/compiler-rt-5.0.9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-libs/compiler-rt/compiler-rt-5.0.9999.ebuild b/sys-libs/compiler-rt/compiler-rt-5.0.9999.ebuild index cb93d7d503e..d53f8561e00 100644 --- a/sys-libs/compiler-rt/compiler-rt-5.0.9999.ebuild +++ b/sys-libs/compiler-rt/compiler-rt-5.0.9999.ebuild @@ -19,7 +19,7 @@ EGIT_BRANCH="release_50" LICENSE="|| ( UoI-NCSA MIT )" # Note: this needs to be updated to match version of clang-9999 -SLOT="5.0.0" +SLOT="5.0.1" KEYWORDS="" IUSE="+clang test" |